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

  /external/icu4c/common/unicode/
unorm2.h 222 * @param firstLength length of the first string, or -1 if NUL-terminated
235 UChar *first, int32_t firstLength, int32_t firstCapacity,
245 * @param firstLength length of the first string, or -1 if NUL-terminated
258 UChar *first, int32_t firstLength, int32_t firstCapacity,
  /external/icu4c/common/
normalizer2.cpp 157 int32_t firstLength=first.length();
161 if(buffer.init(firstLength+second.length(), errorCode)) {
168 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle);
692 UChar *first, int32_t firstLength, int32_t firstCapacity,
700 (first==NULL ? (firstCapacity!=0 || firstLength!=0) :
701 (firstCapacity<0 || firstLength<-1)) ||
707 UnicodeString firstString(first, firstLength, firstCapacity);
708 firstLength=firstString.length(); // In case it was -1.
718 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
725 // This does not restore first[] array contents between firstLength and firstCapacity
    [all...]
ucnv_ext.h 348 int32_t firstLength,
ucnv_ext.c 265 * 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) {
    [all...]
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 697 milliseconds