Home | History | Annotate | Download | only in common

Lines Matching defs:utrie2_open

109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) {
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);