Lines Matching refs:UChar32
54 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange()
64 UChar32 c, start, limit; in ubidi_addPropertyStarts()
130 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { in ubidi_getClass()
136 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { in ubidi_isMirrored()
141 U_CFUNC UChar32
142 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror()
152 UChar32 c2; in ubidi_getMirror()
175 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl()
181 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isJoinControl()
187 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningType()
193 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningGroup()
194 UChar32 start, limit; in ubidi_getJoiningGroup()
208 u_charDirection(UChar32 c) { in u_charDirection()
213 u_isMirrored(UChar32 c) { in u_isMirrored()
217 U_CFUNC UChar32
218 u_charMirror(UChar32 c) { in u_charMirror()