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

  /external/icu/icu4c/source/common/unicode/
uniset.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 124 int32_t byteLength = 0, sLength = 0, dLength = 0;
131 sLength = u_unescape(ss, s, sizeof(ss));
132 bytes = extractBytes(s, sLength, "UTF-8", &byteLength);
147 dLength = ucsdet_getUChars(match, detected, sLength, &status);
149 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
285 int32_t sLength = 0;
293 sLength = u_unescape(ss, s, sizeof(ss));
294 bytes = extractBytes(s, sLength, "ISO-8859-1", &byteLength);
bocu1tst.c 737 int32_t c, i, sLength;
739 i=sLength=0;
747 U16_APPEND_UNSAFE(s, sLength, c);
750 return sLength;
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 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) {
    [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 404 int32_t sLength;
405 const UChar *s = res_getString(pResData, array.internalGetResource(pResData, i), &sLength);
410 dest[i].setTo(TRUE, s, sLength);
658 int32_t sLength;
659 const UChar *s = res_getString(pResData, res, &sLength);
661 dest[0].setTo(TRUE, s, sLength);
673 int32_t sLength;
674 const UChar *s = res_getString(pResData, res, &sLength);
676 us.setTo(TRUE, s, sLength);
684 s = res_getString(pResData, array.internalGetResource(pResData, 0), &sLength);
    [all...]
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 227 milliseconds