Home | History | Annotate | Download | only in i18n

Lines Matching full:order

620     uint32_t order = 0;
630 order = ucol_getNextCE(UCA, &s, status);
631 if(isContinuation(order)) {
635 if((order&UCOL_CASE_BIT_MASK)== UCOL_UPPER_CASE) {
880 uint32_t order = 0;
884 order = ucol_getNextCE(src->UCA, &s, status);
885 if(order == UCOL_NO_MORE_CES) {
888 tok->expCEs[tok->noOfExpCEs++] = order;