Searched refs:ures_getStringByKey (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
H A Dnptrans.cpp65 const UChar* ruleUChar = ures_getStringByKey(bundle, "MapNFKC",&ruleLen, &status);
67 const UChar *mapRuleUChar = ures_getStringByKey(bundle, "MapNoNormalization", &mapRuleLen, &status);
79 const UChar* pattern = ures_getStringByKey(bundle,"UnassignedSet",&patternLen, &status);
84 pattern = ures_getStringByKey(bundle,"ProhibitedSet",&patternLen, &status);
108 pattern = ures_getStringByKey(bundle,"LabelSeparatorSet",&patternLen, &status);
H A Daliastst.cpp201 ures_getStringByKey(resIndex, loc,&len, &status);
H A Drestest.cpp499 const UChar* strSet = ures_getStringByKey(resb,"ExemplarCharacters",&len,&status);
/external/icu/icu4c/source/samples/ufortune/
H A Dufortune.c142 const UChar *msg = ures_getStringByKey(myResources, "optionMessage", &len, &err);
144 fprintf(stderr, "%s: ures_getStringByKey(\"optionMessage\") failed, %s\n",
156 usage = ures_getStringByKey(myResources, "usage", &len, &err);
158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err));
/external/icu/icu4c/source/common/
H A Ducat.c59 result = ures_getStringByKey((const UResourceBundle*) catd,
H A Ducnvdisp.c60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus);
H A Dwintz.c338 icuTZ = ures_getStringByKey(winTZ, ISOcodeA, &len, &status);
343 icuTZ = ures_getStringByKey(winTZ, "001", &len, &status);
381 icuTZ = ures_getStringByKey(winTZ, ISOcodeA, &len, &status);
386 icuTZ = ures_getStringByKey(winTZ, "001", &len, &status);
H A Dresbund.cpp363 const UChar* r = ures_getStringByKey(fResource, key, &len, &status);
H A Duresbund.cpp1938 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) { function
2027 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status);
2244 const UChar* minor_version = ures_getStringByKey(resourceBundle, kVersionTag, &minor_len, &status);
2481 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2556 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2632 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2888 str = ures_getStringByKey(res, key, &len, status);
H A Dlocdispnames.cpp312 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
H A Dloclikely.cpp52 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c138 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err);
236 msg = (UChar*)ures_getStringByKey(gBundle, errname, &msgLen, &subErr);
H A Duconv.cpp1071 ures_getStringByKey(gBundle, ecode ? "lcUsageWord" : "ucUsageWord",
/external/icu/icu4c/source/i18n/
H A Dulocdata.c115 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus);
172 delimiter = ures_getStringByKey(delimiterBundle, delimiterKeys[type], &len, &localStatus);
305 pattern = ures_getStringByKey(patternBundle, "pattern", &len, &localStatus);
357 separator = ures_getStringByKey(separatorBundle, "separator", &len, &localStatus);
H A Dgender.cpp145 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status);
153 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &key_status);
H A Dzonemeta.cpp296 const UChar *canonical = ures_getStringByKey(rb,id,NULL,&tmpStatus);
324 canonical = ures_getStringByKey(rb,id,NULL,&tmpStatus);
496 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status);
733 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status);
740 tzid = ures_getStringByKey(rb, gWorldTag, &tzidLen, &status);
927 shortID = ures_getStringByKey(rb, tzidKey, NULL, &status);
H A Ducol_res.cpp84 rootRules = ures_getStringByKey(rootBundle, "UCARules", &rootRulesLength, &errorCode);
123 const UChar *s = ures_getStringByKey(data.getAlias(), "Sequence", &length, &errorCode);
400 const UChar *s = ures_getStringByKey(data, "Sequence", &length,
H A Dtimezone.cpp1497 const UChar *tzver = ures_getStringByKey(bundle, kTZVERSION, &len, &status);
1665 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because
1680 tzid = ures_getStringByKey(zones, "001", &len, &status); // using status, because "001" must be
H A Ddtitvinf.cpp340 const UChar * parentUName = ures_getStringByKey(rb, "%%Parent", &locNameLen, &status);
H A Ducurr.cpp595 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
607 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
2435 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus);
2614 const UChar* defString = ures_getStringByKey(&curbndl, "id", &curIDLength, status);
H A Dplurrule.cpp647 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &errCode);
659 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c121 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
185 result1= ures_getStringByKey(test1, "string_in_Root_te_te_IN", &resultLen, &err);
186 result2= ures_getStringByKey(test2, "string_in_Root_te_te_IN", &resultLen, &err);
368 ures_getStringByKey(theBundle, tag, &resultLen, &status);
372 string=ures_getStringByKey(theBundle, tag, &resultLen, &status);
436 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
439 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status);
441 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
455 junk = ures_getStringByKey(fr_FR, "ExemplarCharacters", &resultLen, &status);
H A Dcreststn.c350 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
1223 if(ures_getStringByKey(NULL, "string_only_in_te", &resultLen, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1239 /*Test ures_getStringByKey() with UResourceBundle = NULL*/
1241 if(ures_getStringByKey(NULL, "string_only_in_te", &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1242 log_err("ERROR: ures_getStringByKey is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1245 /*Test ures_getStringByKey() with status != U_ZERO_ERROR*/
1246 if(ures_getStringByKey(teRes, "string_only_in_te", &len, &status) != NULL){
1247 log_err("ERROR: ures_getStringByKey is supposed to fail when status != U_ZERO_ERROR. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1701 strcat(action, ".ures_getStringByKey(" );
2883 s16 = ures_getStringByKey(res
[all...]
H A Dcldrtest.c553 ures_getStringByKey(currentLocale, "Version", NULL, &errorCode);
558 else if (ures_getStringByKey(currentLocale, "Version", NULL, &errorCode)[0] == (UChar)(0x78)) {
/external/icu/icu4c/source/common/unicode/
H A Dures.h725 ures_getStringByKey(const UResourceBundle *resB,
776 * @see ures_getStringByKey
866 const UChar* r = ures_getStringByKey(resB, key, &len, status);

Completed in 361 milliseconds

12