Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pattern

484     /* use a pattern that generates both BMP and supplementary code points */
485 U_STRING_DECL(pattern, "[:Cf:]", 6);
486 U_STRING_INIT(pattern, "[:Cf:]", 6);
489 set=uset_openPattern(pattern, -1, &errorCode);
521 /* The critical part of this test is that the following pattern
523 static const char *pattern = "[:ccc!=0:]";
525 int32_t len = u_unescape(pattern, buf, 256);
536 pattern, "[", 1);
537 U_STRING_INIT(pattern, "[", 1);
538 pat = uset_openPatternOptions(pattern, u_strlen(pattern), 0, &status);
546 U_STRING_DECL(pattern, "[:ID_Continue:]", 15);
547 U_STRING_INIT(pattern, "[:ID_Continue:]", 15);
548 return uset_openPattern(pattern, 15, &errorCode);