Searched refs:integerString (Results 1 – 2 of 2) sorted by relevance
214 T_CString_stringToInteger(const char *integerString, int32_t radix) in T_CString_stringToInteger() argument217 return uprv_strtoul(integerString, &end, radix); in T_CString_stringToInteger()
112 T_CString_stringToInteger(const char *integerString, int32_t radix);