Home
last modified time | relevance | path

Searched refs:UProperty (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dicu_wrappers.cpp37 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()
/bionic/libc/private/
Dicu.h41 enum UProperty { enum
82 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property);
83 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int));