Home
last modified time | relevance | path

Searched defs:hTable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcurrpinf.cpp383 CurrencyPluralInfo::deleteHash(Hashtable* hTable) { in deleteHash()
403 LocalPointer<Hashtable> hTable(new Hashtable(true, status), status); in initHash() local
H A Ddtitvinf.cpp717 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash()
764 Hashtable* hTable; in initHash() local
H A Dtmutfmt.cpp764 Hashtable* hTable; in initHash() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcurrpinf.cpp383 CurrencyPluralInfo::deleteHash(Hashtable* hTable) { in deleteHash()
403 LocalPointer<Hashtable> hTable(new Hashtable(true, status), status); in initHash() local
H A Ddtitvinf.cpp722 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash()
769 Hashtable* hTable; in initHash() local
H A Dtmutfmt.cpp770 Hashtable* hTable; in initHash() local
/aosp_15_r20/external/lz4/lib/
H A Dlz4hc.c477 LZ4MID_addPosition(U32* hTable, U32 hValue, U32 index) in LZ4MID_addPosition()