Home
last modified time | relevance | path

Searched refs:ALLOW_CASE_INSENSITIVITY (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.h61 ALLOW_CASE_INSENSITIVITY = 64, enumerator
Ddouble-conversion-string-to-double.cpp454 const bool allow_case_insensitivity = (flags_ & ALLOW_CASE_INSENSITIVITY) != 0; in StringToIeee()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.h47 ALLOW_CASE_INSENSITIVITY = 64, enumerator
Dstring-to-double.cc433 const bool allow_case_insensitivity = (flags_ & ALLOW_CASE_INSENSITIVITY) != 0; in StringToIeee()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.h61 ALLOW_CASE_INSENSITIVITY = 64, enumerator
Ddouble-conversion-string-to-double.cpp454 const bool allow_case_insensitivity = (flags_ & ALLOW_CASE_INSENSITIVITY) != 0; in StringToIeee()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.h61 ALLOW_CASE_INSENSITIVITY = 64, enumerator
Ddouble-conversion-string-to-double.cpp454 const bool allow_case_insensitivity = (flags_ & ALLOW_CASE_INSENSITIVITY) != 0; in StringToIeee()
/third_party/icu/vendor/double-conversion/upstream/
DChangelog47 Renamed ALLOW_CASE_INSENSIBILITY to ALLOW_CASE_INSENSITIVITY,
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-conversions.cc5854 int flags = StringToDoubleConverter::ALLOW_CASE_INSENSITIVITY | in TEST()