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

  /external/chromium_org/third_party/icu/source/common/
locavailable.cpp 106 static int32_t _installedLocalesCount = 0;
117 _installedLocalesCount = 0;
156 _installedLocalesCount = localeCount;
177 if (offset > _installedLocalesCount)
186 return _installedLocalesCount;
  /external/icu4c/common/
locavailable.cpp 106 static int32_t _installedLocalesCount = 0;
117 _installedLocalesCount = 0;
156 _installedLocalesCount = localeCount;
177 if (offset > _installedLocalesCount)
186 return _installedLocalesCount;

Completed in 55 milliseconds