Home | History | Annotate | Download | only in common

Lines Matching refs:newProfile

338         LocalMemory<UStringPrepProfile> newProfile;
339 if(newProfile.allocateInsteadAndReset() == NULL) {
345 if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
350 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
351 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
353 if(newProfile->checkBiDi) {
354 newProfile->bdp = ubidi_getSingleton();
366 usprep_unload(newProfile.getAlias());
375 usprep_unload(newProfile.getAlias());
385 profile = newProfile.orphan();