Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dnumfmt.cpp863 UBool haveService; in unregister() local
864 UMTX_CHECK(NULL, gService != NULL, haveService); in unregister()
865 if (haveService) { in unregister()
890 UBool haveService; in createInstance() local
891 UMTX_CHECK(NULL, gService != NULL, haveService); in createInstance()
892 if (haveService) { in createInstance()
/external/icu4c/i18n/
Dnumfmt.cpp952 UBool haveService; in unregister() local
953 UMTX_CHECK(NULL, gService != NULL, haveService); in unregister()
954 if (haveService) { in unregister()
979 UBool haveService; in createInstance() local
980 UMTX_CHECK(NULL, gService != NULL, haveService); in createInstance()
981 if (haveService) { in createInstance()