Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dulayout_props.h42 constexpr int32_t ULAYOUT_MAX_INPC_SHIFT = 24; variable
Duprops.cpp134 gMaxInpcValue = maxValues >> ULAYOUT_MAX_INPC_SHIFT; in ulayout_load()
/third_party/skia/third_party/externals/icu/source/common/
Dulayout_props.h42 constexpr int32_t ULAYOUT_MAX_INPC_SHIFT = 24; variable
Duprops.cpp134 gMaxInpcValue = maxValues >> ULAYOUT_MAX_INPC_SHIFT; in ulayout_load()
/third_party/node/deps/icu-small/source/common/
Dulayout_props.h42 constexpr int32_t ULAYOUT_MAX_INPC_SHIFT = 24; variable
Duprops.cpp136 gMaxInpcValue = maxValues >> ULAYOUT_MAX_INPC_SHIFT; in ulayout_load()
/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp278 ((getMaxIntValue(UCHAR_INDIC_POSITIONAL_CATEGORY)) << ULAYOUT_MAX_INPC_SHIFT) | in writeBinaryData()