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

  /external/chromium_org/third_party/icu/source/common/
uscript.c 59 const UChar* name = ures_getNextString(resD,&len,NULL,&localErrorCode);
locavailable.cpp 146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
resbund.cpp 311 const UChar* r = ures_getNextString(fResource, &len, 0, &status);
317 const UChar* r = ures_getNextString(fResource, &len, key, &status);
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/
uscript.c 59 const UChar* name = ures_getNextString(resD,&len,NULL,&localErrorCode);
locavailable.cpp 146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
resbund.cpp 311 const UChar* r = ures_getNextString(fResource, &len, 0, &status);
317 const UChar* r = ures_getNextString(fResource, &len, key, &status);
uresbund.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ures.h 598 ures_getNextString(UResourceBundle *resourceBundle,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 599 ures_getNextString(UResourceBundle *resourceBundle,
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c     [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]
cloctst.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 285 ures_getNextString(&installed, NULL, &tempKey, &status);
dtptngen.cpp 113 return ures_getNextString(aiter->bund, len, key, err);
645 retPattern=ures_getNextString(patBundle, &len, &key, &err);
    [all...]
  /external/icu/icu4c/source/i18n/
coll.cpp 242 ures_getNextString(&installed, NULL, &tempKey, &status);
dtptngen.cpp 113 return ures_getNextString(aiter->bund, len, key, err);
646 retPattern=ures_getNextString(patBundle, &len, &key, &err);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);
    [all...]

Completed in 141 milliseconds