Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dsprpimpl.h76 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */ enumerator
Dusprep.cpp288 … ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/ in loadData()
349 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
350 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c353 indexes[_SPREP_OPTIONS] = options; in setOptions()