HomeSort by relevance Sort by last modified time
    Searched refs:gService (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
brkiter.cpp 265 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL;
273 if (gService) {
274 delete gService;
275 gService = NULL;
287 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
292 if (gService == NULL) {
293 gService = tService;
300 return gService;
309 UMTX_CHECK(NULL, gService != NULL, retVal);
333 return gService->unregister(key, status)
    [all...]
  /external/icu4c/i18n/
coll.cpp 57 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL;
65 if (gService) {
66 delete gService;
67 gService = NULL;
197 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
202 if(gService == NULL) {
203 gService = newservice;
215 return gService;
224 UMTX_CHECK(NULL, gService != NULL, retVal);
237 Collator *col = (Collator*)gService->get(desiredLocale, *status)
    [all...]
numfmt.cpp 120 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL;
134 if (gService) {
135 delete gService;
136 gService = NULL;
820 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
825 if (gService == NULL) {
826 gService = newservice;
838 return gService;
864 UMTX_CHECK(NULL, gService != NULL, haveService);
866 return gService->unregister(key, status)
    [all...]
calendar.cpp 55 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL;
63 if (gService) {
64 delete gService;
65 gService = NULL;
490 UMTX_CHECK(NULL, gService != NULL, retVal);
500 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
531 if (gService == NULL) {
532 gService = newservice;
544 return gService;
    [all...]

Completed in 115 milliseconds