Home
last modified time | relevance | path

Searched refs:excmap (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c2146 guchar excmap[256];
2154 memset (excmap, 0, 256);
2161 excmap[*e] = 1;
2168 if (excmap[*p])
/third_party/glib/glib/
Dgstrfuncs.c2213 guchar excmap[256]; in g_strescape() local
2221 memset (excmap, 0, 256); in g_strescape()
2228 excmap[*e] = 1; in g_strescape()
2235 if (excmap[*p]) in g_strescape()