Searched defs:utrie2_open (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dutrie2_builder.c109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { function
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
/external/icu4c/common/unicode/
H A Durename.h1691 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro

Completed in 76 milliseconds