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

  /libcore/luni/src/main/java/java/math/
BitLevel.java 129 int resLen = srcLen + 1;
130 int[] resDigits = new int[resLen];
132 return new BigInteger(source.sign, resLen, resDigits);
  /external/icu4c/common/
loclikely.cpp 45 int32_t resLen = 0;
50 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
61 else if (resLen >= bufferLength) {
66 u_UCharsToChars(s, buffer, resLen + 1);
    [all...]
  /external/icu4c/test/intltest/
ucaconf.cpp 169 int32_t resLen = 0, oldLen = 0;
194 resLen = ucol_getSortKey(coll, buffer, buflen, newSk, 1024);
218 prettify(CollationKey(newSk, resLen), newS);
252 oldLen = resLen;
tsmthred.cpp 866 int32_t resLen = 0, oldLen = 0;
870 resLen = ucol_getSortKey(coll, lines[i].buff, lines[i].buflen, newSk, 1024);
912 oldLen = resLen;
    [all...]
loctest.cpp     [all...]
  /external/icu4c/i18n/
ucurr.cpp 400 int32_t resLen = 0;
406 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
408 if(buffCapacity > resLen) {
411 u_charsToUChars(id, buff, resLen);
441 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
453 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
474 if(buffCapacity > resLen) {
479 return u_terminateUChars(buff, buffCapacity, resLen, ec);
484 return resLen;
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]

Completed in 343 milliseconds