Home | History | Annotate | Download | only in i18n

Lines Matching defs:expt

853     UColToken *expt = NULL;
874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
875 uint32_t noOfCEsToCopy = expt->noOfCEs;
877 tok->expCEs[tok->noOfExpCEs + j] = expt->CEs[j];