Searched refs:TrimAndCut (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | strtod.cc | 126 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut() function 492 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 525 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-strtod.cpp | 140 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut() function 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-strtod.cpp | 140 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut() function 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-strtod.cpp | 140 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut() function 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
Completed in 4 milliseconds