Home | History | Annotate | Download | only in intltest

Lines Matching refs:ok

29  * not testing conversion for a custom configuration like this should be ok.
1071 UBool ok;
1091 ok=TRUE;
1092 for(i=0; i<UPRV_LENGTHOF(steps) && ok; ++i) {
1112 ok=checkToUnicode(
1133 while(ok && cc.finalFlush) {
1142 ok=checkToUnicode(
1147 if(!ok) {
1161 ok=checkToUnicode(
1170 return ok;
1184 // reset the message; NULL will mean "ok"
1518 UBool ok;
1531 ok=TRUE;
1532 for(i=0; i<UPRV_LENGTHOF(steps) && ok; ++i) {
1541 ok=checkFromUnicode(
1569 ok=checkFromUnicode(
1584 while(ok && cc.finalFlush) {
1593 ok=checkFromUnicode(
1598 if(!ok) {
1612 ok=checkFromUnicode(
1621 return ok;
1635 // reset the message; NULL will mean "ok"