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

  /external/icu4c/common/
locid.cpp 53 static Locale *gLocaleCache = NULL;
109 if (gLocaleCache) {
110 delete [] gLocaleCache;
111 gLocaleCache = NULL;
846 UBool needInit = (gLocaleCache == NULL);
875 if (gLocaleCache == NULL) {
876 gLocaleCache = tLocaleCache;
885 return gLocaleCache;
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 78 static U_NAMESPACE_QUALIFIER Locale *gLocaleCache = NULL;
95 if (gLocaleCache) {
96 delete [] gLocaleCache;
97 gLocaleCache = NULL;
912 UBool needInit = (gLocaleCache == NULL);
941 if (gLocaleCache == NULL) {
942 gLocaleCache = tLocaleCache;
951 return gLocaleCache;

Completed in 58 milliseconds