Searched refs:IsHexFloatString (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 237 static bool IsHexFloatString(Iterator start, in IsHexFloatString() function 288 IsHexFloatString(*current, end, separator, allow_trailing_junk)); in RadixStringToIeee() 551 IsHexFloatString(current, end, separator_, allow_trailing_junk); in StringToIeee()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 237 static bool IsHexFloatString(Iterator start, in IsHexFloatString() function 288 IsHexFloatString(*current, end, separator, allow_trailing_junk)); in RadixStringToIeee() 551 IsHexFloatString(current, end, separator_, allow_trailing_junk); in StringToIeee()
|
/aosp_15_r20/external/double-conversion/double-conversion/ |
H A D | string-to-double.cc | 216 static bool IsHexFloatString(Iterator start, in IsHexFloatString() function 267 IsHexFloatString(*current, end, separator, allow_trailing_junk)); in RadixStringToIeee() 530 IsHexFloatString(current, end, separator_, allow_trailing_junk); in StringToIeee()
|
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/ |
H A D | string-to-double.cc | 216 static bool IsHexFloatString(Iterator start, in IsHexFloatString() function 267 IsHexFloatString(*current, end, separator, allow_trailing_junk)); in RadixStringToIeee() 530 IsHexFloatString(current, end, separator_, allow_trailing_junk); in StringToIeee()
|