Home | History | Annotate | Download | only in unicode

Lines Matching refs:errorCode

93      * @param errorCode Standard ICU error code. Its input value must
104 UErrorCode &errorCode);
109 * @param errorCode Standard ICU error code. Its input value must
117 normalize(const UnicodeString &src, UErrorCode &errorCode) const {
119 normalize(src, result, errorCode);
128 * @param errorCode Standard ICU error code. Its input value must
138 UErrorCode &errorCode) const = 0;
146 * @param errorCode Standard ICU error code. Its input value must
156 UErrorCode &errorCode) const = 0;
164 * @param errorCode Standard ICU error code. Its input value must
174 UErrorCode &errorCode) const = 0;
183 * @param errorCode Standard ICU error code. Its input value must
191 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const = 0;
201 * @param errorCode Standard ICU error code. Its input value must
209 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const = 0;
226 * @param errorCode Standard ICU error code. Its input value must
234 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
329 * @param errorCode Standard ICU error code. Its input value must
339 UErrorCode &errorCode) const;
347 * @param errorCode Standard ICU error code. Its input value must
357 UErrorCode &errorCode) const;
365 * @param errorCode Standard ICU error code. Its input value must
375 UErrorCode &errorCode) const;
381 * @param errorCode Standard ICU error code. Its input value must
389 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const;
394 * @param errorCode Standard ICU error code. Its input value must
402 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const;
407 * @param errorCode Standard ICU error code. Its input value must
415 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
464 UErrorCode &errorCode) const;
470 UErrorCode &errorCode) const;