Home
last modified time | relevance | path

Searched refs:firstLength (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
Dunorm2.h235 UChar *first, int32_t firstLength, int32_t firstCapacity,
258 UChar *first, int32_t firstLength, int32_t firstCapacity,
/external/icu4c/common/
Dnormalizer2.cpp680 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument
688 (first==NULL ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend()
689 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend()
695 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend()
703 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
721 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument
725 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend()
732 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument
736 first, firstLength, firstCapacity, in unorm2_append()
Ducnv_ext.c276 int32_t firstLength, in ucnv_extInitialMatchToU() argument
287 (const char *)cnv->toUBytes, firstLength, in ucnv_extInitialMatchToU()
293 *src+=match-firstLength; in ucnv_extInitialMatchToU()
309 cnv->preToUFirstLength=(int8_t)firstLength; in ucnv_extInitialMatchToU()
310 for(j=0; j<firstLength; ++j) { in ucnv_extInitialMatchToU()
Ducnv_ext.h348 int32_t firstLength,
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp1213 unsigned firstLength = firstMap->length(); in areIdenticalElements() local
1215 if (firstLength != secondMap->length()) in areIdenticalElements()
1218 for (unsigned i = 0; i < firstLength; i++) { in areIdenticalElements()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp6516 Length firstLength, secondLength; in mapFillSize() local
6523 firstLength = Length(Auto); in mapFillSize()
6525firstLength = Length(first->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fi… in mapFillSize()
6527 firstLength = Length(first->getDoubleValue(), Percent); in mapFillSize()
6540 b.setWidth(firstLength); in mapFillSize()