Home | History | Annotate | Download | only in unicode

Lines Matching refs:errorCode

90      * Same as getInstance(NULL, "nfc", UNORM2_COMPOSE, errorCode).
92 * @param errorCode Standard ICU error code. Its input value must
100 getNFCInstance(UErrorCode &errorCode);
104 * Same as getInstance(NULL, "nfc", UNORM2_DECOMPOSE, errorCode).
106 * @param errorCode Standard ICU error code. Its input value must
114 getNFDInstance(UErrorCode &errorCode);
118 * Same as getInstance(NULL, "nfkc", UNORM2_COMPOSE, errorCode).
120 * @param errorCode Standard ICU error code. Its input value must
128 getNFKCInstance(UErrorCode &errorCode);
132 * Same as getInstance(NULL, "nfkc", UNORM2_DECOMPOSE, errorCode).
134 * @param errorCode Standard ICU error code. Its input value must
142 getNFKDInstance(UErrorCode &errorCode);
146 * Same as getInstance(NULL, "nfkc_cf", UNORM2_COMPOSE, errorCode).
148 * @param errorCode Standard ICU error code. Its input value must
156 getNFKCCasefoldInstance(UErrorCode &errorCode);
172 * @param errorCode Standard ICU error code. Its input value must
183 UErrorCode &errorCode);
188 * @param errorCode Standard ICU error code. Its input value must
196 normalize(const UnicodeString &src, UErrorCode &errorCode) const {
198 normalize(src, result, errorCode);
207 * @param errorCode Standard ICU error code. Its input value must
217 UErrorCode &errorCode) const = 0;
225 * @param errorCode Standard ICU error code. Its input value must
235 UErrorCode &errorCode) const = 0;
243 * @param errorCode Standard ICU error code. Its input value must
253 UErrorCode &errorCode) const = 0;
334 * @param errorCode Standard ICU error code. Its input value must
342 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const = 0;
352 * @param errorCode Standard ICU error code. Its input value must
360 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const = 0;
377 * @param errorCode Standard ICU error code. Its input value must
385 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
472 * @param errorCode Standard ICU error code. Its input value must
482 UErrorCode &errorCode) const;
490 * @param errorCode Standard ICU error code. Its input value must
500 UErrorCode &errorCode) const;
508 * @param errorCode Standard ICU error code. Its input value must
518 UErrorCode &errorCode) const;
576 * @param errorCode Standard ICU error code. Its input value must
584 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const;
589 * @param errorCode Standard ICU error code. Its input value must
597 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const;
602 * @param errorCode Standard ICU error code. Its input value must
610 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
645 UErrorCode &errorCode) const;
651 UErrorCode &errorCode) const;