Searched refs:ures_getInt (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/third_party/icu/source/i18n/
H A Dnumsys.cpp144 radix = ures_getInt(nsCurrent,&status);
147 algorithmic = ures_getInt(nsCurrent,&status);
H A Dulocdata.c193 system = (UMeasurementSystem) ures_getInt(measurement, status);
H A Dtimezone.cpp303 int32_t deref = ures_getInt(&res, &ec) + 0;
1091 int32_t deref = ures_getInt(res, &ec);
H A Dzstrfmt.cpp1491 int32_t cuValue = ures_getInt(cuRes, &status);
/external/icu4c/i18n/
H A Dnumsys.cpp146 radix = ures_getInt(nsCurrent,&status);
149 algorithmic = ures_getInt(nsCurrent,&status);
H A Dulocdata.c202 system = (UMeasurementSystem) ures_getInt(measurement, status);
H A Dolsontz.cpp194 int32_t ruleRaw = ures_getInt(&r, &ec);
196 int32_t ruleYear = ures_getInt(&r, &ec);
H A Dtimezone.cpp303 int32_t deref = ures_getInt(&res, &ec) + 0;
927 int32_t deref = ures_getInt(rb, &ec);
H A Dzstrfmt.cpp1607 int32_t cuValue = ures_getInt(cuRes, &status);
/external/chromium/third_party/icu/public/common/unicode/
H A Dures.h99 * signed or unsigned by the ures_getInt() or ures_getUInt() function.
100 * @see ures_getInt
349 * @see ures_getInt
424 * @see ures_getInt
446 * @see ures_getInt
465 * @see ures_getInt
492 ures_getInt(const UResourceBundle* resourceBundle,
/external/chromium/third_party/icu/source/common/
H A Dresbund.cpp263 return ures_getInt(fResource, &status);
/external/icu4c/common/
H A Dresbund.cpp263 return ures_getInt(fResource, &status);
/external/icu4c/common/unicode/
H A Dures.h88 * signed or unsigned by the ures_getInt() or ures_getUInt() function.
89 * @see ures_getInt
357 * @see ures_getInt
432 * @see ures_getInt
454 * @see ures_getInt
473 * @see ures_getInt
500 ures_getInt(const UResourceBundle* resourceBundle,
H A Durename.h1392 #define ures_getInt U_ICU_ENTRY_POINT_RENAME(ures_getInt) macro
/external/icu4c/samples/uresb/
H A Duresb.c258 u_fprintf(out, ":int { %li } ", ures_getInt(resource, status));
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcrestst.c694 number=ures_getInt(item, &errorCode);
736 number=ures_getInt(item, &errorCode);
H A Dcreststn.c539 intResult=ures_getInt(res, &status);
551 intResult=ures_getInt(res, &status);
564 intResult=ures_getInt(res, &status);
575 intResult=ures_getInt(res, &status);
821 intResult=ures_getInt(res, &status);
1348 /*Test ures_getInt() where UResourceBundle = NULL */
1350 if(ures_getInt(NULL, &status) != -1 && status != U_ILLEGAL_ARGUMENT_ERROR){
1351 log_err("ERROR: ures_getInt() with UResourceBundle = NULL should fail. Expected: U_IILEGAL_ARGUMENT_ERROR, Got: %s\n",
1354 /*Test ures_getInt() where status != U_ZERO_ERROR */
1355 if(ures_getInt(teRe
[all...]
/external/icu4c/test/cintltst/
H A Dcrestst.c697 number=ures_getInt(item, &errorCode);
739 number=ures_getInt(item, &errorCode);
H A Dcreststn.c542 intResult=ures_getInt(res, &status);
554 intResult=ures_getInt(res, &status);
567 intResult=ures_getInt(res, &status);
578 intResult=ures_getInt(res, &status);
824 intResult=ures_getInt(res, &status);
1351 /*Test ures_getInt() where UResourceBundle = NULL */
1353 if(ures_getInt(NULL, &status) != -1 && status != U_ILLEGAL_ARGUMENT_ERROR){
1354 log_err("ERROR: ures_getInt() with UResourceBundle = NULL should fail. Expected: U_IILEGAL_ARGUMENT_ERROR, Got: %s\n",
1357 /*Test ures_getInt() where status != U_ZERO_ERROR */
1358 if(ures_getInt(teRe
[all...]
/external/chromium/third_party/icu/source/tools/genrb/
H A Dderb.c612 uprv_itou(num, 20, ures_getInt(resource, status), 10, 0);
/external/icu4c/tools/genrb/
H A Dderb.c565 uprv_itou(num, 20, ures_getInt(resource, status), 10, 0);
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1012 #define ures_getInt ures_getInt_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1012 #define ures_getInt ures_getInt_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1012 #define ures_getInt ures_getInt_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1012 #define ures_getInt ures_getInt_3_2 macro

Completed in 248 milliseconds

12