Lines Matching refs:ok
36 UBool ok = U_SUCCESS(status);
37 if (!ok) it_errln( msg );
38 return ok;
251 it_logln("status applyPattern OK!");
313 UBool ok = (form_Assigned == *form_A) && (form_Assigned != *form_B);
315 ok = ok && (form_Assigned != *form_A) && (form_Assigned == *form_B);
316 if (ok) {
478 logln("Ok: " + str);
536 logln((UnicodeString)"Ok: " + x + " => " + str);
559 logln((UnicodeString)"Ok: " + pattern + " failed");
569 logln((UnicodeString)"Ok: Pattern: " + pattern);
580 logln((UnicodeString)"Ok: " + v[i] + " => " + out);