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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DCSSToStyleMap.cpp203 Length firstLength; local
207 firstLength = pair->first()->convertToLength<AnyConversion>(cssToLengthConversionData());
210 firstLength = primitiveValue->convertToLength<AnyConversion>(cssToLengthConversionData());
214 b.setWidth(firstLength);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeUtilities.cpp347 bool checkOnlyKanaLettersInStrings(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength) argument
350 const UChar* aEnd = firstData + firstLength;
381 bool checkKanaStringsEqual(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength) argument
384 const UChar* aEnd = firstData + firstLength;
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2.cpp181 int32_t firstLength=first.length(); local
185 if(buffer.init(firstLength+second.length(), errorCode)) {
192 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle);
776 UChar *first, int32_t firstLength, int32_t firstCapacity,
784 (first==NULL ? (firstCapacity!=0 || firstLength!=0) :
785 (firstCapacity<0 || firstLength<-1)) ||
791 UnicodeString firstString(first, firstLength, firstCapacity);
792 firstLength=firstString.length(); // In case it was -1.
802 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
809 // This does not restore first[] array contents between firstLength an
775 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/icu/icu4c/source/common/
H A Dnormalizer2.cpp181 int32_t firstLength=first.length(); local
185 if(buffer.init(firstLength+second.length(), errorCode)) {
192 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle);
776 UChar *first, int32_t firstLength, int32_t firstCapacity,
784 (first==NULL ? (firstCapacity!=0 || firstLength!=0) :
785 (firstCapacity<0 || firstLength<-1)) ||
791 UnicodeString firstString(first, firstLength, firstCapacity);
792 firstLength=firstString.length(); // In case it was -1.
802 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
809 // This does not restore first[] array contents between firstLength an
775 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/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp1223 int32_t firstLength = 0; local
1224 U16_NEXT(conts, firstLength, contractionLength, first);
1229 if(uprv_cnttab_isTailored(t->contractions, tailoredCE, conts+firstLength, status) == TRUE) {

Completed in 7735 milliseconds