Lines Matching defs:which
567 int32_t u_getIntPropertyMaxValue(UProperty which)
569 return U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue)(which);
571 int32_t u_getIntPropertyMinValue(UProperty which)
573 return U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMinValue)(which);
575 int32_t u_getIntPropertyValue(UChar32 c, UProperty which)
577 return U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyValue)(c, which);
599 UBool u_hasBinaryProperty(UChar32 c, UProperty which)
601 return U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty)(c, which);
715 UBool u_stringHasBinaryProperty(const UChar *s, int32_t length, UProperty which)
717 return U_ICU_ENTRY_POINT_RENAME(u_stringHasBinaryProperty)(s, length, which);