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

  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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...]
  /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 62 static icu::ICULocaleService* gService = NULL;
70 if (gService) {
71 delete gService;
72 gService = NULL;
521 UMTX_CHECK(NULL, gService != NULL, retVal);
531 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
562 if (gService == NULL) {
563 gService = newservice;
575 return gService;
    [all...]

Completed in 292 milliseconds