Searched refs:T_CString_stringToInteger (Results 1 – 5 of 5) sorted by relevance
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10); in TestMessageCatalog()73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10); in TestMessageCatalog()
82 intValue=T_CString_stringToInteger("34556", 10); in TestAPI()86 intValue=T_CString_stringToInteger("100", 16); in TestAPI()
124 T_CString_stringToInteger(const char *integerString, int32_t radix);
225 T_CString_stringToInteger(const char *integerString, int32_t radix) in T_CString_stringToInteger() function
58 #define T_CString_stringToInteger U_ICU_ENTRY_POINT_RENAME(T_CString_stringToInteger) macro