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

  /external/chromium/third_party/icu/source/common/
locutil.cpp 222 Hashtable* htp; local
224 htp = (Hashtable*) cache->get(bundleID);
227 if (htp == NULL) {
228 htp = new Hashtable(status);
229 if (htp && U_SUCCESS(status)) {
239 htp->put(UnicodeString(id), (void*)htp, status);
243 delete htp;
247 cache->put(bundleID, (void*)htp, status);
251 return htp;
    [all...]
  /external/icu4c/common/
locutil.cpp 222 Hashtable* htp; local
224 htp = (Hashtable*) cache->get(bundleID);
227 if (htp == NULL) {
228 htp = new Hashtable(status);
229 if (htp && U_SUCCESS(status)) {
239 htp->put(UnicodeString(id), (void*)htp, status);
243 delete htp;
247 cache->put(bundleID, (void*)htp, status);
251 return htp;
    [all...]
  /external/bison/doc/
Makefile 293 rm -rf $(@:.html=.htp)
295 -o $(@:.html=.htp) $<; \
298 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
299 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
301 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
302 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \

Completed in 36 milliseconds