Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextForCodePoint

458         UStringTrieResult match = prefixes.nextForCodePoint(c);
548 match = suffixes.nextForCodePoint(c);
612 suffixes.nextForCodePoint(nextCodePoint(errorCode));
630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) {