HomeSort by relevance Sort by last modified time
    Searched refs:ures_getStringByKey (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium_org/third_party/icu/source/common/
uresbund.c     [all...]
uloc_tag.c 597 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
761 uBcpType = ures_getStringByKey(typeMapForKey, type, &bcpTypeLen, &tmpStatus);
770 uCanonicalType = ures_getStringByKey(rb, type, &canonicalTypeLen, &tmpStatus);
784 uBcpType = ures_getStringByKey(typeMapForKey, typeBuf, &bcpTypeLen, &tmpStatus);
    [all...]
locdispnames.cpp 311 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
loclikely.cpp 50 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
    [all...]
  /external/icu4c/common/
uresbund.cpp     [all...]
locdispnames.cpp 312 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
loclikely.cpp 50 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
    [all...]
uloc_tag.c 660 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
824 uBcpType = ures_getStringByKey(typeMapForKey, type, &bcpTypeLen, &tmpStatus);
833 uCanonicalType = ures_getStringByKey(rb, type, &canonicalTypeLen, &tmpStatus);
847 uBcpType = ures_getStringByKey(typeMapForKey, typeBuf, &bcpTypeLen, &tmpStatus);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 164 const UChar *rules = ures_getStringByKey(collElem, "Sequence", &rulesLen, status);
291 result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus);
298 result->ucaRules = ures_getStringByKey(b,"UCARules",NULL,&intStatus);
543 ucaRules = ures_getStringByKey(coll->rb,"UCARules",&UCAlen,&status);
546 ucaRules = ures_getStringByKey(uca,"Sequence",&UCAlen,&status);
    [all...]
ucurr.cpp 396 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
408 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
    [all...]
plurrule.cpp 446 const UChar* s = ures_getStringByKey(locRes, curLocaleName, &resLen, &errCode);
459 s = ures_getStringByKey(locRes, parentLocaleName, &resLen, &status);
olsontz.cpp 194 const UChar *ruleIdUStr = ures_getStringByKey(res, kFINALRULE, &len, &ec);
    [all...]
translit.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 539 ures_getStringByKey(currentLocale, "Version", NULL, &errorCode);
544 else if (ures_getStringByKey(currentLocale, "Version", NULL, &errorCode)[0] == (UChar)(0x78)) {
    [all...]
creststn.c 355 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp 166 const UChar *rules = ures_getStringByKey(collElem, "Sequence", &rulesLen, status);
300 result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus);
307 result->ucaRules = ures_getStringByKey(b,"UCARules",NULL,&intStatus);
556 ucaRules = ures_getStringByKey(coll->rb,"UCARules",&UCAlen,&status);
559 ucaRules = ures_getStringByKey(uca,"Sequence",&UCAlen,&status);
    [all...]
dtitvinf.cpp 338 const UChar * parentUName = ures_getStringByKey(rb, "%%Parent", &locNameLen, &status);
ucurr.cpp 436 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
448 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
    [all...]
plurrule.cpp 696 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &errCode);
708 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &status);
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 543 ures_getStringByKey(currentLocale, "Version", NULL, &errorCode);
548 else if (ures_getStringByKey(currentLocale, "Version", NULL, &errorCode)[0] == (UChar)(0x78)) {
    [all...]
creststn.c 355 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 88 ures_getStringByKey(bundle_, key, NULL, &status);
324 const UChar* chars = ures_getStringByKey(bundle, key, &charCount, &status);
  /external/chromium_org/third_party/icu/source/test/intltest/
restest.cpp 500 const UChar* strSet = ures_getStringByKey(resb,"ExemplarCharacters",&len,&status);
  /external/icu4c/test/intltest/
restest.cpp 500 const UChar* strSet = ures_getStringByKey(resb,"ExemplarCharacters",&len,&status);
  /external/icu4c/extra/uconv/
uconv.cpp     [all...]

Completed in 1521 milliseconds

12 3