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

/openjdk7/jdk/src/share/native/sun/font/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
70 combiningClasses[i] = classTable->getGlyphClass(classTable, (LEGlyphID) inChars[i], success);
98 outChars[i] = inChars[index];
H A DLayoutEngine.cpp278 const LEUnicode *inChars = &chars[offset]; local
302 inChars = reordered;
318 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
/openjdk7/jdk/src/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) {

Completed in 33 milliseconds