Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_keytype.cpp149 const UChar* uBcpKeyId = ures_getString(keyMapEntry.getAlias(), &bcpKeyIdLen, &sts); in initFromResourceBundle()
258 … const UChar* uBcpTypeId = ures_getString(typeMapEntry.getAlias(), &bcpTypeIdLen, &sts); in initFromResourceBundle()
313 … const UChar* to = ures_getString(typeAliasDataEntry.getAlias(), &toLen, &sts); in initFromResourceBundle()
363 … const UChar* to = ures_getString(bcpTypeAliasDataEntry.getAlias(), &toLen, &sts); in initFromResourceBundle()
Dresbund.cpp255 const UChar *r = ures_getString(fResource, &len, &status); in getString()
Dbrkiter.cpp83 brkfname = ures_getString(brkName, &size, &status); in buildInstance()
Duresbund.cpp1279 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString() function
1363 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String()
1460 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias()
1787 retVal = ures_getString(&stack, &length, status); in ures_getStringByKeyWithFallback()
2097 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2119 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
Ducurr.cpp2124 const UChar *isoCode = ures_getString(idRes, &isoLength, &localStatus); in ucurr_createCurrencyList()
/external/icu/libandroidicu/include/unicode/
Dures.h376 ures_getString(const UResourceBundle* resourceBundle,
812 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
Durename.h1527 #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) macro
/external/icu/icu4c/source/common/unicode/
Dures.h376 ures_getString(const UResourceBundle* resourceBundle,
812 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
Durename.h1527 #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) macro
/external/icu/icu4c/source/i18n/
Ducol_res.cpp272 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode); in loadFromBundle()
430 const UChar *s = ures_getString(def.getAlias(), &len, &internalErrorCode); in loadFromData()
Derarules.cpp176 const UChar *val = ures_getString(res.getAlias(), &len, &status); in createInstance()
Ducol_sit.cpp480 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status); in ucol_prepareShortStringOpen()
Dsmpdtfmt.cpp727 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
752 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
792 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
817 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
Dtranslit.cpp1545 resString = ures_getString(res, &len, &status); in initializeRegistry()
Dmeasfmt.cpp196 const UChar *resStr = ures_getString(resource, &len, &status); in getString()
Dtimezone.cpp1602 const UChar *tzids = ures_getString(regionalData, &len, &status); in getWindowsID()
Ddtptngen.cpp121 const UChar* ret = ures_getString(item, len, err); in ures_a_getNextString()
/external/icu/icu4c/source/samples/uresb/
Duresb.c235 const UChar*thestr = ures_getString(resource, &len, status); in printOutBundle()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c687 s=ures_getString(item, &length, &errorCode); in TestTable32()
729 s=ures_getString(item, &length, &errorCode); in TestTable32()
Dudatatst.c1076 icuString = ures_getString(tmp, &len, &status); in TestAppData()
1092 appString = ures_getString(tmp2, &len, &status); in TestAppData()
Dcreststn.c1088 …on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &le… in TestAPI()
1257 if(ures_getString(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){ in TestErrorConditions()
1262 if(ures_getString(teRes, &len, &status) != NULL){ in TestErrorConditions()
2890 s16 = ures_getString(resB, length, status); in tres_getString()
Dcldrtest.c335 const UChar *string = ures_getString(subBundle, &len, &errorCode); in TestKeyInRootRecursive()
397 const UChar *rootString = ures_getString(subRootBundle, &len, &errorCode); in TestKeyInRootRecursive()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp431 const UChar* thestr = ures_getString(resource, &len, status); in printOutBundle()
/external/cldr/tools/c/genldml/
Dgenldml.cpp3401 const UChar* temp = ures_getString(element,&len, &error); in writeCurrencyMap()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2410 return ures_getString(resourceBundle, len, status); in ures_getString_android()