Home
last modified time | relevance | path

Searched refs:newProfile (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dusprep.cpp333 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile() local
334 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
340 … if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){ in usprep_getProfile()
345newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
346newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
348 if(newProfile->checkBiDi) { in usprep_getProfile()
349 newProfile->bdp = ubidi_getSingleton(); in usprep_getProfile()
361 usprep_unload(newProfile.getAlias()); in usprep_getProfile()
370 usprep_unload(newProfile.getAlias()); in usprep_getProfile()
380 profile = newProfile.orphan(); in usprep_getProfile()