Searched refs:gService (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dbrkiter.cpp265 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL; variable
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
[all...]
/external/icu4c/i18n/
H A Dcoll.cpp57 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL; variable
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
[all...]
H A Dnumfmt.cpp120 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL; variable
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
[all...]
H A Dcalendar.cpp55 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL; variable
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;

Completed in 125 milliseconds