Home | History | Annotate | Download | only in unicode

Lines Matching refs:UProperty

153 typedef enum UProperty {
500 } UProperty;
1386 * @param which UProperty selector constant, identifies which binary property to check.
1392 * @see UProperty
1398 u_hasBinaryProperty(UChar32 c, UProperty which);
1483 * @param which UProperty selector constant, identifies which property to check.
1496 * @see UProperty
1504 u_getIntPropertyValue(UChar32 c, UProperty which);
1511 * @param which UProperty selector constant, identifies which binary property to check.
1517 * @see UProperty
1525 u_getIntPropertyMinValue(UProperty which);
1538 * For undefined UProperty constant values, min/max values will be 0/-1.
1540 * @param which UProperty selector constant, identifies which binary property to check.
1546 * @see UProperty
1554 u_getIntPropertyMaxValue(UProperty which);
2319 * @param property UProperty selector other than UCHAR_INVALID_CODE.
2337 * @see UProperty
2342 u_getPropertyName(UProperty property,
2346 * Return the UProperty enum for a given property name, as specified
2358 * @return a UProperty enum, or UCHAR_INVALID_CODE if the given name
2361 * @see UProperty
2364 U_STABLE UProperty U_EXPORT2
2377 * @param property UProperty selector constant.
2410 * @see UProperty
2415 u_getPropertyValueName(UProperty property,
2430 * @param property UProperty selector constant.
2447 * @see UProperty
2451 u_getPropertyValueEnum(UProperty property,