Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/icu/icu4c/source/common/
Dsprpimpl.h76 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */ enumerator
Dusprep.cpp287 … ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/ in loadData()
348 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
349 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
/third_party/skia/third_party/externals/icu/source/common/
Dsprpimpl.h76 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */ enumerator
Dusprep.cpp287 … ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/ in loadData()
348 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
349 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
/third_party/node/deps/icu-small/source/common/
Dsprpimpl.h76 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */ enumerator
Dusprep.cpp287 … ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/ in loadData()
348 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
349 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c354 indexes[_SPREP_OPTIONS] = options; in setOptions()
/third_party/icu/icu4c/source/tools/gensprep/
Dstore.c354 indexes[_SPREP_OPTIONS] = options; in setOptions()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c353 indexes[_SPREP_OPTIONS] = options; in setOptions()