Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp137 static const uc16 kWhitespaceTable16[] = { variable
141 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16);
151 if (kWhitespaceTable16[i] == x) return true; in isWhitespace()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp137 static const uc16 kWhitespaceTable16[] = { variable
141 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16);
151 if (kWhitespaceTable16[i] == x) return true; in isWhitespace()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc116 static const uc16 kWhitespaceTable16[] = { variable
120 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16);
130 if (kWhitespaceTable16[i] == x) return true; in isWhitespace()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp137 static const uc16 kWhitespaceTable16[] = { variable
141 static const int kWhitespaceTable16Length = DOUBLE_CONVERSION_ARRAY_SIZE(kWhitespaceTable16);
151 if (kWhitespaceTable16[i] == x) return true; in isWhitespace()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp465 static const uc16 kWhitespaceTable16[] = { variable
469 static const int kWhitespaceTable16Length = ARRAY_SIZE(kWhitespaceTable16);
480 if (kWhitespaceTable16[i] == x) return true; in isWhitespace()