Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ch

448     u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
492 u_uastrcpy(rule, "&a < b < c/aba < d < z < ch");
786 UChar ch = 0;
792 UCollationElements *iter ;/*= ucol_openElements(coll, &ch, 1, &status);*/
796 u_uastrcpy(rule, "&a < ab < c/aba < d < z < ch");
800 iter = ucol_openElements(coll, &ch, 1, &status);
802 while (ch < 0xFFFF && U_SUCCESS(status)) {
807 ch ++;
809 ucol_setText(iter, &ch, 1, &status);
824 ch, count);
829 ch = 0;
830 while (ch < 0x61) {
833 ucol_setText(iter, &ch, 1, &status);
838 ch, 1);
840 ch ++;
843 ch = 0x63;
844 ucol_setText(iter, &ch, 1, &status);
849 ch, 3);
852 ch = 0x64;
853 ucol_setText(iter, &ch, 1, &status);
858 ch, 3);
867 ch, 2);
871 ch = 0x1165;
873 ucol_setText(iter, &ch, 1, &status);
877 ch, 3);
897 iter = ucol_openElements(coll, &ch, 1, &status);
902 ch, 5);