Lines Matching defs:mixedStr
47 private static String mixedStr = "\u008d\u008e\u0020\u3000\u3001\u71ba\u3164\u0088\ue757";
122 if (!(Arrays.equals(mixedStr.getBytes("cp1364"), mixedBytes)) ||
123 !mixedStr.equals(new String(mixedBytes, "cp1364")))
137 if (!mixedStr.equals(new String(cb.toString())))
146 cb = ByteBuffer.allocateDirect(mixedStr.length() * 2).asCharBuffer();
147 cb.put(mixedStr.toCharArray()).flip();
180 cb.limit(mixedStr.length() - 1);
181 cbd.limit(mixedStr.length() - 1);
191 .encode(CharBuffer.wrap(mixedStr.toCharArray()), bb, true)
194 .encode(CharBuffer.wrap(mixedStr.toCharArray()), bbd, true)
202 enc.reset().encode(CharBuffer.wrap(mixedStr.toCharArray()), bb, true);
203 enc.reset().encode(CharBuffer.wrap(mixedStr.toCharArray()), bbd, true);