HomeSort by relevance Sort by last modified time
    Searched defs:firstLength (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 203 Length firstLength;
207 firstLength = pair->first()->convertToLength<AnyConversion>(cssToLengthConversionData());
210 firstLength = primitiveValue->convertToLength<AnyConversion>(cssToLengthConversionData());
214 b.setWidth(firstLength);
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 181 int32_t firstLength=first.length();
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 and firstCapacity
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp     [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 181 int32_t firstLength=first.length();
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 and firstCapacity
    [all...]

Completed in 158 milliseconds