Searched refs:htp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocutil.cpp220 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/
H A Dlocutil.cpp220 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 799 milliseconds