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

  /external/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp 569 UResourceBundle* rbTable = NULL;
570 rbTable = ures_getByKeyWithFallback(rb, key, rbTable, &status);
578 const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status);
593 ures_close(rbTable);
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 569 UResourceBundle* rbTable = NULL;
570 rbTable = ures_getByKeyWithFallback(rb, key, rbTable, &status);
578 const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status);
593 ures_close(rbTable);
    [all...]

Completed in 47 milliseconds