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

  /external/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp 41 static const int32_t KEYS_SIZE = (sizeof KEYS / sizeof KEYS[0]);
572 names = (const UChar **)uprv_malloc(sizeof(const UChar*) * KEYS_SIZE);
575 for (int32_t i = 0; i < KEYS_SIZE; i++) {
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 41 static const int32_t KEYS_SIZE = (sizeof KEYS / sizeof KEYS[0]);
572 names = (const UChar **)uprv_malloc(sizeof(const UChar*) * KEYS_SIZE);
575 for (int32_t i = 0; i < KEYS_SIZE; i++) {
    [all...]

Completed in 253 milliseconds