Searched refs:inChars (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DCanonShaping.h49 static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
H A DCanonShaping.cpp59 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, argument
80 combiningClasses[i] = classTable->getGlyphClass(classTable, (LEGlyphID) inChars[i], success);
108 outChars[i] = inChars[index];
H A DLayoutEngine.cpp279 const LEUnicode *inChars = &chars[offset]; local
303 inChars = reordered;
319 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DPatternEntry.java213 boolean inChars = true;
223 else if (inChars) newChars.append(ch);
242 case '/': inChars = false; break;
247 else if (inChars) newChars.append(ch);
262 if (inChars) {
/openjdk10/hotspot/test/compiler/intrinsics/string/
H A DTestStringIntrinsics.java54 char[] inChars() default {};
218 char[] ch = antn.inChars();
231 ch = antn.inChars();
389 @Test(op = Operation.CONCAT_C, inChars = {'A', '\uff21'}, outStrings = {"A", "\uff21"})
394 @Test(op = Operation.CONCAT_C, inChars = {'A', '\uff21'}, outStrings = {"abcdefghijklmnopAabcA\uff21", "abcdefghijklmnop\uff21abcA\uff21"})
399 @Test(op = Operation.CONCAT_C, inChars = {'A', '\uff21'}, outStrings = {"\u0f21\u0f22\u0f23A\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28\uff21A", "\u0f21\u0f22\u0f23\uff21\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28\uff21A"})
431 inChars = {'A', '\uff21', 'A', '\uff21'},

Completed in 102 milliseconds