Home
last modified time | relevance | path

Searched refs:secondLength (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeUtilities.h42 …ings(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength);
43 …qual(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength);
DUnicodeUtilities.cpp347 …rings(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength) in checkOnlyKanaLettersInStrings() argument
353 const UChar* bEnd = secondData + secondLength; in checkOnlyKanaLettersInStrings()
381 …Equal(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength) in checkKanaStringsEqual() argument
387 const UChar* bEnd = secondData + secondLength; in checkKanaStringsEqual()
/external/chromium_org/third_party/icu/source/common/
Dnormalizer2.cpp681 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument
687 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend()
697 if(secondLength!=0) { in normalizeSecondAndAppend()
703 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
704 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()
708 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend()
722 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument
726 second, secondLength, in unorm2_normalizeSecondAndAppend()
733 const UChar *second, int32_t secondLength, in unorm2_append() argument
737 second, secondLength, in unorm2_append()
/external/icu4c/common/
Dnormalizer2.cpp783 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument
789 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend()
800 if(secondLength!=0) { in normalizeSecondAndAppend()
808 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
809 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()
825 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend()
839 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument
843 second, secondLength, in unorm2_normalizeSecondAndAppend()
850 const UChar *second, int32_t secondLength, in unorm2_append() argument
854 second, secondLength, in unorm2_append()
/external/chromium_org/third_party/icu/source/common/unicode/
Dunorm2.h236 const UChar *second, int32_t secondLength,
259 const UChar *second, int32_t secondLength,
/external/icu4c/common/unicode/
Dunorm2.h306 const UChar *second, int32_t secondLength,
329 const UChar *second, int32_t secondLength,
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp208 Length secondLength; in mapFillSize() local
212 secondLength = pair->second()->convertToLength<AnyConversion>(cssToLengthConversionData()); in mapFillSize()
215 secondLength = Length(); in mapFillSize()
218 if (firstLength.isUndefined() || secondLength.isUndefined()) in mapFillSize()
222 b.setHeight(secondLength); in mapFillSize()