Searched refs:UProperty (Results 1 – 2 of 2) sorted by relevance
37 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property) { in __icu_getIntPropertyValue()38 typedef int32_t (*u_getIntPropertyValue_t)(UChar32, UProperty); in __icu_getIntPropertyValue()44 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int)) { in __icu_hasBinaryProperty()45 typedef UBool (*u_hasBinaryProperty_t)(UChar32, UProperty); in __icu_hasBinaryProperty()
41 enum UProperty { enum82 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property);83 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int));