Lines Matching refs:icu
33 * icu::ErrorCode subclass for easy UErrorCode handling.
36 class ExitingErrorCode : public icu::ErrorCode {
60 toIDNA2003(const UStringPrepProfile *prep, UChar32 c, icu::UnicodeString &destString) {
94 printLine(UChar32 start, UChar32 end, Status status, const icu::UnicodeString &mapping) {
134 icu::UnicodeSet unassignedSet(UNICODE_STRING_SIMPLE("[:Cn:]"), errorCode);
136 icu::UnicodeSet labelSeparators(
139 icu::UnicodeSet mappedSet(
143 icu::UnicodeSet baseValidSet(icu::UnicodeString(
151 icu::UnicodeSet disallowedSTD3Set(icu::UnicodeString(
154 icu::UnicodeSet deviationSet(
159 icu::LocalUStringPrepProfilePointer namePrep(usprep_openByType(USPREP_RFC3491_NAMEPREP, errorCode));
160 const icu::Normalizer2 *nfkc_cf=
161 icu::Normalizer2::getInstance(NULL, "nfkc_cf", UNORM2_COMPOSE, errorCode);
168 icu::UnicodeSet baseExclusionSet;
169 icu::UnicodeString cString, mapping, namePrepResult;
200 icu::UnicodeSet disallowedSet(0, 0x10ffff);
209 const icu::Normalizer2 *nfd=
210 icu::Normalizer2::getInstance(NULL, "nfc", UNORM2_DECOMPOSE, errorCode);
213 icu::UnicodeSet ignoredSet; // will be a subset of mappedSet
214 icu::UnicodeSet removeSet;
215 icu::UnicodeString nfdString;
217 icu::UnicodeSetIterator iter(mappedSet);
234 icu::UnicodeSet validSet(baseValidSet);
246 icu::UnicodeSetIterator iter(validSet);
260 icu::UnicodeSetIterator iter(mappedSet);
289 icu::UnicodeString prevMapping;
292 icu::UnicodeSetIterator iter(disallowedSet);