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

1 2

  /external/chromium_org/third_party/icu/source/common/unicode/
ures.h 369 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
    [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...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 179 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);
reldatefmt.cpp 127 const UChar *resStr = ures_getString(resource, &len, &status);
reldtfmt.cpp 553 const UChar* aString = ures_getString(subString, &aLen, &status);
ucol_sit.cpp 471 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status);
  /external/chromium_org/third_party/icu/source/common/
resbund.cpp 253 const UChar *r = ures_getString(fResource, &len, &status);
brkiter.cpp 85 brkfname = ures_getString(brkName, &size, &status);
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 253 const UChar *r = ures_getString(fResource, &len, &status);
brkiter.cpp 85 brkfname = ures_getString(brkName, &size, &status);
uresbund.cpp     [all...]
  /external/chromium_org/third_party/icu/source/samples/uresb/
uresb.c 229 const UChar*thestr = ures_getString(resource, &len, status);
  /external/icu/icu4c/source/samples/uresb/
uresb.c 229 const UChar*thestr = ures_getString(resource, &len, status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 687 s=ures_getString(item, &length, &errorCode);
729 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...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 685 s=ures_getString(item, &length, &errorCode);
727 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...]
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 460 const UChar* aString = ures_getString(subString, &aLen, &status);
smpdtfmt.cpp 595 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);
    [all...]
ucol_res.cpp 194 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, &intStatus);
864 const UChar* defString = ures_getString(&defres, &defcollLength, status);
    [all...]
compactdecimalformat.cpp 718 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
translit.cpp     [all...]

Completed in 615 milliseconds

1 2