Home | History | Annotate | Download | only in intltest

Lines Matching refs:strings

156     // Test pattern behavior of multicharacter strings.
750 // 6 code points, 3 ranges, 2 strings, 8 total elements
1345 // should contain all full case folding mapping strings
2310 // Make the strings in a UnicodeSet easily accessible.
2317 // If a set's last element is not a code point, then it must contain strings.
2318 // Iterate over the set, skip all code point ranges, and cache the strings.
2324 while(iter.nextRange() && stringsLength<LENGTHOF(strings)) {
2328 strings[stringsLength]=s=&iter.getString();
2360 const UnicodeString *strings[20];
2383 return fSet.strings[nextStringIndex++];
2407 // Compare 16-bit Unicode strings (which may be malformed UTF-16)
3288 // or the set contains strings with unpaired surrogates which don't translate to valid UTF-8:
3470 // malformed UTF-8/16 strings.
3479 // or the set contains strings with unpaired surrogates
3482 // Cause: Set strings are not complemented.
3484 // Cause: Strings in the set overlap, and spanBack(USET_SPAN_CONTAINED)
3493 // Cause: Strings in the set overlap, and a longer match may
3501 // Other strings will be spanned.
3522 // Overlapping strings cause overlapping attempts to match.
3577 // Test with non-ASCII set strings - test proper handling of surrogate pairs
3579 // Copies of above test sets and strings, but transliterated to have
3594 // The following strings are barely doable with the recursive
3607 // Test with set strings with an initial or final code point span
3619 // Test with strings containing unpaired surrogates.
3757 // Test select patterns and strings, and test USET_SPAN_SIMPLE.