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

  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 220 Hashtable* htp; local
222 htp = (Hashtable*) cache->get(bundleID);
225 if (htp == NULL) {
226 htp = new Hashtable(status);
227 if (htp && U_SUCCESS(status)) {
237 htp->put(UnicodeString(id), (void*)htp, status);
241 delete htp;
245 cache->put(bundleID, (void*)htp, status);
249 return htp;
    [all...]
  /external/icu/icu4c/source/common/
locutil.cpp 220 Hashtable* htp; local
222 htp = (Hashtable*) cache->get(bundleID);
225 if (htp == NULL) {
226 htp = new Hashtable(status);
227 if (htp && U_SUCCESS(status)) {
237 htp->put(UnicodeString(id), (void*)htp, status);
241 delete htp;
245 cache->put(bundleID, (void*)htp, status);
249 return htp;
    [all...]

Completed in 59 milliseconds