Lines Matching defs:in
28 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
32 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
209 // TODO do these in hex
233 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
240 // if (!checkPat(source + " (in code)", testSet, pat3)) return false;
269 // Throw in a test of complement
347 errln("FAIL : Error in copy construction");
356 errln("FAIL: Error in =operator");
365 errln("FAIL: Error in clone");
374 errln("FAIL: Error in hashCode()");
447 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
449 // Try retaining an set of elements contained in another set (intersection)
452 doAssert(set.containsAll(set3) == FALSE, "set doesn't contain all the elements in set3");
455 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
459 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
468 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
749 // Iteration will access them in sorted order - a, b, c, y, z, U0001abcd, "str1", "str2"
881 // Pattern, Chars IN, Chars NOT in
923 // weiv: )(and * were removed from math in Unicode 4.0.1
1013 "[ab\\uD800cd]", // JB#2906: isolated lead in middle
1017 "[ab\\uDC00cd]", // JB#2906: isolated trail in middle
1047 // Script_Extensions, new in Unicode 6.0
1052 // U+FDF2 has Script=Arabic and also Arab in its Script_Extensions,
1211 "[aAqQ\\u00DF\\u1E9E\\uFB01{ss}{bc}{fi}]", // U+1E9E LATIN CAPITAL LETTER SHARP S is new in Unicode 5.1
1258 CASE, "[{a\\u02BE}]", "[\\u1E9A{a\\u02BE}]", // first in sorted table
1260 CASE, "[{\\u1f7c\\u03b9}]", "[\\u1ff2{\\u1f7c\\u03b9}]", // last in sorted table
1306 * while transitioning from hardcoded case closure tables in uniset.cpp
1388 // We test this with two passes; in the second pass we
1856 * U+0000 to U+0020 are represented in the bitmask.
1870 * as a pairs list. Ranges are listed in ascending Unicode order.
2092 UBool in = TRUE;
2095 in = FALSE;
2100 if (contained == in) {
2187 errln("FAIL: copy-constructing a frozen set results in a thawed one");
2195 errln("FAIL: copying a frozen set results in a thawed one");
2309 // Make the strings in a UnicodeSet easily accessible.
2405 // That is, each edge of a match must not be in the middle of a surrogate pair.
3185 // unless either UTF is turned off in whichSpans.
3309 0xd7a4, 0xdc05, 0xd900, 0x2028, // unassigned, surrogates in wrong order, LS
3324 /* trail byte in lead position */
3343 /* trail byte in lead position */
3362 /* trail byte in lead position */
3375 /* trail byte in lead position */
3383 /* trail byte in lead position */
3390 /* trail byte in lead position */
3404 /* trail byte in lead position */
3462 // Cause: Strings in the set overlap, and spanBack(USET_SPAN_CONTAINED)
3471 // Cause: Strings in the set overlap, and a longer match may
3580 // because b is not in the complement set and there is an odd number of b's
3581 // in the test string.
3598 // They are not representable in UTF-8, and a leading trail surrogate
3599 // and a trailing lead surrogate must not match in the middle of a proper surrogate pair.
3691 errln("FAIL: unrecognized span set option in \"%s\"", testdata[i]);