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

  /external/chromium_org/third_party/icu/source/common/unicode/
udeprctd.h 30 # define ures_getLocale ures_getLocale_DEPRECATED_API_DO_NOT_USE
ures.h 18 * 11/09/99 weiv Added ures_getLocale()
300 ures_getLocale(const UResourceBundle* resourceBundle,
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 192 this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"",
193 fFallback, U_GREGORIAN_KEY, fFallback?ures_getLocale(fFallback, &status):"");
200 this, locale, type, u_errorName(status), fBundle, U_GREGORIAN_KEY, fBundle?ures_getLocale(fBundle, &status):"" );
221 fprintf(stderr, "%p: get %s -> %s - from MAIN %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
228 fprintf(stderr, "%p: get %s -> %s - from FALLBACK %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
309 fprintf(stderr, "%p: get %s/%s/%s -> %s - from MAIN %s\n", this, key, contextKey, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
318 fprintf(stderr, "%p: get %s/%s/%s -> %s - from FALLBACK %s\n",this, key, contextKey, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
zstrfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 192 this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"",
193 fFallback, U_GREGORIAN_KEY, fFallback?ures_getLocale(fFallback, &status):"");
200 this, locale, type, u_errorName(status), fBundle, U_GREGORIAN_KEY, fBundle?ures_getLocale(fBundle, &status):"" );
221 fprintf(stderr, "%p: get %s -> %s - from MAIN %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
228 fprintf(stderr, "%p: get %s -> %s - from FALLBACK %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
309 fprintf(stderr, "%p: get %s/%s/%s -> %s - from MAIN %s\n", this, key, contextKey, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
318 fprintf(stderr, "%p: get %s/%s/%s -> %s - from FALLBACK %s\n",this, key, contextKey, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
  /external/icu/icu4c/source/common/unicode/
ures.h 18 * 11/09/99 weiv Added ures_getLocale()
306 ures_getLocale(const UResourceBundle* resourceBundle,
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/
brkiter.cpp 97 ures_getLocale(brkName, &status),
uresbund.c 15 * 11/09/99 weiv Added ures_getLocale()
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 487 if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
517 } else if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
588 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
    [all...]
creststn.c 369 realName = ures_getLocale(norway, &status);
370 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 486 if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
516 } else if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
587 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
    [all...]
creststn.c 364 realName = ures_getLocale(norway, &status);
365 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName);
    [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp 15 * 11/09/99 weiv Added ures_getLocale()
    [all...]

Completed in 257 milliseconds