Lines Matching defs:newProfile
341 LocalMemory<UStringPrepProfile> newProfile;
342 if(newProfile.allocateInsteadAndReset() == NULL) {
348 if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
353 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
356 if(newProfile->checkBiDi) {
357 newProfile->bdp = ubidi_getSingleton();
369 usprep_unload(newProfile.getAlias());
378 usprep_unload(newProfile.getAlias());
388 profile = newProfile.orphan();