Searched defs:fChars (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/tools/genrb/
H A Dustr.h40 UChar *fChars; member in struct:UString
H A Dreslist.h127 UChar *fChars; member in struct:SResString
/external/icu4c/samples/layout/
H A Dparagraph.h62 LEUnicode *fChars; member in class:Paragraph
H A Dpflow.c53 LEUnicode *fChars; member in struct:pf_object
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/
H A DParagraphLayout.h595 const LEUnicode *fChars; member in class:ParagraphLayout
/external/icu4c/common/
H A Dtriedict.cpp682 UnicodeString fChars; member in class:BuildCompactTrieNode
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
[all...]

Completed in 82 milliseconds