Home | History | Annotate | Download | only in intltest

Lines Matching refs:compareBetween

952     if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1008 if (0!=format.compareBetween(0, expected.length(), expected, 0, expected.length()))