Searched refs:_SPREP_OPTIONS (Results 1 – 3 of 3) sorted by relevance
76 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */ enumerator
288 … ((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()
353 indexes[_SPREP_OPTIONS] = options; in setOptions()