HomeSort by relevance Sort by last modified time
    Searched refs:UProperty (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu/icu4c/source/common/
uprops.cpp 48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)
    [all...]
propname.cpp 290 u_getPropertyName(UProperty property,
296 U_CAPI UProperty U_EXPORT2
299 return (UProperty)PropNameData::getPropertyEnum(alias);
303 u_getPropertyValueName(UProperty property,
311 u_getPropertyValueEnum(UProperty property,
ubidi_props.h 44 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
uset_props.cpp 101 UProperty prop, int32_t value, UErrorCode* ec) {
ubidi_props.c 109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) {
ucase.h 274 ucase_hasBinaryProperty(UChar32 c, UProperty which);
uprops.h 392 uprops_getSource(UProperty which);
uniset_props.cpp 858 UProperty prop;
951 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)
    [all...]
ubidi_props.h 48 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
propname.cpp 294 u_getPropertyName(UProperty property,
300 U_CAPI UProperty U_EXPORT2
302 UProperty p = load() ? (UProperty) PNAME->getPropertyEnum(alias)
308 u_getPropertyValueName(UProperty property,
316 u_getPropertyValueEnum(UProperty property,
uset_props.cpp 101 UProperty prop, int32_t value, UErrorCode* ec) {
ubidi_props.c 109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) {
ucase.h 232 ucase_hasBinaryProperty(UChar32 c, UProperty which);
uprops.h 370 uprops_getSource(UProperty which);
uniset_props.cpp 940 UProperty prop;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 174 typedef enum UProperty {
579 } UProperty;
    [all...]
uset.h 440 UProperty prop, int32_t value, UErrorCode* ec);
    [all...]
uniset.h 687 UnicodeSet& applyIntPropertyValue(UProperty prop,
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 161 typedef enum UProperty {
163 * Note: UProperty constants are parsed by preparseucd.py.
579 } UProperty;
    [all...]
uset.h 444 UProperty prop, int32_t value, UErrorCode* ec);
    [all...]
uniset.h 695 UnicodeSet& applyIntPropertyValue(UProperty prop,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp 122 static const UProperty
  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 128 static const UProperty

Completed in 2034 milliseconds

1 2