Home
last modified time | relevance | path

Searched refs:secondLength (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dnormalizer2.cpp365 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/
Dnormalizer2.cpp365 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/
Dnormalizer2.cpp365 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/
Dunorm2.h334 const UChar *second, int32_t secondLength,
357 const UChar *second, int32_t secondLength,
/third_party/icu/icu4c/source/common/unicode/
Dunorm2.h312 const UChar *second, int32_t secondLength,
335 const UChar *second, int32_t secondLength,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunorm2.h312 const UChar *second, int32_t secondLength,
335 const UChar *second, int32_t secondLength,
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp1600 …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()