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

  /external/icu/icu4c/source/tools/genrb/
ustr.h 53 UChar *fChars;
reslist.h 125 UChar *fChars;
  /external/icu/icu4c/source/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/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 605 const LEUnicode *fChars;
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 383 Type3FontChar* fChars;
415 fChars = new Type3FontChar[fLastChar - fFirstChar + 1];
417 memset(fChars, 0, sizeof(fChars[0]) * (fLastChar - fFirstChar + 1));
422 fChars[i].fWidth = (*widths)[i]->numberValue();
435 fChars[j - fFirstChar].fObj = fCharProcs->get((*diffs)[i]);
449 if (ch < fFirstChar || ch > fLastChar || !fChars[ch - fFirstChar].fObj) {
463 pdfContext->fPdfDoc->resolveReference(fChars[ch - fFirstChar].fObj),
471 fChars[ch - fFirstChar].fWidth),
473 return fChars[ch - fFirstChar].fWidth
    [all...]
  /external/icu/icu4c/source/i18n/
regeximp.h 402 const UChar *fChars;

Completed in 1597 milliseconds