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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dustr.h53 UChar *fChars; member in struct:UString
H A Dreslist.h127 UChar *fChars; member in struct:SResString
/external/icu/icu4c/source/tools/genrb/
H A Dustr.h53 UChar *fChars; member in struct:UString
H A Dreslist.h125 UChar *fChars; member in struct:SResString
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h598 const LEUnicode *fChars; member in class:ParagraphLayout
/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.h410 const UChar *fChars; member in class:CaseFoldingUCharIterator
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.h383 Type3FontChar* fChars; member in class:SkPdfType3Font
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[c
[all...]
/external/icu/icu4c/source/i18n/
H A Dregeximp.h397 const UChar *fChars; member in class:CaseFoldingUCharIterator
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h383 Type3FontChar* fChars; member in class:SkPdfType3Font
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[c
[all...]

Completed in 1683 milliseconds