HomeSort by relevance Sort by last modified time
    Searched refs:LE_SET_GLYPH (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/icu4c/source/layout/
MultipleSubstSubtables.cpp 50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
SingleSubstitutionSubtables.cpp 51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
AlternateSubstSubtables.cpp 33 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
SegmentSingleProcessor2.cpp 49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SimpleArrayProcessor.cpp 46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SimpleArrayProcessor2.cpp 48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
ContextualGlyphSubstProc.cpp 57 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
64 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LigatureSubstProc.cpp 104 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
112 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], 0xFFFF);
LigatureSubstSubtables.cpp 44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
SegmentArrayProcessor.cpp 52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentArrayProcessor2.cpp 53 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor.cpp 48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor.cpp 56 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor2.cpp 52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
ContextualGlyphSubstProc2.cpp 55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
62 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LigatureSubstProc2.cpp 107 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
115 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], 0xFFFF);
GlyphIterator.cpp 205 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
  /external/chromium_org/third_party/icu/source/samples/layout/
ScriptCompositeFontInstance.cpp 101 return LE_SET_GLYPH(subFont, glyph);
cmaps.cpp 162 return LE_SET_GLYPH(0, result);
  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 101 return LE_SET_GLYPH(subFont, glyph);
cmaps.cpp 162 return LE_SET_GLYPH(0, result);
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 203 return LE_SET_GLYPH(0, result);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
cmaps.cpp 203 return LE_SET_GLYPH(0, result);
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 203 return LE_SET_GLYPH(0, result);
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 203 return LE_SET_GLYPH(0, result);

Completed in 121 milliseconds

1 2