HomeSort by relevance Sort by last modified time
    Searched refs:ures_getString (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/common/
uloc_keytype.cpp 145 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);
resbund.cpp 253 const UChar *r = ures_getString(fResource, &len, &status);
brkiter.cpp 81 brkfname = ures_getString(brkName, &size, &status);
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 370 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
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 268 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);
reldtfmt.cpp 553 const UChar* aString = ures_getString(subString, &aLen, &status);
ucol_sit.cpp 471 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status);
compactdecimalformat.cpp 764 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
measfmt.cpp 188 const UChar *resStr = ures_getString(resource, &len, &status);
    [all...]
reldatefmt.cpp 115 const UChar *resStr = ures_getString(resource, &len, &status);
smpdtfmt.cpp 746 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);
    [all...]
translit.cpp     [all...]
timezone.cpp     [all...]
dtptngen.cpp 114 const UChar* ret = ures_getString(item, len, err);
    [all...]
ucurr.cpp     [all...]
  /external/icu/icu4c/source/samples/uresb/
uresb.c 229 const UChar*thestr = ures_getString(resource, &len, status);
  /external/icu/icu4c/source/test/cintltst/
crestst.c 683 s=ures_getString(item, &length, &errorCode);
725 s=ures_getString(item, &length, &errorCode);
    [all...]
udatatst.c     [all...]
cldrtest.c 331 const UChar *string = ures_getString(subBundle, &len, &errorCode);
393 const UChar *rootString = ures_getString(subRootBundle, &len, &errorCode);
    [all...]
creststn.c     [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 429 const UChar* thestr = ures_getString(resource, &len, status);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 171 const jchar* chars = ures_getString(currencyId.get(), &charCount, &status);
    [all...]

Completed in 319 milliseconds