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

  /external/icu4c/i18n/
gender.cpp 138 int32_t resLen = 0;
141 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status);
148 resLen = 0;
149 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &key_status);
157 u_UCharsToChars(s, type_str, resLen + 1);
plurrule.cpp 694 int32_t resLen=0;
696 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &errCode);
707 resLen=0;
708 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &status);
722 u_UCharsToChars(s, setKey, resLen + 1);
730 resLen=0;
741 resLen=0;
742 s=ures_getNextString(setRes.getAlias(), &resLen, (const char**)&key, &errCode);
747 uprv_memcpy(result+len, s, resLen*sizeof(UChar));
748 len += resLen;
    [all...]
ucurr.cpp 395 int32_t resLen = 0;
401 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
403 if(buffCapacity > resLen) {
406 u_charsToUChars(id, buff, resLen);
436 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
448 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
469 if(buffCapacity > resLen) {
474 return u_terminateUChars(buff, buffCapacity, resLen, ec);
479 return resLen;
    [all...]
compactdecimalformat.cpp 717 int32_t resLen;
718 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
723 UnicodeString formatStr(false, formatStrP, resLen);
ucol_bld.cpp 551 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
559 if(sourceLen > resLen) {
586 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
594 if(sourceLen > resLen) {
    [all...]
  /external/chromium_org/third_party/icu/source/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;
loctest.cpp     [all...]
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...]
  /external/icu4c/test/intltest/
loctest.cpp     [all...]
ucaconf.cpp 229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024);
262 prettify(CollationKey(newSk, resLen), newS);
281 oldLen = resLen;
tsmthred.cpp 1043 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024);
    [all...]
  /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/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 444 int32_t resLen=0;
446 const UChar* s = ures_getStringByKey(locRes, curLocaleName, &resLen, &errCode);
458 resLen=0;
459 s = ures_getStringByKey(locRes, parentLocaleName, &resLen, &status);
475 u_UCharsToChars(s, setKey, resLen + 1);
485 resLen=0;
499 resLen=0;
500 s=ures_getNextString(setRes, &resLen, (const char**)&key, &errCode);
505 uprv_memcpy(result+len, s, resLen*sizeof(UChar));
506 len += resLen;
    [all...]
ucurr.cpp 355 int32_t resLen = 0;
361 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
363 if(buffCapacity > resLen) {
366 u_charsToUChars(id, buff, resLen);
396 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
408 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
429 if(buffCapacity > resLen) {
434 return u_terminateUChars(buff, buffCapacity, resLen, ec);
439 return resLen;
    [all...]
ucol_bld.cpp 550 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
558 if(sourceLen > resLen) {
585 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
593 if(sourceLen > resLen) {
    [all...]
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]

Completed in 1676 milliseconds