Home
last modified time | relevance | path

Searched refs:kWhitespaceTable16Length (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp141 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16); variable
150 for (int i = 0; i < kWhitespaceTable16Length; i++) { in isWhitespace()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp141 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16); variable
150 for (int i = 0; i < kWhitespaceTable16Length; i++) { in isWhitespace()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc120 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16); variable
129 for (int i = 0; i < kWhitespaceTable16Length; i++) { in isWhitespace()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp141 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16); variable
150 for (int i = 0; i < kWhitespaceTable16Length; i++) { in isWhitespace()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp469 static const int kWhitespaceTable16Length = ARRAY_SIZE(kWhitespaceTable16); variable
479 for (int i = 0; i < kWhitespaceTable16Length; i++) { in isWhitespace()