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

/external/chromium/third_party/icu/source/common/
H A Ducnv_ext.c265 * cnv->mode==0 is equivalent to firstLength==1.
276 int32_t firstLength,
287 (const char *)cnv->toUBytes, firstLength,
293 *src+=match-firstLength;
309 cnv->preToUFirstLength=(int8_t)firstLength;
310 for(j=0; j<firstLength; ++j) {
275 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/common/
H A Dnormalizer2.cpp665 UChar *first, int32_t firstLength, int32_t firstCapacity,
673 firstCapacity<0 || (first==NULL && firstCapacity>0) || firstLength<-1 ||
679 UnicodeString firstString(first, firstLength, firstCapacity);
685 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
702 UChar *first, int32_t firstLength, int32_t firstCapacity,
706 first, firstLength, firstCapacity,
713 UChar *first, int32_t firstLength, int32_t firstCapacity,
717 first, firstLength, firstCapacity,
664 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
H A Ducnv_ext.c265 * cnv->mode==0 is equivalent to firstLength==1.
276 int32_t firstLength,
287 (const char *)cnv->toUBytes, firstLength,
293 *src+=match-firstLength;
309 cnv->preToUFirstLength=(int8_t)firstLength;
310 for(j=0; j<firstLength; ++j) {
275 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/webkit/WebCore/editing/
H A DApplyStyleCommand.cpp1605 unsigned firstLength = firstMap->length(); local
1607 if (firstLength != secondMap->length())
1610 for (unsigned i = 0; i < firstLength; i++) {

Completed in 513 milliseconds