Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dnormalizer2.cpp364 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/
Dnormalizer2.cpp364 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/
Dnormalizer2.cpp364 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/
Dunorm2.h333 UChar *first, int32_t firstLength, int32_t firstCapacity,
356 UChar *first, int32_t firstLength, int32_t firstCapacity,
/third_party/icu/icu4c/source/common/unicode/
Dunorm2.h311 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/
Dunorm2.h311 UChar *first, int32_t firstLength, int32_t firstCapacity,
334 UChar *first, int32_t firstLength, int32_t firstCapacity,
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp1600 …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()