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;
230 loadData(UStringPrepProfile* profile,
309 static UStringPrepProfile*
314 UStringPrepProfile* profile = NULL;
333 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
341 LocalMemory<UStringPrepProfile> newProfile;
375 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
400 U_CAPI UStringPrepProfile* U_EXPORT2
413 U_CAPI UStringPrepProfile* U_EXPORT2
428 usprep_close(UStringPrepProfile* profile){
517 usprep_map( const UStringPrepProfile* profile,
666 usprep_prepare( const UStringPrepProfile* profile,