Lines Matching refs:exp
691 UnicodeString exp("\\u0061\\u0062c\\u0064\\u0065", "");
692 if (s == exp) {
693 logln(UnicodeString("Ok: \"") + exp + "\"");
695 logln(UnicodeString("FAIL: \"") + s + "\", wanted \"" + exp + "\"");
1326 UnicodeString exp;
1328 exp = UnicodeString(DATA[i+1], "");
1332 if (exp.length() == 0 || exp == t->getID()) {
1335 exp + "\"");
1339 t->getID() + "\", exp \"" + exp + "\"");
1546 UnicodeString exp("::Greek-Latin;\n::Latin-Cyrillic;");
1548 if (r != exp) {
1550 ", expected " + exp);
1567 if (r != exp) {
1569 ", expected " + exp);
1597 exp = "NFKC();Lower(Upper)";
1598 if (u->getID() == exp) {
1755 " => " + rules + ", exp " + expRules);
1762 " => " + escapedRules + ", exp " + expEscapedRules);
1785 ", exp " + prettify(pat, TRUE));
2087 UnicodeString exp("(Title);Latin-Greek");
2088 if (t->getID() == exp) {
2093 t->getID() + "\", expected \"" + exp + "\"");
2244 UnicodeString exp = "Hangul-Latin";
2246 if (got != exp) {
2248 ", expected " + exp);
2272 UnicodeString exp = "NFD(NFC);Jamo-Latin";
2274 if (got != exp) {
2276 ", expected " + exp);
2319 // Col. 4 = exp result
2335 UnicodeString exp;
2338 exp = CharsToUnicodeString(DATA[i+3]);
2361 expect(*t, source, exp);