Home | History | Annotate | Download | only in intltest

Lines Matching refs:returnVal

876     UBool returnVal;
879 returnVal = test1.padLeading(15);
881 if (returnVal == FALSE || test1 != expectedValue)
884 returnVal = test2.padTrailing(15);
886 if (returnVal == FALSE || test2 != expectedValue)
890 returnVal = test3.padTrailing(15);
891 if (returnVal == TRUE || test3 != expectedValue)
914 returnVal = test1.truncate(15);
916 if (returnVal == TRUE || test1 != expectedValue)
919 returnVal = test2.truncate(15);
921 if (returnVal == TRUE || test2 != expectedValue)
924 returnVal = test3.truncate(15);
926 if (returnVal == FALSE || test3 != expectedValue)