HomeSort by relevance Sort by last modified time
    Searched refs:fCharToMinGlyphMap (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 324 fGlyphToCharMap(NULL), fCharToMinGlyphMap(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0),
441 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
444 (fCharToMinGlyphMap == NULL) || (fCharToMaxGlyphMap == NULL)) {
503 fCharToMinGlyphMap[chIndex] = -1;
510 fCharToMinGlyphMap[ch] = glyph;
513 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
524 fillMissingCharToGlyphMapValues(fCharToMinGlyphMap, fCharCount);
563 if (fCharToMinGlyphMap != NULL) {
564 LE_DELETE_ARRAY(fCharToMinGlyphMap);
565 fCharToMinGlyphMap = NULL
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 627 le_int32 *fCharToMinGlyphMap;

Completed in 45 milliseconds