Home
last modified time | relevance | path

Searched refs:UNORM2_COMPOSE (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Dunorm2.h57 UNORM2_COMPOSE, enumerator
/third_party/icu/icu4c/source/common/unicode/
Dunorm2.h57 UNORM2_COMPOSE, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunorm2.h57 UNORM2_COMPOSE, enumerator
/third_party/icu/tools/unicode/c/genuts46/
Dgenuts46.cpp161 icu::Normalizer2::getInstance(NULL, "nfkc_cf", UNORM2_COMPOSE, errorCode); in main()
/third_party/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp327 case UNORM2_COMPOSE: in getInstance()
Duts46.cpp219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
/third_party/skia/third_party/externals/icu/source/common/
Dloadednormalizer2impl.cpp327 case UNORM2_COMPOSE: in getInstance()
Duts46.cpp219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
/third_party/node/deps/icu-small/source/common/
Dloadednormalizer2impl.cpp351 case UNORM2_COMPOSE: in getInstance()
Duts46.cpp219 : uts46Norm2(*Normalizer2::getInstance(nullptr, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc2484 form_mode = UNORM2_COMPOSE; in Normalize()
2492 form_mode = UNORM2_COMPOSE; in Normalize()
2500 form_mode = UNORM2_COMPOSE; in Normalize()
/third_party/icu/icu4c/source/tools/icuexportdata/
Dicuexportdata.cpp557 mainNormalizer = Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, status); in computeDecompositions()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp761 mainNormalizer = Normalizer2::getInstance(nullptr, "uts46", UNORM2_COMPOSE, status); in computeDecompositions()
/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1477 UNORM2_COMPOSE, errorCode); in TestCustomComp()