Home | History | Annotate | Download | only in toolutil

Lines Matching full:errorcode

96     PreparsedUCD(const char *filename, UErrorCode &errorCode);
108 LineType readLine(UErrorCode &errorCode);
129 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
135 * Returns U_SUCCESS(errorCode).
137 UBool getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode);
148 UErrorCode &errorCode);
149 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);
150 UBool parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode);
151 void parseString(const char *s, UnicodeString &uni, UErrorCode &errorCode);
152 void parseScriptExtensions(const char *s, UnicodeSet &scx, UErrorCode &errorCode);