Lines Matching refs:newProfile
333 LocalMemory<UStringPrepProfile> newProfile;
334 if(newProfile.allocateInsteadAndReset() == NULL) {
340 if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
345 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
346 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
348 if(newProfile->checkBiDi) {
349 newProfile->bdp = ubidi_getSingleton();
361 usprep_unload(newProfile.getAlias());
370 usprep_unload(newProfile.getAlias());
380 profile = newProfile.orphan();