Searched refs:UNORM_NONE (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnrapi.cpp133 // test UNORM_NONE
134 norm.setMode(UNORM_NONE);
136 errln("error in Normalizer(UNORM_NONE).first()/next()/last()");
138 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
140 errln("error in Normalizer::normalize(UNORM_NONE)");
H A Duobjtest.cpp337 TESTCLASSID_CTOR(Normalizer, (emptyString, UNORM_NONE));
H A Dtstnorm.cpp813 default: mode=UNORM_NONE; break;
1396 for(int32_t i=UNORM_NONE; i<UNORM_MODE_COUNT; ++i) {
H A Dapicoll.cpp2190 TestCollator col3(UCOL_TERTIARY, UNORM_NONE);
/external/icu/icu4c/source/test/intltest/
H A Dtstnrapi.cpp133 // test UNORM_NONE
134 norm.setMode(UNORM_NONE);
136 errln("error in Normalizer(UNORM_NONE).first()/next()/last()");
138 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
140 errln("error in Normalizer::normalize(UNORM_NONE)");
H A Duobjtest.cpp337 TESTCLASSID_CTOR(Normalizer, (emptyString, UNORM_NONE));
H A Dtstnorm.cpp813 default: mode=UNORM_NONE; break;
1396 for(int32_t i=UNORM_NONE; i<UNORM_MODE_COUNT; ++i) {
H A Dapicoll.cpp2271 TestCollator col3(UCOL_TERTIARY, UNORM_NONE);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon12036
195 * @param mode The normalization mode; one of UNORM_NONE,
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon21826
195 * @param mode The normalization mode; one of UNORM_NONE,
/external/chromium_org/third_party/icu/source/common/
H A Dunorm_it.c595 uni->mode=UNORM_NONE;
626 mode<UNORM_NONE || UNORM_MODE_COUNT<=mode
H A Dnormalizer2.cpp54 // Normalizer2 implementation for the old UNORM_NONE.
564 default: // UNORM_NONE
975 if(mode<=UNORM_NONE || UNORM_FCD<=mode) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c1726 for(mode=UNORM_NONE; mode<UNORM_MODE_COUNT; ++mode) {
1797 unorm_setIter(NULL, NULL, UNORM_NONE, &status);
1802 unorm_setIter(NULL, NULL, UNORM_NONE, &status);
1812 unorm_setIter(uni, NULL, UNORM_NONE, &status);
/external/icu/icu4c/source/common/
H A Dnormalizer2.cpp54 // Normalizer2 implementation for the old UNORM_NONE.
564 default: // UNORM_NONE
975 if(mode<=UNORM_NONE || UNORM_FCD<=mode) {

Completed in 2126 milliseconds