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

  /external/icu4c/common/
normalizer2.cpp 182 int32_t firstLength=first.length();
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 and firstCapacity
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 290 milliseconds