Searched defs:firstLength (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Dnormalizer2.cpp182 int32_t firstLength=first.length(); local
186 if(buffer.init(firstLength+second.length(), errorCode)) {
193 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle);
784 UChar *first, int32_t firstLength, int32_t firstCapacity,
792 (first==NULL ? (firstCapacity!=0 || firstLength!=0) :
793 (firstCapacity<0 || firstLength<-1)) ||
799 UnicodeString firstString(first, firstLength, firstCapacity);
800 firstLength=firstString.length(); // In case it was -1.
810 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
817 // This does not restore first[] array contents between firstLength an
783 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_ext.cpp266 * cnv->mode==0 is equivalent to firstLength==1.
277 int32_t firstLength,
288 (const char *)cnv->toUBytes, firstLength,
294 *src+=match-firstLength;
310 cnv->preToUFirstLength=(int8_t)firstLength;
311 for(j=0; j<firstLength; ++j) {
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
/external/icu4c/i18n/
H A Ducol_bld.cpp1225 int32_t firstLength = 0; local
1226 U16_NEXT(conts, firstLength, contractionLength, first);
1231 if(uprv_cnttab_isTailored(t->contractions, tailoredCE, conts+firstLength, status) == TRUE) {
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp1213 unsigned firstLength = firstMap->length(); local
1215 if (firstLength != secondMap->length())
1218 for (unsigned i = 0; i < firstLength; i++) {
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6393 Length firstLength, secondLength; local
6400 firstLength = Length(Auto);
6402 firstLength = Length(first->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6404 firstLength = Length(first->getDoubleValue(), Percent);
6417 b.setWidth(firstLength);

Completed in 368 milliseconds