Searched refs:ures_getUInt (Results 1 – 8 of 8) sorted by relevance
268 return ures_getUInt(fResource, &status); in getUInt()
1418 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt() function
494 ures_getUInt(const UResourceBundle* resourceBundle,
1532 #define ures_getUInt U_ICU_ENTRY_POINT_RENAME(ures_getUInt) macro
541 uintResult = ures_getUInt(res, &status); in TestNewTypes()553 uintResult = ures_getUInt(res, &status); in TestNewTypes()566 uintResult = ures_getUInt(res, &status); in TestNewTypes()
2422 return ures_getUInt(resourceBundle, status); in ures_getUInt_android()