Home | History | Annotate | Download | only in toolutil

Lines Matching refs:errorCode

98     PreparsedUCD(const char *filename, UErrorCode &errorCode);
110 LineType readLine(UErrorCode &errorCode);
131 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
137 * Returns U_SUCCESS(errorCode).
139 UBool getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode);
150 UErrorCode &errorCode);
151 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);
152 UBool parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode);
153 void parseString(const char *s, UnicodeString &uni, UErrorCode &errorCode);
154 void parseScriptExtensions(const char *s, UnicodeSet &scx, UErrorCode &errorCode);