Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

57 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
69 UChar32 c, start, limit;
147 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
153 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
158 static UChar32
159 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
168 UChar32 c2;
190 U_CFUNC UChar32
191 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) {
197 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) {
203 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) {
209 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) {
215 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) {
216 UChar32 start, limit;
232 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c) {
237 U_CFUNC UChar32
238 ubidi_getPairedBracket(const UBiDiProps *bdp, UChar32 c) {
250 u_charDirection(UChar32 c) {
255 u_isMirrored(UChar32 c) {
259 U_CFUNC UChar32
260 u_charMirror(UChar32 c) {
264 U_STABLE UChar32 U_EXPORT2
265 u_getBidiPairedBracket(UChar32 c) {