Home | History | Annotate | Download | only in intltest

Lines Matching refs:sLength

139     int32_t sLength = source.length();
142 length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
327 int32_t byteLength = 0, sLength = s.length();
331 UChar *detected = NEW_ARRAY(UChar, sLength);
341 ucsdet_getUChars(match, detected, sLength, &status);
343 if (s.compare(detected, sLength) != 0) {