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

/external/bluetooth/glib/glib/
H A Dguniprop.c1215 * @mirrored_ch: location to store the mirrored character
1224 * glyph and @mirrored_ch is set, it puts that character in the address
1225 * pointed to by @mirrored_ch. Otherwise the original character is put.
1233 gunichar *mirrored_ch)
1241 if (mirrored_ch)
1242 *mirrored_ch = mirrored;
1232 g_unichar_get_mirror_char(gunichar ch, gunichar *mirrored_ch) argument

Completed in 14 milliseconds