Lines Matching defs:mappedChar
128 LEUnicode32 mappedChar = mapper->mapChar(ch);
130 if (mappedChar == 0xFFFF || mappedChar == 0xFFFE) {
134 if (mappedChar == 0x200C || mappedChar == 0x200D) {
138 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, (jint)mappedChar);
182 LEUnicode32 mappedChar = mapper->mapChar(ch);
184 if (mappedChar == 0xFFFF) {
188 if (mappedChar == 0x200C || mappedChar == 0x200D) {
193 mappedChar);