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

  /external/icu4c/common/
brkiter.cpp 273 static icu::ICULocaleService* gService = NULL;
281 if (gService) {
282 delete gService;
283 gService = NULL;
295 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
300 if (gService == NULL) {
301 gService = tService;
308 return gService;
317 UMTX_CHECK(NULL, gService != NULL, retVal);
341 return gService->unregister(key, status)
    [all...]
  /external/icu4c/i18n/
coll.cpp 59 static icu::ICULocaleService* gService = NULL;
67 if (gService) {
68 delete gService;
69 gService = NULL;
206 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
211 if(gService == NULL) {
212 gService = newservice;
224 return gService;
233 UMTX_CHECK(NULL, gService != NULL, retVal);
246 Collator *col = (Collator*)gService->get(desiredLocale, *status)
    [all...]
numfmt.cpp 145 static icu::ICULocaleService* gService = NULL;
159 if (gService) {
160 delete gService;
161 gService = NULL;
909 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
914 if (gService == NULL) {
915 gService = newservice;
927 return gService;
953 UMTX_CHECK(NULL, gService != NULL, haveService);
955 return gService->unregister(key, status)
    [all...]
calendar.cpp 61 static icu::ICULocaleService* gService = NULL;
69 if (gService) {
70 delete gService;
71 gService = NULL;
515 UMTX_CHECK(NULL, gService != NULL, retVal);
525 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
556 if (gService == NULL) {
557 gService = newservice;
569 return gService;
    [all...]

Completed in 392 milliseconds