Home
last modified time | relevance | path

Searched refs:backslashCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Duniset.cpp2026 int32_t backslashCount = 0; in _toPattern() local
2035 if ((backslashCount % 2) == 1) { in _toPattern()
2039 backslashCount = 0; in _toPattern()
2043 ++backslashCount; in _toPattern()
2045 backslashCount = 0; in _toPattern()
/third_party/icu/icu4c/source/common/
Duniset.cpp2035 int32_t backslashCount = 0; in _toPattern() local
2045 if ((backslashCount % 2) == 1) { in _toPattern()
2049 backslashCount = 0; in _toPattern()
2053 ++backslashCount; in _toPattern()
2055 backslashCount = 0; in _toPattern()
/third_party/node/deps/icu-small/source/common/
Duniset.cpp2035 int32_t backslashCount = 0; in _toPattern() local
2045 if ((backslashCount % 2) == 1) { in _toPattern()
2049 backslashCount = 0; in _toPattern()
2053 ++backslashCount; in _toPattern()
2055 backslashCount = 0; in _toPattern()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp386 int32_t backslashCount = 0; in prettify() local
389 ++backslashCount; in prettify()
394 if ((backslashCount % 2) == 1) { in prettify()