/external/icu4c/common/ |
D | uprops.cpp | 48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument 61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument 69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument 73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument 78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument 82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument 92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() argument 96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() [all …]
|
D | propname.cpp | 289 u_getPropertyName(UProperty property, in u_getPropertyName() 295 U_CAPI UProperty U_EXPORT2 298 return (UProperty)PropNameData::getPropertyEnum(alias); in u_getPropertyEnum() 302 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 310 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
D | ubidi_props.h | 43 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
|
D | uset_props.cpp | 101 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue()
|
D | ucase.h | 227 ucase_hasBinaryProperty(UChar32 c, UProperty which);
|
D | uprops.h | 370 uprops_getSource(UProperty which);
|
D | ubidi_props.c | 109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { in ubidi_getMaxValue()
|
D | uniset_props.cpp | 927 UProperty prop; 1020 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() 1057 UProperty p; in applyPropertyAlias()
|
D | ucase.c | 1242 ucase_hasBinaryProperty(UChar32 c, UProperty which) { in ucase_hasBinaryProperty()
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | uchar.h | 153 typedef enum UProperty { enum 500 } UProperty; typedef 1398 u_hasBinaryProperty(UChar32 c, UProperty which); 1504 u_getIntPropertyValue(UChar32 c, UProperty which); 1525 u_getIntPropertyMinValue(UProperty which); 1554 u_getIntPropertyMaxValue(UProperty which); 2342 u_getPropertyName(UProperty property, 2364 U_STABLE UProperty U_EXPORT2 2415 u_getPropertyValueName(UProperty property, 2451 u_getPropertyValueEnum(UProperty property,
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | uchar.h | 153 typedef enum UProperty { enum 500 } UProperty; typedef 1398 u_hasBinaryProperty(UChar32 c, UProperty which); 1504 u_getIntPropertyValue(UChar32 c, UProperty which); 1525 u_getIntPropertyMinValue(UProperty which); 1554 u_getIntPropertyMaxValue(UProperty which); 2342 u_getPropertyName(UProperty property, 2364 U_STABLE UProperty U_EXPORT2 2415 u_getPropertyValueName(UProperty property, 2451 u_getPropertyValueEnum(UProperty property,
|
D | uset.h | 231 UProperty prop, int32_t value, UErrorCode* ec);
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | uchar.h | 153 typedef enum UProperty { enum 500 } UProperty; typedef 1398 u_hasBinaryProperty(UChar32 c, UProperty which); 1504 u_getIntPropertyValue(UChar32 c, UProperty which); 1525 u_getIntPropertyMinValue(UProperty which); 1554 u_getIntPropertyMaxValue(UProperty which); 2342 u_getPropertyName(UProperty property, 2364 U_STABLE UProperty U_EXPORT2 2415 u_getPropertyValueName(UProperty property, 2451 u_getPropertyValueEnum(UProperty property,
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | uchar.h | 153 typedef enum UProperty { enum 500 } UProperty; typedef 1398 u_hasBinaryProperty(UChar32 c, UProperty which); 1504 u_getIntPropertyValue(UChar32 c, UProperty which); 1525 u_getIntPropertyMinValue(UProperty which); 1554 u_getIntPropertyMaxValue(UProperty which); 2342 u_getPropertyName(UProperty property, 2364 U_STABLE UProperty U_EXPORT2 2415 u_getPropertyValueName(UProperty property, 2451 u_getPropertyValueEnum(UProperty property,
|
D | uset.h | 231 UProperty prop, int32_t value, UErrorCode* ec);
|
/external/icu4c/common/unicode/ |
D | uchar.h | 174 typedef enum UProperty { enum 579 } UProperty; typedef 1742 u_hasBinaryProperty(UChar32 c, UProperty which); 1848 u_getIntPropertyValue(UChar32 c, UProperty which); 1869 u_getIntPropertyMinValue(UProperty which); 1898 u_getIntPropertyMaxValue(UProperty which); 2694 u_getPropertyName(UProperty property, 2716 U_STABLE UProperty U_EXPORT2 2767 u_getPropertyValueName(UProperty property, 2803 u_getPropertyValueEnum(UProperty property,
|
D | uset.h | 440 UProperty prop, int32_t value, UErrorCode* ec);
|
D | uniset.h | 687 UnicodeSet& applyIntPropertyValue(UProperty prop,
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 2494 UProperty which; in TestAdditionalProperties() 2532 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties() 2596 which=(UProperty)props[i][1]; in TestAdditionalProperties() 2614 switch((UProperty)props[i][1]) { in TestAdditionalProperties() 2736 UProperty propEnum = (UProperty)p; in TestPropertyNames() 2827 UProperty propEnum = (UProperty)p; in TestPropertyValues()
|
/external/icu4c/test/intltest/ |
D | ucdtest.cpp | 125 static const UProperty
|
/external/icu4c/data/unidata/ |
D | changes.txt | 111 -> uchar.h with new UProperty section 112 -> com.ibm.icu.lang.UProperty, parallel with uchar.h 496 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()
|