Home
last modified time | relevance | path

Searched refs:tempUText (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Drbbi.cpp1599 UText tempUText = UTEXT_INITIALIZER; in checkDictionary() local
1600 utext_openUTF8(&tempUText, NULL, 0, &status); in checkDictionary()
1601 utext_utf8Funcs = tempUText.pFuncs; in checkDictionary()
1602 utext_close(&tempUText); in checkDictionary()