/third_party/node/deps/icu-small/source/common/ |
D | normalizer2.cpp | 365 const char16_t *second, int32_t secondLength, in normalizeSecondAndAppend() argument 371 if( (second==nullptr ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend() 382 if(secondLength!=0) { in normalizeSecondAndAppend() 390 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend() 391 … n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : nullptr, in normalizeSecondAndAppend() 407 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend() 421 const char16_t *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument 425 second, secondLength, in unorm2_normalizeSecondAndAppend() 432 const char16_t *second, int32_t secondLength, in unorm2_append() argument 436 second, secondLength, in unorm2_append()
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2.cpp | 365 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument 371 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend() 382 if(secondLength!=0) { in normalizeSecondAndAppend() 390 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend() 391 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend() 407 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend() 421 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument 425 second, secondLength, in unorm2_normalizeSecondAndAppend() 432 const UChar *second, int32_t secondLength, in unorm2_append() argument 436 second, secondLength, in unorm2_append()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2.cpp | 365 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument 371 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend() 382 if(secondLength!=0) { in normalizeSecondAndAppend() 390 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend() 391 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend() 407 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend() 421 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument 425 second, secondLength, in unorm2_normalizeSecondAndAppend() 432 const UChar *second, int32_t secondLength, in unorm2_append() argument 436 second, secondLength, in unorm2_append()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | unorm2.h | 334 const UChar *second, int32_t secondLength, 357 const UChar *second, int32_t secondLength,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 312 const UChar *second, int32_t secondLength, 335 const UChar *second, int32_t secondLength,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | unorm2.h | 312 const UChar *second, int32_t secondLength, 335 const UChar *second, int32_t secondLength,
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 1600 …2_t firstLength, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * p… in unorm2_append() argument 1601 …_RENAME(unorm2_append)(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_append() 1651 …2_t firstLength, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * p… in unorm2_normalizeSecondAndAppend() argument 1652 …malizeSecondAndAppend)(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_normalizeSecondAndAppend()
|