Searched refs:ures_getString (Results 1 - 23 of 23) sorted by relevance

/external/icu/icu4c/source/common/
H A Duloc_keytype.cpp145 const UChar* uBcpKeyId = ures_getString(keyMapEntry.getAlias(), &bcpKeyIdLen, &sts);
250 const UChar* uBcpTypeId = ures_getString(typeMapEntry.getAlias(), &bcpTypeIdLen, &sts);
305 const UChar* to = ures_getString(typeAliasDataEntry.getAlias(), &toLen, &sts);
355 const UChar* to = ures_getString(bcpTypeAliasDataEntry.getAlias(), &toLen, &sts);
H A Dresbund.cpp253 const UChar *r = ures_getString(fResource, &len, &status);
H A Dbrkiter.cpp81 brkfname = ures_getString(brkName, &size, &status);
H A Duresbund.cpp1245 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) { function
1329 const UChar *s16 = ures_getString(resB, &length16, status);
1426 result = ures_getString(tempRes, len, status);
1752 retVal = ures_getString(&stack, &length, status);
2086 result = ures_getString(tempRes, len, status);
2108 result = ures_getString(tempRes, len, status);
/external/icu/icu4c/source/common/unicode/
H A Dures.h370 ures_getString(const UResourceBundle* resourceBundle,
417 * @see ures_getString
438 * @see ures_getString
461 * @see ures_getString
484 * @see ures_getString
504 * @see ures_getString
807 const UChar *r = ures_getString(resB, &len, status);
H A Durename.h1469 #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) macro
/external/icu/icu4c/source/i18n/
H A Ducol_res.cpp268 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
426 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
677 const UChar* defString = ures_getString(&defres, &defcollLength, status);
H A Dreldtfmt.cpp553 const UChar* aString = ures_getString(subString, &aLen, &status);
H A Ducol_sit.cpp471 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status);
H A Dcompactdecimalformat.cpp764 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
H A Dmeasfmt.cpp188 const UChar *resStr = ures_getString(resource, &len, &status);
H A Dreldatefmt.cpp115 const UChar *resStr = ures_getString(resource, &len, &status);
H A Dsmpdtfmt.cpp746 resStr = ures_getString(currentBundle, &resStrLen, &status);
778 resStr = ures_getString(currentBundle, &resStrLen, &status);
824 resStr = ures_getString(currentBundle, &resStrLen, &status);
850 resStr = ures_getString(currentBundle, &resStrLen, &status);
H A Dtranslit.cpp1538 resString = ures_getString(res, &len, &status);
H A Dtimezone.cpp1599 const UChar *tzids = ures_getString(regionalData, &len, &status);
H A Ddtptngen.cpp114 const UChar* ret = ures_getString(item, len, err);
H A Ducurr.cpp2105 const UChar *isoCode = ures_getString(idRes, &isoLength, &localStatus);
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c229 const UChar*thestr = ures_getString(resource, &len, status);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c683 s=ures_getString(item, &length, &errorCode);
725 s=ures_getString(item, &length, &errorCode);
H A Dudatatst.c1074 icuString = ures_getString(tmp, &len, &status);
1090 appString = ures_getString(tmp2, &len, &status);
H A Dcldrtest.c331 const UChar *string = ures_getString(subBundle, &len, &errorCode);
393 const UChar *rootString = ures_getString(subRootBundle, &len, &errorCode);
H A Dcreststn.c1083 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1250 /*Test ures_getString() with UResourceBundle = NULL*/
1252 if(ures_getString(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1253 log_err("ERROR: ures_getString is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1256 /*Test ures_getString() with status != U_ZERO_ERROR*/
1257 if(ures_getString(teRes, &len, &status) != NULL){
1258 log_err("ERROR: ures_getString is supposed to fail when status != U_ZERO_ERROR. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
2139 log_data_err("ures_getString(resLocID, &resultLen, &err) returned an unexpected version value. Expected '%s', but got '%s'\n",
2885 s16 = ures_getString(resB, length, status);
/external/icu/icu4c/source/tools/genrb/
H A Dderb.cpp429 const UChar* thestr = ures_getString(resource, &len, status);

Completed in 1625 milliseconds