Home | History | Annotate | Download | only in unicode

Lines Matching defs:UProperty

161 typedef enum UProperty {
163 * Note: UProperty constants are parsed by preparseucd.py.
579 } UProperty;
1877 * @param which UProperty selector constant, identifies which binary property to check.
1883 * @see UProperty
1889 u_hasBinaryProperty(UChar32 c, UProperty which);
1974 * @param which UProperty selector constant, identifies which property to check.
1987 * @see UProperty
1995 u_getIntPropertyValue(UChar32 c, UProperty which);
2002 * @param which UProperty selector constant, identifies which binary property to check.
2008 * @see UProperty
2016 u_getIntPropertyMinValue(UProperty which);
2029 * For undefined UProperty constant values, min/max values will be 0/-1.
2031 * @param which UProperty selector constant, identifies which binary property to check.
2037 * @see UProperty
2045 u_getIntPropertyMaxValue(UProperty which);
2834 * @param property UProperty selector other than UCHAR_INVALID_CODE.
2852 * @see UProperty
2857 u_getPropertyName(UProperty property,
2861 * Return the UProperty enum for a given property name, as specified
2873 * @return a UProperty enum, or UCHAR_INVALID_CODE if the given name
2876 * @see UProperty
2879 U_STABLE UProperty U_EXPORT2
2892 * @param property UProperty selector constant.
2925 * @see UProperty
2930 u_getPropertyValueName(UProperty property,
2945 * @param property UProperty selector constant.
2962 * @see UProperty
2966 u_getPropertyValueEnum(UProperty property,