Home | History | Annotate | Download | only in cintltst

Lines Matching full:temporder

786     uint32_t            temporder = 0;
838 temporder = ucol_previous(iter, &status);
840 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 3) {
847 temporder = ucol_previous(iter, &status);
849 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 1) {
868 temporder = ucol_previous(iter, &status);
869 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) > 3) {
893 temporder = ucol_previous(iter, &status);
894 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 6) {