Lines Matching refs:testOK
525 UBool testOK, errMap, errDst; in checkWhatYouCan() local
538 testOK = TRUE; in checkWhatYouCan()
567 if (testOK) { in checkWhatYouCan()
569 testOK = FALSE; in checkWhatYouCan()
584 if (testOK) { in checkWhatYouCan()
586 testOK = FALSE; in checkWhatYouCan()
615 if (testOK) { in checkWhatYouCan()
617 testOK = FALSE; in checkWhatYouCan()
632 if (testOK) { in checkWhatYouCan()
634 testOK = FALSE; in checkWhatYouCan()
640 return testOK; in checkWhatYouCan()
4273 UBool testOK = TRUE; in testReorderingMode() local
4341 testOK = FALSE; in testReorderingMode()
4347 testOK = FALSE; in testReorderingMode()
4353 testOK = FALSE; in testReorderingMode()
4359 testOK = FALSE; in testReorderingMode()
4365 if (testOK == TRUE) { in testReorderingMode()
4443 UBool mismatch, testOK = TRUE; in testStreaming() local
4488 testOK = FALSE; in testStreaming()
4500 if (testOK == TRUE) { in testStreaming()
4648 UBool testOK = TRUE; in checkMaps() local
4660 testOK = FALSE; in checkMaps()
4685 testOK = FALSE; in checkMaps()
4712 testOK = FALSE; in checkMaps()
4741 testOK = FALSE; in checkMaps()
4770 testOK = FALSE; in checkMaps()
4772 return testOK; in checkMaps()
4831 UBool testOK = TRUE; in testContext() local
4838 testOK &= assertIllegalArgument("Error when BiDi object is null", &rc); in testContext()
4846 testOK &= assertIllegalArgument("Error when proLength < -1", &rc); in testContext()
4850 testOK &= assertIllegalArgument("Error when epiLength < -1", &rc); in testContext()
4854 testOK &= assertIllegalArgument("Prologue is NULL", &rc); in testContext()
4858 testOK &= assertIllegalArgument("Epilogue is NULL", &rc); in testContext()
4870 testOK &= assertSuccessful("swapped ubidi_setContext", &rc); in testContext()
4872 testOK &= assertSuccessful("regular ubidi_setContext", &rc); in testContext()
4876 testOK &= assertSuccessful("ubidi_setPara", &rc); in testContext()
4894 testOK = FALSE; in testContext()
4897 if (testOK == TRUE) { in testContext()