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.cpp144 static U_NAMESPACE_QUALIFIER ICULocaleService* gService = NULL; variable
158 if (gService) {
159 delete gService;
160 gService = NULL;
859 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
864 if (gService == NULL) {
865 gService = newservice;
877 return gService;
903 UMTX_CHECK(NULL, gService != NULL, haveService);
905 return gService
[all...]
H A Dcalendar.cpp55 static icu::ICULocaleService* gService = NULL; variable
63 if (gService) {
64 delete gService;
65 gService = NULL;
500 UMTX_CHECK(NULL, gService != NULL, retVal);
510 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
541 if (gService == NULL) {
542 gService = newservice;
554 return gService;

Completed in 84 milliseconds