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

  /external/icu4c/common/unicode/
unorm2.h 225 * @param secondLength length of the source string, or -1 if NUL-terminated
236 const UChar *second, int32_t secondLength,
248 * @param secondLength length of the source string, or -1 if NUL-terminated
259 const UChar *second, int32_t secondLength,
  /external/icu4c/common/
normalizer2.cpp 693 const UChar *second, int32_t secondLength,
699 if( (second==NULL ? secondLength!=0 : secondLength<-1) ||
709 // secondLength==0: Nothing to do, and n2wi->normalizeAndAppend(NULL, NULL, buffer, ...) would crash.
710 if(secondLength!=0) {
718 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
719 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL,
733 UnicodeString secondString(secondLength<0, second, secondLength);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 335 milliseconds