Searched refs:firstLength (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/unicode/ |
D | unorm2.h | 235 UChar *first, int32_t firstLength, int32_t firstCapacity, 258 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/external/icu4c/common/ |
D | normalizer2.cpp | 680 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()
|
D | ucnv_ext.c | 276 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()
|
D | ucnv_ext.h | 348 int32_t firstLength,
|
/external/webkit/Source/WebCore/editing/ |
D | ApplyStyleCommand.cpp | 1213 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/ |
D | CSSStyleSelector.cpp | 6516 Length firstLength, secondLength; in mapFillSize() local 6523 firstLength = Length(Auto); in mapFillSize() 6525 …firstLength = Length(first->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fi… in mapFillSize() 6527 firstLength = Length(first->getDoubleValue(), Percent); in mapFillSize() 6540 b.setWidth(firstLength); in mapFillSize()
|