Lines Matching defs:in
30 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
34 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
211 // TODO do these in hex
235 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
242 // if (!checkPat(source + " (in code)", testSet, pat3)) return false;
271 // Throw in a test of complement
349 errln("FAIL : Error in copy construction");
358 errln("FAIL: Error in =operator");
367 errln("FAIL: Error in clone");
376 errln("FAIL: Error in hashCode()");
449 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
451 // Try retaining an set of elements contained in another set (intersection)
454 in set3");
457 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
461 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
470 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
751 // Iteration will access them in sorted order - a, b, c, y, z, U0001abcd, "str1", "str2"
883 // Pattern, Chars IN, Chars NOT in
925 // weiv: )(and * were removed from math in Unicode 4.0.1
1015 "[ab\\uD800cd]", // JB#2906: isolated lead in middle
1019 "[ab\\uDC00cd]", // JB#2906: isolated trail in middle
1049 // Script_Extensions, new in Unicode 6.0
1054 // U+FDF2 has Script=Arabic and also Arab in its Script_Extensions,
1213 "[aAqQ\\u00DF\\u1E9E\\uFB01{ss}{bc}{fi}]", // U+1E9E LATIN CAPITAL LETTER SHARP S is new in Unicode 5.1
1260 CASE, "[{a\\u02BE}]", "[\\u1E9A{a\\u02BE}]", // first in sorted table
1262 CASE, "[{\\u1f7c\\u03b9}]", "[\\u1ff2{\\u1f7c\\u03b9}]", // last in sorted table
1308 * while transitioning from hardcoded case closure tables in uniset.cpp
1390 // We test this with two passes; in the second pass we
1858 * U+0000 to U+0020 are represented in the bitmask.
1872 * as a pairs list. Ranges are listed in ascending Unicode order.
2094 UBool in = TRUE;
2097 in = FALSE;
2102 if (contained == in) {
2189 errln("FAIL: copy-constructing a frozen set results in a thawed one");
2197 errln("FAIL: copying a frozen set results in a thawed one");
2311 // Make the strings in a UnicodeSet easily accessible.
2407 // That is, each edge of a match must not be in the middle of a surrogate pair.
3187 // unless either UTF is turned off in whichSpans.
3311 0xd7a4, 0xdc05, 0xd900, 0x2028, // unassigned, surrogates in wrong order, LS
3326 /* trail byte in lead position */
3345 /* trail byte in lead position */
3364 /* trail byte in lead position */
3377 /* trail byte in lead position */
3385 /* trail byte in lead position */
3392 /* trail byte in lead position */
3406 /* trail byte in lead position */
3464 // Cause: Strings in the set overlap, and spanBack(USET_SPAN_CONTAINED)
3473 // Cause: Strings in the set overlap, and a longer match may
3582 // because b is not in the complement set and there is an odd number of b's
3583 // in the test string.
3600 // They are not representable in UTF-8, and a leading trail surrogate
3601 // and a trailing lead surrogate must not match in the middle of a proper surrogate pair.
3693 errln("FAIL: unrecognized span set option in \"%s\"", testdata[i]);