Home | Sort by relevance Sort by last modified time |
/external/icu4c/i18n/unicode/ | |
colldata.h | 145 static int32_t _histogram[10]; member in class:CEList 238 static int32_t _histogram[101]; member in class:StringList |
/external/icu4c/i18n/ | |
colldata.cpp | 46 int32_t CEList::_histogram[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; member in class:CEList 82 _histogram[0] += 1; 135 _histogram[listSize / CELIST_BUFFER_SIZE] += 1; 197 int32_t StringList::_histogram[101] = {0}; member in class:StringList 216 _histogram[0] += 1; 249 _histogram[_h] += 1; |