Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dpo-charset.c445 bool po_lex_weird_cjk; variable
454 po_lex_weird_cjk = false; in po_lex_charset_init()
525 po_lex_weird_cjk = false; in po_lex_charset_set()
583 po_lex_weird_cjk = po_is_charset_weird_cjk (po_lex_charset); in po_lex_charset_set()
585 && !po_lex_weird_cjk) in po_lex_charset_set()
606 po_lex_weird_cjk = po_is_charset_weird_cjk (po_lex_charset); in po_lex_charset_set()
607 if (po_is_charset_weird (po_lex_charset) && !po_lex_weird_cjk) in po_lex_charset_set()
676 po_lex_weird_cjk = false; in po_lex_charset_close()
Dpo-charset.h75 extern DLL_VARIABLE bool po_lex_weird_cjk;
Dpo-lex.c517 if (po_lex_weird_cjk in mbfile_getc()
DChangeLog.01048 (po_lex_weird_cjk): New variable declaration.
1052 (po_lex_weird_cjk): New variable.
1053 (po_lex_charset_init): Initialize po_lex_weird_cjk.
1055 po_is_charset_weird_cjk. Set po_lex_weird_cjk.
1056 (po_lex_charset_close): Reset po_lex_weird_cjk.
1057 * po-lex.c (mbfile_getc): If po_lex_weird_cjk is set, possibly return
DChangeLog.17183 po_lex_iconv, po_lex_weird_cjk): Likewise.
/third_party/gettext/gettext-tools/woe32dll/
Dgettextsrc-exports.c82 VARIABLE(po_lex_weird_cjk)