Lines Matching full:uchar32
54 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
64 UChar32 c, start, limit;
132 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
138 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
143 static UChar32
144 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
153 UChar32 c2;
175 U_CFUNC UChar32
176 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) {
182 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) {
188 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) {
194 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) {
200 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) {
201 UChar32 start, limit;
213 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c) {
218 U_CFUNC UChar32
219 ubidi_getPairedBracket(const UBiDiProps *bdp, UChar32 c) {
231 u_charDirection(UChar32 c) {
236 u_isMirrored(UChar32 c) {
240 U_CFUNC UChar32
241 u_charMirror(UChar32 c) {
245 U_STABLE UChar32 U_EXPORT2
246 u_getBidiPairedBracket(UChar32 c) {