Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duloc.h203 #define ULOC_CHINESE "zh" macro
/third_party/icu/icu4c/source/common/unicode/
Duloc.h203 #define ULOC_CHINESE "zh" macro
/third_party/node/deps/icu-small/source/common/unicode/
Duloc.h203 #define ULOC_CHINESE "zh" macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duloc.h203 #define ULOC_CHINESE "zh" macro
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp399 if (strcmp(Locale::getChinese().getName(), ULOC_CHINESE) != 0) { in TestParallelAPIValues()