Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dusprep.cpp337 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile() local
338 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
344 … if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){ in usprep_getProfile()
349newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
350newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); 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()