Home
last modified time | relevance | path

Searched refs:u_getIntPropertyValue (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dicu_wrappers.cpp39 static auto u_getIntPropertyValue = in __icu_getIntPropertyValue() local
41 return u_getIntPropertyValue ? u_getIntPropertyValue(wc, property) : 0; in __icu_getIntPropertyValue()
/aosp12/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp50 return u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in tailoredGraphemeClusterBreak()
179 if (u_getIntPropertyValue(c1, UCHAR_CANONICAL_COMBINING_CLASS) == 9 // virama in isGraphemeBreak()
181 u_getIntPropertyValue(c2, UCHAR_GENERAL_CATEGORY) == U_OTHER_LETTER) { in isGraphemeBreak()
H A DWordBreaker.cpp279 const int32_t lb = u_getIntPropertyValue(c, UCHAR_LINE_BREAK); in wordStart()
H A DHyphenator.cpp220 return u_getIntPropertyValue(codepoint, UCHAR_JOINING_TYPE); in getJoiningType()
/aosp12/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp101 int width = u_getIntPropertyValue(input, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidth()
135 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths()
143 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths()