Home | History | Annotate | Download | only in unicode

Lines Matching defs:UProperty

161 typedef enum UProperty {
163 * Note: UProperty constants are parsed by preparseucd.py.
568 } UProperty;
1832 * @param which UProperty selector constant, identifies which binary property to check.
1838 * @see UProperty
1844 u_hasBinaryProperty(UChar32 c, UProperty which);
1929 * @param which UProperty selector constant, identifies which property to check.
1942 * @see UProperty
1950 u_getIntPropertyValue(UChar32 c, UProperty which);
1957 * @param which UProperty selector constant, identifies which binary property to check.
1963 * @see UProperty
1971 u_getIntPropertyMinValue(UProperty which);
1984 * For undefined UProperty constant values, min/max values will be 0/-1.
1986 * @param which UProperty selector constant, identifies which binary property to check.
1992 * @see UProperty
2000 u_getIntPropertyMaxValue(UProperty which);
2770 * @param property UProperty selector other than UCHAR_INVALID_CODE.
2788 * @see UProperty
2793 u_getPropertyName(UProperty property,
2797 * Return the UProperty enum for a given property name, as specified
2809 * @return a UProperty enum, or UCHAR_INVALID_CODE if the given name
2812 * @see UProperty
2815 U_STABLE UProperty U_EXPORT2
2828 * @param property UProperty selector constant.
2861 * @see UProperty
2866 u_getPropertyValueName(UProperty property,
2881 * @param property UProperty selector constant.
2898 * @see UProperty
2902 u_getPropertyValueEnum(UProperty property,