Searched refs:StrToD16 (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-conversions.cc | 2030 static double StrToD16(const uc16* str16, int length, int flags, in StrToD16() function 2043 static double StrToD16(const char* str, int flags, in StrToD16() function 2088 double result16 = StrToD16(buffer16, len, flags, empty_string_value, 3927 StrToD16("0x1@2", flags, 0.0, &processed, &all_used, 3931 CHECK_EQ(0.0, StrToD16("0x0@0", flags, 1.0, &processed, &all_used, 3936 StrToD16("0x1@2@3@4@5@6@7@8@9", flags, Double::NaN(), 3940 CHECK_EQ(18.0, StrToD16(" 0x1@2 ", flags, 0.0, 3945 StrToD16("0xa@b@c@d@e@f", flags, 0.0, 3950 StrToD16("0x@1@2", flags, 0.0, 3955 StrToD16(" [all...] |
Completed in 3 milliseconds