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

  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.h 40 UChar *fChars;
reslist.h 127 UChar *fChars;
  /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/chromium_org/third_party/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/layoutex/layout/
ParagraphLayout.h 598 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 397 const UChar *fChars;
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 917 UnicodeString fChars;
947 U_ASSERT(fChars.length() < 4096 || fNodeID == 2);
950 ((fNodeID == 2)? (fChars.length() & kRootCountMask):
952 (fChars.length() & kCountMask) |
953 //((fChars.length() << 2) & kExceedsCount) |
    [all...]

Completed in 124 milliseconds