Searched refs:utext_utf8Funcs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp1567 static const void *utext_utf8Funcs; local
1568 if (utext_utf8Funcs == NULL) {
1573 utext_utf8Funcs = tempUText.pFuncs;
1576 if (fText->pFuncs == utext_utf8Funcs) {
/external/icu4c/common/
H A Drbbi.cpp1638 static const void *utext_utf8Funcs; local
1639 if (utext_utf8Funcs == NULL) {
1644 utext_utf8Funcs = tempUText.pFuncs;
1647 if (fText->pFuncs == utext_utf8Funcs) {

Completed in 67 milliseconds