Home | History | Annotate | Download | only in i18n

Lines Matching refs:exp

865             //uint32_t exp = currentSequenceLen | expOffset;
866 UColToken exp;
867 exp.source = currentSequenceLen | expOffset;
868 exp.rulesToParseHdl = &(src->source);
873 exp.source = (currentSequenceLen << 24) | expOffset;
874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */