Home
last modified time | relevance | path

Searched refs:fChars (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dustr.c36 s->fChars = 0; in ustr_init()
45 s->fChars = 0; in ustr_initChars()
75 uprv_free(s->fChars); in ustr_deinit()
76 s->fChars = 0; in ustr_deinit()
94 if(src->fChars == NULL || dst->fChars == NULL){ in ustr_cpy()
97 u_memcpy(dst->fChars, src->fChars, src->fLength); in ustr_cpy()
99 dst->fChars[dst->fLength] = 0x0000; in ustr_cpy()
117 s->fChars[le in ustr_setlen()
[all...]
H A Dparse.cpp298 if(!uprv_isInvariantUString(tokenValue->fChars, tokenValue->fLength)) { in getInvariantString()
312 u_UCharsToChars(tokenValue->fChars, result, tokenValue->fLength+1); in getInvariantString()
356 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseUCARules()
497 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseTransliterator()
570 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseDependency()
588 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
590 elem = string_open(state->bundle, nullptr, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
621 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseString()
653 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseAlias()
1192 u_UCharsToChars(tokenValue->fChars, subta in addCollation()
[all...]
H A Dustr.h55 UChar *fChars; member
/third_party/icu/icu4c/source/tools/genrb/
H A Dustr.c36 s->fChars = 0; in ustr_init()
45 s->fChars = 0; in ustr_initChars()
75 uprv_free(s->fChars); in ustr_deinit()
76 s->fChars = 0; in ustr_deinit()
94 if(src->fChars == NULL || dst->fChars == NULL){ in ustr_cpy()
97 u_memcpy(dst->fChars, src->fChars, src->fLength); in ustr_cpy()
99 dst->fChars[dst->fLength] = 0x0000; in ustr_cpy()
117 s->fChars[le in ustr_setlen()
[all...]
H A Dparse.cpp298 if(!uprv_isInvariantUString(tokenValue->fChars, tokenValue->fLength)) { in getInvariantString()
312 u_UCharsToChars(tokenValue->fChars, result, tokenValue->fLength+1); in getInvariantString()
356 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseUCARules()
497 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseTransliterator()
570 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseDependency()
588 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
590 elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
621 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseString()
653 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseAlias()
1192 u_UCharsToChars(tokenValue->fChars, subta in addCollation()
[all...]
H A Dustr.h55 UChar *fChars; member
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dustr.c36 s->fChars = 0; in ustr_init()
45 s->fChars = 0; in ustr_initChars()
75 uprv_free(s->fChars); in ustr_deinit()
76 s->fChars = 0; in ustr_deinit()
94 if(src->fChars == NULL || dst->fChars == NULL){ in ustr_cpy()
97 u_memcpy(dst->fChars, src->fChars, src->fLength); in ustr_cpy()
99 dst->fChars[dst->fLength] = 0x0000; in ustr_cpy()
117 s->fChars[le in ustr_setlen()
[all...]
H A Dparse.cpp290 if(!uprv_isInvariantUString(tokenValue->fChars, tokenValue->fLength)) { in getInvariantString()
304 u_UCharsToChars(tokenValue->fChars, result, tokenValue->fLength+1); in getInvariantString()
348 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseUCARules()
489 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseTransliterator()
562 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseDependency()
580 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
582 elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
613 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseString()
645 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseAlias()
857 u_UCharsToChars(tokenValue->fChars, subta in addCollation()
[all...]
/third_party/skia/samplecode/
H A DSampleFlutterAnimate.cpp44 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation,
46 canvas->translate(fChars[i].fPosition.fX + kMidX, fChars[i].fPosition.fY - kMidY);
49 canvas->drawString(fChars[i].fChar, 0, 0, font, paint);
69 fChars[i].fChar[0] = c; in initChars()
70 fChars[i].fChar[1] = '\0'; in initChars()
71 fChars[i].fPosition = SkPoint::Make(fRand.nextF()*748 + 10, fRand.nextF()*1004 + 10); in initChars()
72 fChars[i].fStartRotation = fRand.nextF(); in initChars()
73 fChars[ in initChars()
90 AnimatedChar fChars[kNumChars]; global() member in FlutterAnimateView
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c58 LEUnicode *fChars; member
138 flow->fChars = NULL; in pf_create()
154 flow->fChars = NEW_ARRAY(LEUnicode, charCount + 1); in pf_create()
155 LE_ARRAY_COPY(flow->fChars, chars, charCount); in pf_create()
156 flow->fChars[charCount] = 0; in pf_create()
158 pStart = &flow->fChars[0]; in pf_create()
166 pEnd = &flow->fChars[charCount]; in pf_create()
170 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create()
244 DELETE_ARRAY(obj->fChars); in pf_close()
[all...]
H A Dparagraph.cpp84 fLineCount(0), fLinesMax(LINE_GROW), fLinesGrow(LINE_GROW), fLines(NULL), fChars(NULL), in Paragraph()
103 fChars = LE_NEW_ARRAY(LEUnicode, charCount + 1); in Paragraph()
104 LE_ARRAY_COPY(fChars, chars, charCount); in Paragraph()
105 fChars[charCount] = 0; in Paragraph()
107 LEUnicode *pStart = &fChars[0]; in Paragraph()
115 pEnd = &fChars[charCount]; in Paragraph()
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph()
179 LE_DELETE_ARRAY(fChars); in ~Paragraph()
H A Dparagraph.h68 LEUnicode *fChars; member in Paragraph
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.c56 LEUnicode *fChars; member
136 flow->fChars = NULL; in pf_create()
152 flow->fChars = NEW_ARRAY(LEUnicode, charCount + 1); in pf_create()
153 LE_ARRAY_COPY(flow->fChars, chars, charCount); in pf_create()
154 flow->fChars[charCount] = 0; in pf_create()
156 pStart = &flow->fChars[0]; in pf_create()
164 pEnd = &flow->fChars[charCount]; in pf_create()
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create()
242 DELETE_ARRAY(obj->fChars); in pf_close()
[all...]
H A Dparagraph.cpp84 fLineCount(0), fLinesMax(LINE_GROW), fLinesGrow(LINE_GROW), fLines(NULL), fChars(NULL), in Paragraph()
103 fChars = LE_NEW_ARRAY(LEUnicode, charCount + 1); in Paragraph()
104 LE_ARRAY_COPY(fChars, chars, charCount); in Paragraph()
105 fChars[charCount] = 0; in Paragraph()
107 LEUnicode *pStart = &fChars[0]; in Paragraph()
115 pEnd = &fChars[charCount]; in Paragraph()
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph()
179 LE_DELETE_ARRAY(fChars); in ~Paragraph()
H A Dparagraph.h68 LEUnicode *fChars; member in Paragraph
/third_party/icu/icu4c/source/i18n/
H A Dformatted_string_builder.h186 ValueOrHeapArray<char16_t> fChars;
192 return fUsingHeap ? fChars.heap.ptr : fChars.value;
196 return fUsingHeap ? fChars.heap.ptr : fChars.value;
208 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY;
H A Dformatted_string_builder.cpp49 uprv_free(fChars.heap.ptr); in ~FormattedStringBuilder()
66 uprv_free(fChars.heap.ptr); in operator =()
86 fChars.heap.capacity = capacity; in operator =()
87 fChars.heap.ptr = newChars; in operator =()
335 fChars.heap.ptr = newChars; in prepareForInsertHelper()
336 fChars.heap.capacity = newCapacity; in prepareForInsertHelper()
H A Dregeximp.cpp67 fChars(chars), fIndex(start), fLimit(limit), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUCharIterator()
83 U16_NEXT(fChars, fIndex, fLimit, originalC); in next()
/third_party/node/deps/icu-small/source/i18n/
H A Dformatted_string_builder.h186 ValueOrHeapArray<char16_t> fChars;
192 return fUsingHeap ? fChars.heap.ptr : fChars.value;
196 return fUsingHeap ? fChars.heap.ptr : fChars.value;
208 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY;
H A Dformatted_string_builder.cpp49 uprv_free(fChars.heap.ptr); in ~FormattedStringBuilder()
66 uprv_free(fChars.heap.ptr); in operator =()
86 fChars.heap.capacity = capacity; in operator =()
87 fChars.heap.ptr = newChars; in operator =()
335 fChars.heap.ptr = newChars; in prepareForInsertHelper()
336 fChars.heap.capacity = newCapacity; in prepareForInsertHelper()
H A Dregeximp.cpp67 fChars(chars), fIndex(start), fLimit(limit), fFoldChars(nullptr), fFoldLength(0) { in CaseFoldingUCharIterator()
83 U16_NEXT(fChars, fIndex, fLimit, originalC); in next()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.h186 ValueOrHeapArray<char16_t> fChars;
192 return fUsingHeap ? fChars.heap.ptr : fChars.value;
196 return fUsingHeap ? fChars.heap.ptr : fChars.value;
208 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY;
H A Dformatted_string_builder.cpp48 uprv_free(fChars.heap.ptr); in ~FormattedStringBuilder()
65 uprv_free(fChars.heap.ptr); in operator =()
85 fChars.heap.capacity = capacity; in operator =()
86 fChars.heap.ptr = newChars; in operator =()
314 fChars.heap.ptr = newChars; in prepareForInsertHelper()
315 fChars.heap.capacity = newCapacity; in prepareForInsertHelper()
H A Dregeximp.cpp67 fChars(chars), fIndex(start), fLimit(limit), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUCharIterator()
83 U16_NEXT(fChars, fIndex, fLimit, originalC); in next()
/third_party/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp320 : fChars(chars), fCharCount(count), in ParagraphLayout()
420 fStyleRunInfo[run].glyphCount = fStyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount, in ParagraphLayout()
730 ubidi_setPara(fParaBidi, fChars, fCharCount, paragraphLevel, fEmbeddingLevels, &bidiStatus); in computeLevels()
755 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus); in computeScripts()
806 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status); in computeSubFonts()
989 (u_isWhitespace(fChars[charIndex]) || in previousBreak()
990 u_iscntrl(fChars[charIndex]))) { in previousBreak()
997 UCharCharacterIterator *iter = new UCharCharacterIterator(fChars, fCharCount); in previousBreak()

Completed in 18 milliseconds

12