Lines Matching refs:UChar32
55 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange()
65 UChar32 c, start, limit; in ubidi_addPropertyStarts()
143 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { in ubidi_getClass()
149 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { in ubidi_isMirrored()
154 static UChar32
155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { in getMirror()
164 UChar32 c2; in getMirror()
186 U_CFUNC UChar32
187 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror()
193 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl()
199 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isJoinControl()
205 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningType()
211 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningGroup()
212 UChar32 start, limit; in ubidi_getJoiningGroup()
228 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c) { in ubidi_getPairedBracketType()
233 U_CFUNC UChar32
234 ubidi_getPairedBracket(const UBiDiProps *bdp, UChar32 c) { in ubidi_getPairedBracket()
246 u_charDirection(UChar32 c) { in u_charDirection()
251 u_isMirrored(UChar32 c) { in u_isMirrored()
255 U_CFUNC UChar32
256 u_charMirror(UChar32 c) { in u_charMirror()
260 U_STABLE UChar32 U_EXPORT2
261 u_getBidiPairedBracket(UChar32 c) { in u_getBidiPairedBracket()