Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationSettings.java390 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local
396 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()
399 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java388 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local
394 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()
397 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp358 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local
364 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()
367 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp358 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local
364 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()
367 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
/third_party/icu/icu4c/source/i18n/
Dcollationsettings.cpp358 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local
364 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()
367 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
/third_party/node/deps/icu-small/source/i18n/
Dcollationsettings.cpp358 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local
364 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()
367 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()