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 322 fGlyphToCharMap(NULL), fCharToMinGlyphMap(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0),
439 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
442 (fCharToMinGlyphMap == NULL) || (fCharToMaxGlyphMap == NULL)) {
501 fCharToMinGlyphMap[chIndex] = -1;
508 fCharToMinGlyphMap[ch] = glyph;
511 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
522 fillMissingCharToGlyphMapValues(fCharToMinGlyphMap, fCharCount);
561 if (fCharToMinGlyphMap != NULL) {
562 LE_DELETE_ARRAY(fCharToMinGlyphMap);
563 fCharToMinGlyphMap = NULL
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 625 le_int32 *fCharToMinGlyphMap;

Completed in 35 milliseconds