Home | History | Annotate | Download | only in intltest

Lines Matching defs:strings

154     // Test pattern behavior of multicharacter strings.
748 // 6 code points, 3 ranges, 2 strings, 8 total elements
1343 // should contain all full case folding mapping strings
2309 // Make the strings in a UnicodeSet easily accessible.
2316 // If a set's last element is not a code point, then it must contain strings.
2317 // Iterate over the set, skip all code point ranges, and cache the strings.
2323 while(iter.nextRange() && stringsLength<UPRV_LENGTHOF(strings)) {
2327 strings[stringsLength]=s=&iter.getString();
2359 const UnicodeString *strings[20];
2379 return fSet.strings[nextStringIndex++];
2403 // Compare 16-bit Unicode strings (which may be malformed UTF-16)
3266 // or the set contains strings with unpaired surrogates which don't translate to valid UTF-8:
3448 // malformed UTF-8/16 strings.
3457 // or the set contains strings with unpaired surrogates
3460 // Cause: Set strings are not complemented.
3462 // Cause: Strings in the set overlap, and spanBack(USET_SPAN_CONTAINED)
3471 // Cause: Strings in the set overlap, and a longer match may
3479 // Other strings will be spanned.
3500 // Overlapping strings cause overlapping attempts to match.
3555 // Test with non-ASCII set strings - test proper handling of surrogate pairs
3557 // Copies of above test sets and strings, but transliterated to have
3572 // The following strings are barely doable with the recursive
3585 // Test with set strings with an initial or final code point span
3597 // Test with strings containing unpaired surrogates.
3735 // Test select patterns and strings, and test USET_SPAN_SIMPLE.