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

  /external/chromium/third_party/icu/source/i18n/
colldata.cpp 243 int32_t _h = listSize / STRING_LIST_BUFFER_SIZE; local
245 if (_h > 100) {
246 _h = 100;
249 _histogram[_h] += 1;
  /external/icu4c/i18n/
colldata.cpp 243 int32_t _h = listSize / STRING_LIST_BUFFER_SIZE; local
245 if (_h > 100) {
246 _h = 100;
249 _histogram[_h] += 1;

Completed in 88 milliseconds