Searched refs:parseAsciiInteger (Results 1 – 5 of 5) sorted by relevance
195 static int32_t parseAsciiInteger(const UnicodeString& str, int32_t& pos);
279 int32_t ICU_Utility::parseAsciiInteger(const UnicodeString& str, int32_t& pos) { in parseAsciiInteger() function in ICU_Utility
194 int32_t result = ICU_Utility::parseAsciiInteger(r->idStr, pos); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()231 int32_t result = ICU_Utility::parseAsciiInteger(aliasFromRegion->idStr, pos); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()279 int32_t result = ICU_Utility::parseAsciiInteger(codeMappingNumber, pos); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1653 parsedExponent = ICU_Utility::parseAsciiInteger(num, expSubstrStart); in FixedDecimal()