Home
last modified time | relevance | path

Searched defs:ascii_table (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgtranslit-data.h5 static const gchar ascii_table[] = { 40, 67, 41, 60, 60, 40, 82, 41, 62, 62, 32, 49, 47, 52, 32, 32… variable
/third_party/python/Objects/
Dunicodeobject.c9082 Py_UCS1 ascii_table[128], ch, ch2; in unicode_fast_translate() local