Home | History | Annotate | Download | only in common

Lines Matching refs:UStringPrepProfile

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