OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:po_lex_charset
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
po-charset.c
436
const char *
po_lex_charset
;
variable
449
po_lex_charset
= NULL;
504
po_lex_charset
= canon_charset;
532
if (strcmp (
po_lex_charset
, "EUC-KR") == 0)
539
if ( strcmp (
po_lex_charset
, "GB2312") == 0
540
|| strcmp (
po_lex_charset
, "EUC-TW") == 0
541
|| strcmp (
po_lex_charset
, "BIG5") == 0
542
|| strcmp (
po_lex_charset
, "BIG5-HKSCS") == 0
543
|| strcmp (
po_lex_charset
, "GBK") == 0
544
|| strcmp (
po_lex_charset
, "GB18030") == 0
[
all
...]
po-charset.h
68
extern DLL_VARIABLE const char *
po_lex_charset
;
po-lex.c
128
/* Note this depends on
po_lex_charset
and po_lex_iconv, which get set
263
(po_lex_iconv != (iconv_t)(-1) ?
po_lex_charset
: "");
/src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
gettextsrc-exports.c
67
VARIABLE(
po_lex_charset
)
Completed in 16 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026