Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ill

711     static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456;
799 NULL!=u_strchr32(s+1, ill) ||
800 NULL!=u_memchr32(s+1, ill, 9) ||
801 NULL!=u_strrchr32(s+1, ill) ||
802 NULL!=u_memrchr32(s+1, ill, 9)