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

/macosx-10.10/ICU-531.30/icuSources/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.cpp2262 TestCollator col3(UCOL_TERTIARY, UNORM_NONE);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon864
195 * @param mode The normalization mode; one of UNORM_NONE,
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon2609
195 * @param mode The normalization mode; one of UNORM_NONE,
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon5548
195 * @param mode The normalization mode; one of UNORM_NONE,
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon5670
195 * @param mode The normalization mode; one of UNORM_NONE,
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dunorm.h135 UNORM_NONE = 1, enumerator in enum:__anon5899
195 * @param mode The normalization mode; one of UNORM_NONE,
/macosx-10.10/ICU-531.30/icuSources/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 186 milliseconds