Lines Matching refs:testOK
516 UBool testOK, errMap, errDst;
529 testOK = TRUE;
558 if (testOK) {
560 testOK = FALSE;
575 if (testOK) {
577 testOK = FALSE;
606 if (testOK) {
608 testOK = FALSE;
623 if (testOK) {
625 testOK = FALSE;
631 return testOK;
4026 UBool testOK = TRUE;
4094 testOK = FALSE;
4100 testOK = FALSE;
4106 testOK = FALSE;
4112 testOK = FALSE;
4118 if (testOK == TRUE) {
4196 UBool mismatch, testOK = TRUE;
4241 testOK = FALSE;
4253 if (testOK == TRUE) {
4401 UBool testOK = TRUE;
4413 testOK = FALSE;
4438 testOK = FALSE;
4465 testOK = FALSE;
4494 testOK = FALSE;
4523 testOK = FALSE;
4525 return testOK;
4584 UBool testOK = TRUE;
4591 testOK &= assertIllegalArgument("Error when BiDi object is null", &rc);
4599 testOK &= assertIllegalArgument("Error when proLength < -1", &rc);
4603 testOK &= assertIllegalArgument("Error when epiLength < -1", &rc);
4607 testOK &= assertIllegalArgument("Prologue is NULL", &rc);
4611 testOK &= assertIllegalArgument("Epilogue is NULL", &rc);
4623 testOK &= assertSuccessful("swapped ubidi_setContext", &rc);
4625 testOK &= assertSuccessful("regular ubidi_setContext", &rc);
4629 testOK &= assertSuccessful("ubidi_setPara", &rc);
4647 testOK = FALSE;
4650 if (testOK == TRUE) {