Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2.cpp681 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument
687 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend()
697 if(secondLength!=0) { in normalizeSecondAndAppend()
703 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
704 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()
708 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend()
722 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument
726 second, secondLength, in unorm2_normalizeSecondAndAppend()
733 const UChar *second, int32_t secondLength, in unorm2_append() argument
737 second, secondLength, in unorm2_append()
/external/icu4c/common/unicode/
Dunorm2.h236 const UChar *second, int32_t secondLength,
259 const UChar *second, int32_t secondLength,
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp6516 Length firstLength, secondLength; in mapFillSize() local
6532 secondLength = Length(Auto); in mapFillSize()
6534secondLength = Length(second->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), … in mapFillSize()
6536 secondLength = Length(second->getDoubleValue(), Percent); in mapFillSize()
6541 b.setHeight(secondLength); in mapFillSize()