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

/external/icu/icu4c/source/common/
H A Dlocutil.cpp219 Hashtable* htp; local
221 htp = (Hashtable*) cache->get(bundleID);
224 if (htp == NULL) {
225 htp = new Hashtable(status);
226 if (htp && U_SUCCESS(status)) {
236 htp->put(UnicodeString(id), (void*)htp, status);
240 delete htp;
249 delete htp;
250 htp
[all...]

Completed in 85 milliseconds