Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ill

716     static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456;
804 NULL!=u_strchr32(s+1, ill) ||
805 NULL!=u_memchr32(s+1, ill, 9) ||
806 NULL!=u_strrchr32(s+1, ill) ||
807 NULL!=u_memrchr32(s+1, ill, 9)