Lines Matching refs:errorCode

88      * Same as getInstance(NULL, "nfc", UNORM2_COMPOSE, errorCode).
90 * @param errorCode Standard ICU error code. Its input value must
98 getNFCInstance(UErrorCode &errorCode);
102 * Same as getInstance(NULL, "nfc", UNORM2_DECOMPOSE, errorCode).
104 * @param errorCode Standard ICU error code. Its input value must
112 getNFDInstance(UErrorCode &errorCode);
116 * Same as getInstance(NULL, "nfkc", UNORM2_COMPOSE, errorCode).
118 * @param errorCode Standard ICU error code. Its input value must
126 getNFKCInstance(UErrorCode &errorCode);
130 * Same as getInstance(NULL, "nfkc", UNORM2_DECOMPOSE, errorCode).
132 * @param errorCode Standard ICU error code. Its input value must
140 getNFKDInstance(UErrorCode &errorCode);
144 * Same as getInstance(NULL, "nfkc_cf", UNORM2_COMPOSE, errorCode).
146 * @param errorCode Standard ICU error code. Its input value must
154 getNFKCCasefoldInstance(UErrorCode &errorCode);
170 * @param errorCode Standard ICU error code. Its input value must
181 UErrorCode &errorCode);
186 * @param errorCode Standard ICU error code. Its input value must
194 normalize(const UnicodeString &src, UErrorCode &errorCode) const {
196 normalize(src, result, errorCode);
205 * @param errorCode Standard ICU error code. Its input value must
215 UErrorCode &errorCode) const = 0;
223 * @param errorCode Standard ICU error code. Its input value must
233 UErrorCode &errorCode) const = 0;
241 * @param errorCode Standard ICU error code. Its input value must
251 UErrorCode &errorCode) const = 0;
332 * @param errorCode Standard ICU error code. Its input value must
340 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const = 0;
350 * @param errorCode Standard ICU error code. Its input value must
358 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const = 0;
375 * @param errorCode Standard ICU error code. Its input value must
383 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
470 * @param errorCode Standard ICU error code. Its input value must
480 UErrorCode &errorCode) const;
488 * @param errorCode Standard ICU error code. Its input value must
498 UErrorCode &errorCode) const;
506 * @param errorCode Standard ICU error code. Its input value must
516 UErrorCode &errorCode) const;
574 * @param errorCode Standard ICU error code. Its input value must
582 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const;
587 * @param errorCode Standard ICU error code. Its input value must
595 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const;
600 * @param errorCode Standard ICU error code. Its input value must
608 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
643 UErrorCode &errorCode) const;
649 UErrorCode &errorCode) const;