/third_party/node/deps/icu-small/source/common/ |
D | normalizer2.cpp | 364 char16_t *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument 372 (first==nullptr ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend() 373 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend() 379 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend() 395 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) { in normalizeSecondAndAppend() 401 if(firstLength<firstCapacity) { in normalizeSecondAndAppend() 415 return firstString.extract(first, firstCapacity, *pErrorCode); in normalizeSecondAndAppend() 420 char16_t *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument 424 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend() 431 char16_t *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument [all …]
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2.cpp | 364 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument 372 (first==NULL ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend() 373 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend() 379 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend() 395 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) { in normalizeSecondAndAppend() 401 if(firstLength<firstCapacity) { in normalizeSecondAndAppend() 415 return firstString.extract(first, firstCapacity, *pErrorCode); in normalizeSecondAndAppend() 420 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument 424 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend() 431 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2.cpp | 364 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument 372 (first==NULL ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend() 373 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend() 379 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend() 395 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) { in normalizeSecondAndAppend() 401 if(firstLength<firstCapacity) { in normalizeSecondAndAppend() 415 return firstString.extract(first, firstCapacity, *pErrorCode); in normalizeSecondAndAppend() 420 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument 424 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend() 431 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument [all …]
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | unorm2.h | 333 UChar *first, int32_t firstLength, int32_t firstCapacity, 356 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 311 UChar *first, int32_t firstLength, int32_t firstCapacity, 334 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | unorm2.h | 311 UChar *first, int32_t firstLength, int32_t firstCapacity, 334 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 1600 …nst UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity, const UChar *… in unorm2_append() argument 1601 …return U_ICU_ENTRY_POINT_RENAME(unorm2_append)(norm2, first, firstLength, firstCapacity, second, s… in unorm2_append() 1651 …nst UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity, const UChar *… in unorm2_normalizeSecondAndAppend() argument 1652 …NT_RENAME(unorm2_normalizeSecondAndAppend)(norm2, first, firstLength, firstCapacity, second, secon… in unorm2_normalizeSecondAndAppend()
|