Home
last modified time | relevance | path

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

/external/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()
/external/icu/icu4c/source/common/unicode/
Dunorm2.h309 const UChar *second, int32_t secondLength,
332 const UChar *second, int32_t secondLength,
/external/icu/libandroidicu/include/unicode/
Dunorm2.h309 const UChar *second, int32_t secondLength,
332 const UChar *second, int32_t secondLength,
/external/icu/libandroidicu/static_shim/
Dshim.cpp1938 …2_t firstLength, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * p… in unorm2_append_android() argument
1939 return unorm2_append(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_append_android()
1989 …2_t firstLength, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * p… in unorm2_normalizeSecondAndAppend_android() argument
1990 …rmalizeSecondAndAppend(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_normalizeSecondAndAppend_android()