Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dx-python.c842 bool triple, bool interpret_ansic, bool interpret_unicode, in phase7_getuc() argument
855 if (c == quote_char && (interpret_ansic || (*backslash_counter & 1) == 0)) in phase7_getuc()
884 if (!(interpret_ansic || (*backslash_counter & 1) == 0)) in phase7_getuc()
905 if (!interpret_ansic && !interpret_unicode) in phase7_getuc()
919 if (interpret_ansic) in phase7_getuc()
1061 if (interpret_ansic) in phase7_getuc()
1293 bool interpret_ansic; in phase5_get() local
1304 interpret_ansic = false; in phase5_get()
1318 interpret_ansic = true; in phase5_get()
1328 interpret_ansic = false; in phase5_get()
[all …]