Searched refs:RTL_HASHTABLE (Results 1 – 1 of 1) sorted by relevance
50 } RTL_HASHTABLE; typedef52 static RTL_HASHTABLE* g_pLocaleTable = NULL;72 void rtl_hashtable_destroy(RTL_HASHTABLE* table) in rtl_hashtable_destroy()92 void rtl_hashtable_init(RTL_HASHTABLE** table, sal_Int8 sizeIndex) in rtl_hashtable_init()99 *table = (RTL_HASHTABLE*)rtl_allocateMemory( sizeof(RTL_HASHTABLE) ); in rtl_hashtable_init()113 sal_Int32 rtl_hashfunc(RTL_HASHTABLE* table, sal_Int32 key) in rtl_hashfunc()118 sal_Bool rtl_hashtable_grow(RTL_HASHTABLE** table);120 rtl_Locale* rtl_hashtable_add(RTL_HASHTABLE** table, rtl_Locale* value) in rtl_hashtable_add()165 sal_Bool rtl_hashtable_grow(RTL_HASHTABLE** table) in rtl_hashtable_grow()167 RTL_HASHTABLE* pNewTable = NULL; in rtl_hashtable_grow()[all …]
Completed in 15 milliseconds