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

12

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h369 ures_getString(const UResourceBundle* resourceBundle,
416 * @see ures_getString
437 * @see ures_getString
460 * @see ures_getString
483 * @see ures_getString
503 * @see ures_getString
806 const UChar *r = ures_getString(resB, &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);
/external/icu/icu4c/source/i18n/
H A Ducol_res.cpp179 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
292 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
492 const UChar* defString = ures_getString(&defres, &defcollLength, status);
H A Dreldatefmt.cpp127 const UChar *resStr = ures_getString(resource, &len, &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);
/external/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp253 const UChar *r = ures_getString(fResource, &len, &status);
H A Dbrkiter.cpp85 brkfname = ures_getString(brkName, &size, &status);
H A Duresbund.cpp1158 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) { function
1242 const UChar *s16 = ures_getString(resB, &length16, status);
1339 result = ures_getString(tempRes, len, status);
1665 retVal = ures_getString(&stack, &length, status);
1879 result = ures_getString(tempRes, len, status);
1901 result = ures_getString(tempRes, len, status);
/external/icu/icu4c/source/common/
H A Dresbund.cpp253 const UChar *r = ures_getString(fResource, &len, &status);
H A Dbrkiter.cpp85 brkfname = ures_getString(brkName, &size, &status);
H A Duresbund.cpp1158 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) { function
1242 const UChar *s16 = ures_getString(resB, &length16, status);
1339 result = ures_getString(tempRes, len, status);
1665 retVal = ures_getString(&stack, &length, status);
1879 result = ures_getString(tempRes, len, status);
1901 result = ures_getString(tempRes, len, status);
/external/chromium_org/third_party/icu/source/samples/uresb/
H A Duresb.c229 const UChar*thestr = ures_getString(resource, &len, status);
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c229 const UChar*thestr = ures_getString(resource, &len, status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c687 s=ures_getString(item, &length, &errorCode);
729 s=ures_getString(item, &length, &errorCode);
H A Dudatatst.c1070 icuString = ures_getString(tmp, &len, &status);
1086 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);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c685 s=ures_getString(item, &length, &errorCode);
727 s=ures_getString(item, &length, &errorCode);
H A Dudatatst.c1070 icuString = ures_getString(tmp, &len, &status);
1086 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);
/external/chromium_org/third_party/icu/source/i18n/
H A Dreldtfmt.cpp460 const UChar* aString = ures_getString(subString, &aLen, &status);
H A Dsmpdtfmt.cpp595 resStr = ures_getString(currentBundle, &resStrLen, &status);
627 resStr = ures_getString(currentBundle, &resStrLen, &status);
673 resStr = ures_getString(currentBundle, &resStrLen, &status);
699 resStr = ures_getString(currentBundle, &resStrLen, &status);
H A Ducol_res.cpp194 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, &intStatus);
864 const UChar* defString = ures_getString(&defres, &defcollLength, status);
H A Dcompactdecimalformat.cpp718 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
H A Dtranslit.cpp1538 resString = ures_getString(res, &len, &status);

Completed in 550 milliseconds

12