Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 68) sorted by relevance

123

/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
Ducase.h352 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK) argument
353 #define UCASE_GET_TYPE_AND_IGNORABLE(props) ((props)&7) argument
355 #define UCASE_IS_UPPER_OR_TITLE(props) ((props)&2) argument
361 #define UCASE_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument
378 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) argument
380 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… argument
Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f) argument
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) argument
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT) argument
/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
Ducase.h352 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK) argument
353 #define UCASE_GET_TYPE_AND_IGNORABLE(props) ((props)&7) argument
355 #define UCASE_IS_UPPER_OR_TITLE(props) ((props)&2) argument
361 #define UCASE_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument
378 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) argument
380 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… argument
Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f) argument
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) argument
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT) argument
/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
Ducase.h352 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK) argument
353 #define UCASE_GET_TYPE_AND_IGNORABLE(props) ((props)&7) argument
355 #define UCASE_IS_UPPER_OR_TITLE(props) ((props)&2) argument
361 #define UCASE_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument
378 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) argument
380 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… argument
Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f) argument
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) argument
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT) argument
/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
Ducase.h352 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK) argument
353 #define UCASE_GET_TYPE_AND_IGNORABLE(props) ((props)&7) argument
355 #define UCASE_IS_UPPER_OR_TITLE(props) ((props)&2) argument
361 #define UCASE_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument
378 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) argument
380 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… argument
Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f) argument
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) argument
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT) argument
/prebuilts/rust/soong/
Drustprebuilts.go82 type props struct { struct
83 Enabled *bool
84 Target struct {
/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Dscore_callresult_uses.go36 props ResultPropBits member
Danalyze_func_returns.go20 props []ResultPropBits member
Dcallsite.go79 props CSPropBits member
Danalyze.go54 props *FuncProps member
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dappdirs.py580 props = ("user_data_dir", variable
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dappdirs.py580 props = ("user_data_dir", variable
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dappdirs.py580 props = ("user_data_dir", variable
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dappdirs.py580 props = ("user_data_dir", variable
/prebuilts/vndk/v31/arm/include/external/lzma/C/
DXz.h39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member
/prebuilts/vndk/v30/arm/include/external/lzma/C/
DXz.h39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member
/prebuilts/vndk/v32/x86_64/include/external/lzma/C/
DXz.h39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member
/prebuilts/vndk/v30/x86_64/include/external/lzma/C/
DXz.h39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member

123