Home | History | Annotate | Download | only in intltest

Lines Matching defs:string

14 #include <string.h>
212 //String source = "0x" + Integer.toString(start,16).toUpperCase();
234 //String pat1 = unescapeLeniently(pat0);
241 //String pat3 = unescapeLeniently(pat2);
1622 return result; // Indicate failure with empty string
1672 errln((UnicodeString)"Failed to read to end of string \""
2049 // the result of calling set.toPattern(), which is the string representation of
2293 // Append the UTF-8 version of the string to t and return the appended UTF-8 length.
2302 // The string contains an unpaired surrogate.
2303 // Ignore this string.
2326 // Store the pointer to the set's string element
2867 * Count spans on a string with the method according to type and set the span limits.
2871 * Sets typeName to an empty string if there is no such type.
3024 // temporarily modify the string by placing a NUL where the previous spanBack() stopped.
3134 UnicodeString string;
3140 string.setTo(FALSE, s16+prev, length); // read-only alias
3142 if(!sets[SLOW]->getSet().containsAll(string)) {
3147 if(!sets[FAST]->getSet().containsAll(string)) {
3153 if(!sets[SLOW]->getSet().containsNone(string)) {
3158 if(!sets[FAST]->getSet().containsNone(string)) {
3289 // Skip the UTF-8 part of the test - if the string contains surrogates -
3319 // Test with a particular, interesting string.
3496 // span(contained) of "abcd" spans the entire string
3558 // span(longest match) will not span the whole string.
3568 // spanBack(longest match) will not span the whole string.
3603 // in the test string.
3739 UnicodeString string=UnicodeString(s, -1, US_INV).unescape();
3747 testSpanBothUTFs(sets_with_str, string.getBuffer(), string.length(), whichSpans[j], testName, i);
3760 static const char *const string=
3777 UnicodeString string16=UnicodeString(string, -1, US_INV).unescape();
3780 errln("FAIL: UnicodeSet(%s).containsAll(%s) should be FALSE", pattern, string);
3786 errln("FAIL: UnicodeSet(%s).containsAll(%s[:-4]) should be TRUE", pattern, string);