Home | History | Annotate | Download | only in i18n

Lines Matching defs:reason

145                                      UParseError &parseError, UnicodeString &reason,
153 internalBuildTailoring(rules, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &reason, errorCode);
172 const char *reason = builder.getErrorReason();
173 if(reason != NULL && outReason != NULL) {
174 *outReason = UnicodeString(reason, -1, US_INV);