Home | History | Annotate | Download | only in common

Lines Matching refs:UStringPrepProfile

129 usprep_unload(UStringPrepProfile* data){
135 UStringPrepProfile *profile = NULL;
154 profile = (UStringPrepProfile *) e->value.pointer;
227 loadData(UStringPrepProfile* profile,
306 static UStringPrepProfile*
311 UStringPrepProfile* profile = NULL;
330 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
338 LocalMemory<UStringPrepProfile> newProfile;
372 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
397 U_CAPI UStringPrepProfile* U_EXPORT2
410 U_CAPI UStringPrepProfile* U_EXPORT2
425 usprep_close(UStringPrepProfile* profile){
514 usprep_map( const UStringPrepProfile* profile,
663 usprep_prepare( const UStringPrepProfile* profile,