Home | History | Annotate | Download | only in cintltst

Lines Matching defs:s2

536   const char *s2 = "\\u04D1\\u0325";
541 u_unescape(s2, t2, 256);
2507 cycheng@ca.ibm.c... e.g. s1 = 0xfffc0062, and s2 = d8000021
2509 cycheng@ca.ibm.c... yes, using the utf-16 iterator and UCA with normalization on, we have s1 > s2
2511 cycheng@ca.ibm.c... but if we use the utf-8 iterator, i.e. s1 = efbfbc62 and s2 = eda08021, we have s1 < s2
2532 cycheng@ca.ibm.c... also s1 & s2 that I sent you earlier are also in utf-16be