Searched defs:mirrored (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
H A Dunicodedata.c27 const unsigned char mirrored; /* true if mirrored in bidir mode */ member in struct:__anon19551
335 "mirrored(unichr)\n\
337 Returns the mirrored property assigned to the Unicode character\n\
339 a \"mirrored\" character in bidirectional text, 0 otherwise.");
348 if (!PyArg_ParseTuple(args, "O!:mirrored",
354 index = (int) _getrecord_ex(c)->mirrored;
1186 {"mirrored", unicodedata_mirrored, METH_VARARGS,
/external/python/cpython3/Modules/
H A Dunicodedata.c36 const unsigned char mirrored; /* true if mirrored in bidir mode */ member in struct:__anon20174
329 unicodedata.UCD.mirrored -> int
335 Returns the mirrored property assigned to the character chr as integer.
337 Returns 1 if the character has been identified as a "mirrored"
347 index = (int) _getrecord_ex(c)->mirrored;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 377 milliseconds