Home | History | Annotate | Download | only in unicode

Lines Matching defs:UProperty

174 typedef enum UProperty {
579 } UProperty;
1730 * @param which UProperty selector constant, identifies which binary property to check.
1736 * @see UProperty
1742 u_hasBinaryProperty(UChar32 c, UProperty which);
1827 * @param which UProperty selector constant, identifies which property to check.
1840 * @see UProperty
1848 u_getIntPropertyValue(UChar32 c, UProperty which);
1855 * @param which UProperty selector constant, identifies which binary property to check.
1861 * @see UProperty
1869 u_getIntPropertyMinValue(UProperty which);
1882 * For undefined UProperty constant values, min/max values will be 0/-1.
1884 * @param which UProperty selector constant, identifies which binary property to check.
1890 * @see UProperty
1898 u_getIntPropertyMaxValue(UProperty which);
2671 * @param property UProperty selector other than UCHAR_INVALID_CODE.
2689 * @see UProperty
2694 u_getPropertyName(UProperty property,
2698 * Return the UProperty enum for a given property name, as specified
2710 * @return a UProperty enum, or UCHAR_INVALID_CODE if the given name
2713 * @see UProperty
2716 U_STABLE UProperty U_EXPORT2
2729 * @param property UProperty selector constant.
2762 * @see UProperty
2767 u_getPropertyValueName(UProperty property,
2782 * @param property UProperty selector constant.
2799 * @see UProperty
2803 u_getPropertyValueEnum(UProperty property,