Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dulayout_props.h43 constexpr int32_t ULAYOUT_MAX_INSC_SHIFT = 16; variable
Duprops.cpp135 gMaxInscValue = (maxValues >> ULAYOUT_MAX_INSC_SHIFT) & 0xff; in ulayout_load()
/third_party/skia/third_party/externals/icu/source/common/
Dulayout_props.h43 constexpr int32_t ULAYOUT_MAX_INSC_SHIFT = 16; variable
Duprops.cpp135 gMaxInscValue = (maxValues >> ULAYOUT_MAX_INSC_SHIFT) & 0xff; in ulayout_load()
/third_party/node/deps/icu-small/source/common/
Dulayout_props.h43 constexpr int32_t ULAYOUT_MAX_INSC_SHIFT = 16; variable
Duprops.cpp137 gMaxInscValue = (maxValues >> ULAYOUT_MAX_INSC_SHIFT) & 0xff; in ulayout_load()
/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp279 ((getMaxIntValue(UCHAR_INDIC_SYLLABIC_CATEGORY)) << ULAYOUT_MAX_INSC_SHIFT) | in writeBinaryData()