/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | ustr.c | 36 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[len] = 0x0000; in ustr_setlen() 143 uprv_memcpy(dst->fChars + dst->fLength, src->fChars, in ustr_ncat() 146 dst->fChars[dst->fLength] = 0x0000; in ustr_ncat() [all …]
|
D | parse.cpp | 290 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, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | ustr.c | 36 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[len] = 0x0000; in ustr_setlen() 143 uprv_memcpy(dst->fChars + dst->fLength, src->fChars, in ustr_ncat() 146 dst->fChars[dst->fLength] = 0x0000; in ustr_ncat() [all …]
|
D | parse.cpp | 290 count = u_strlen(tokenValue->fChars); in getInvariantString() 291 if(!uprv_isInvariantUString(tokenValue->fChars, count)) { in getInvariantString() 305 u_UCharsToChars(tokenValue->fChars, result, count+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() [all …]
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 36 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[len] = 0x0000; in ustr_setlen() 143 uprv_memcpy(dst->fChars + dst->fLength, src->fChars, in ustr_ncat() 146 dst->fChars[dst->fLength] = 0x0000; in ustr_ncat() [all …]
|
D | parse.cpp | 290 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, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() [all …]
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | ustr.c | 36 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[len] = 0x0000; in ustr_setlen() 143 uprv_memcpy(dst->fChars + dst->fLength, src->fChars, in ustr_ncat() 146 dst->fChars[dst->fLength] = 0x0000; in ustr_ncat() [all …]
|
D | parse.cpp | 290 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, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() [all …]
|
/third_party/flutter/skia/samplecode/ |
D | SampleFlutterAnimate.cpp | 49 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in onDrawContent() 51 canvas->translate(fChars[i].fPosition.fX + kMidX, fChars[i].fPosition.fY - kMidY); in onDrawContent() 54 canvas->drawString(fChars[i].fChar, 0, 0, font, paint); in onDrawContent() 74 fChars[i].fChar[0] = c; in initChars() 75 fChars[i].fChar[1] = '\0'; in initChars() 76 fChars[i].fPosition = SkPoint::Make(fRand.nextF()*748 + 10, fRand.nextF()*1004 + 10); in initChars() 77 fChars[i].fStartRotation = fRand.nextF(); in initChars() 78 fChars[i].fEndRotation = fRand.nextF() * 20 - 10; in initChars() 95 AnimatedChar fChars[kNumChars]; member in FlutterAnimateView
|
/third_party/skia/samplecode/ |
D | SampleFlutterAnimate.cpp | 44 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in onDrawContent() 46 canvas->translate(fChars[i].fPosition.fX + kMidX, fChars[i].fPosition.fY - kMidY); in onDrawContent() 49 canvas->drawString(fChars[i].fChar, 0, 0, font, paint); in onDrawContent() 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[i].fEndRotation = fRand.nextF() * 20 - 10; in initChars() 90 AnimatedChar fChars[kNumChars]; member in FlutterAnimateView
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLString.cpp | 104 result.append(s.fChars, s.fLength); in operator +() 124 this->append(s.fChars, s.fLength); in operator +=() 162 return !memcmp(fChars, s.fChars, fLength); in operator ==() 169 return memcmp(fChars, s.fChars, fLength); in operator !=() 174 if (fChars[i] != s[i]) { in operator ==() 183 if (fChars[i] != s[i]) { in operator !=() 191 int comparison = strncmp(fChars, other.fChars, std::min(fLength, other.fLength)); in operator <()
|
D | SkSLString.h | 21 : fChars("") in StringFragment() 25 : fChars(chars) in StringFragment() 29 : fChars(chars) in StringFragment() 33 return fChars[idx]; 42 const char* fChars; member 65 : INHERITED(s.fChars, s.fLength) {} in String() 128 result = result * 101 + s.fChars[i];
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.h | 73 fName.fChars = fNameString.c_str(); in Type() 84 fName.fChars = fNameString.c_str(); in Type() 94 fName.fChars = fNameString.c_str(); in Type() 105 fName.fChars = fNameString.c_str(); in Type() 116 fName.fChars = fNameString.c_str(); in Type() 130 fName.fChars = fNameString.c_str(); 147 fName.fChars = fNameString.c_str(); in Type() 161 fName.fChars = fNameString.c_str(); in Type() 179 fName.fChars = fNameString.c_str(); in Type() 193 fName.fChars = fNameString.c_str(); in Type() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 84 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()
|
D | pflow.c | 56 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()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 84 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()
|
D | pflow.c | 56 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()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 84 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()
|
D | pflow.c | 56 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_stringbuilder.h | 113 ValueOrHeapArray<char16_t> fChars; variable 119 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 123 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 135 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY; in getCapacity()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formatted_string_builder.h | 186 ValueOrHeapArray<char16_t> fChars; variable 192 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 196 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 208 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY; in getCapacity()
|
/third_party/icu/icu4c/source/i18n/ |
D | formatted_string_builder.h | 186 ValueOrHeapArray<char16_t> fChars; variable 192 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 196 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 208 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY; in getCapacity()
|
D | formatted_string_builder.cpp | 48 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()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | formatted_string_builder.h | 186 ValueOrHeapArray<char16_t> fChars; variable 192 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 196 return fUsingHeap ? fChars.heap.ptr : fChars.value; in getCharPtr() 208 return fUsingHeap ? fChars.heap.capacity : DEFAULT_CAPACITY; in getCapacity()
|
D | formatted_string_builder.cpp | 48 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()
|