Lines Matching refs:UStringPrepProfile
131 usprep_unload(UStringPrepProfile* data){ in usprep_unload()
137 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache()
156 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
222 loadData(UStringPrepProfile* profile, in loadData()
301 static UStringPrepProfile*
306 UStringPrepProfile* profile = NULL; in usprep_getProfile()
325 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
333 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile()
367 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
392 U_CAPI UStringPrepProfile* U_EXPORT2
405 U_CAPI UStringPrepProfile* U_EXPORT2
420 usprep_close(UStringPrepProfile* profile){ in usprep_close()
508 usprep_map( const UStringPrepProfile* profile, in usprep_map()
640 usprep_prepare( const UStringPrepProfile* profile, in usprep_prepare()