Home | History | Annotate | Download | only in intltest

Lines Matching refs:ec

82     UErrorCode ec = U_ZERO_ERROR;
83 TextFile names("TestNames_Thai.txt", "UTF16LE", ec);
84 if (U_FAILURE(ec)) {
86 u_errorName(ec));
97 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
113 assertSuccess("readLine", ec);
129 UErrorCode ec = U_ZERO_ERROR;
130 TextFile riwords("riwords.txt", "UTF8", ec);
131 if (U_FAILURE(ec)) {
133 u_errorName(ec));
144 while (riwords.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
184 assertSuccess("readLine", ec);