Home
last modified time | relevance | path

Searched refs:ignoreKeyCase (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dhash.h44 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
149 inline Hashtable::Hashtable(UBool ignoreKeyCase, UErrorCode& status) in Hashtable() argument
152 init(ignoreKeyCase ? uhash_hashCaselessUnicodeString in Hashtable()
154 ignoreKeyCase ? uhash_compareCaselessUnicodeString in Hashtable()
160 inline Hashtable::Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status) in Hashtable() argument
163 initSize(ignoreKeyCase ? uhash_hashCaselessUnicodeString in Hashtable()
165 ignoreKeyCase ? uhash_compareCaselessUnicodeString in Hashtable()