Home | History | Annotate | Download | only in cintltst

Lines Matching full:supp2

712     static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456;
897 NULL!=u_strchr32(s+1, supp2) ||
898 NULL!=u_memchr32(s+1, supp2, 9) ||
904 NULL!=u_strrchr32(s+1, supp2) ||
905 NULL!=u_memrchr32(s+1, supp2, 9) ||