Home
last modified time | relevance | path

Searched refs:ures_getUInt (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Dresbund.cpp268 return ures_getUInt(fResource, &status); in getUInt()
Duresbund.cpp1418 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt() function
/external/icu/libandroidicu/include/unicode/
Dures.h494 ures_getUInt(const UResourceBundle* resourceBundle,
Durename.h1532 #define ures_getUInt U_ICU_ENTRY_POINT_RENAME(ures_getUInt) macro
/external/icu/icu4c/source/common/unicode/
Dures.h494 ures_getUInt(const UResourceBundle* resourceBundle,
Durename.h1532 #define ures_getUInt U_ICU_ENTRY_POINT_RENAME(ures_getUInt) macro
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c541 uintResult = ures_getUInt(res, &status); in TestNewTypes()
553 uintResult = ures_getUInt(res, &status); in TestNewTypes()
566 uintResult = ures_getUInt(res, &status); in TestNewTypes()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2422 return ures_getUInt(resourceBundle, status); in ures_getUInt_android()