Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2.cpp317 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument
323 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend()
334 if(secondLength!=0) { in normalizeSecondAndAppend()
342 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
343 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()
359 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend()
373 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument
377 second, secondLength, in unorm2_normalizeSecondAndAppend()
384 const UChar *second, int32_t secondLength, in unorm2_append() argument
388 second, secondLength, in unorm2_append()
/external/icu/icu4c/source/common/unicode/
Dunorm2.h308 const UChar *second, int32_t secondLength,
331 const UChar *second, int32_t secondLength,