HomeSort by relevance Sort by last modified time
    Searched defs:fChars (Results 1 - 6 of 6) sorted by null

  /external/icu4c/tools/genrb/
ustr.h 40 UChar *fChars;
reslist.h 127 UChar *fChars;
  /external/icu4c/samples/layout/
paragraph.h 62 LEUnicode *fChars;
pflow.c 53 LEUnicode *fChars;
133 flow->fChars = NULL;
149 flow->fChars = NEW_ARRAY(LEUnicode, charCount + 1);
150 LE_ARRAY_COPY(flow->fChars, chars, charCount);
151 flow->fChars[charCount] = 0;
153 pStart = &flow->fChars[0];
161 pEnd = &flow->fChars[charCount];
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
239 DELETE_ARRAY(obj->fChars);
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 595 const LEUnicode *fChars;
  /external/icu4c/common/
triedict.cpp 682 UnicodeString fChars;
702 *((uint16_t *)(bytes+offset)) = (fChars.length() & kCountMask)
722 (fChars.length()*sizeof(CompactTrieHorizontalEntry));
727 int32_t count = fChars.length();
730 entry->ch = fChars[i];
743 fChars.append(ch);
762 return offsetof(CompactTrieVerticalNode,chars) + (fChars.length()*sizeof(uint16_t));
776 fChars.extract(0, fChars.length(), (UChar *)node->chars);
777 offset += sizeof(uint16_t)*fChars.length()
    [all...]

Completed in 1311 milliseconds