Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dlog.c35 #define MSGCTXT_SEPARATOR '\004' /* EOT */ macro
97 separator = strchr (msgid1, MSGCTXT_SEPARATOR); in __libc_lock_define_initialized()
DChangeLog.0993 * log.c (MSGCTXT_SEPARATOR): New macro.
/third_party/gettext/gettext-tools/src/
Dread-mo.c417 separator = strchr (msgid, MSGCTXT_SEPARATOR); in read_mo_file()
475 separator = strchr (msgid, MSGCTXT_SEPARATOR); in read_mo_file()
Dmessage.h40 #define MSGCTXT_SEPARATOR '\004' /* EOT */ macro
Dmessage.c319 alloced_key[msgctxt_len] = MSGCTXT_SEPARATOR; in message_list_hash_insert_entry()
520 alloced_key[msgctxt_len] = MSGCTXT_SEPARATOR; in message_list_search()
Dwrite-java.c156 combined[msgctxt_len] = MSGCTXT_SEPARATOR; in msgid_hashcode()
422 combined[msgctxt_len] = MSGCTXT_SEPARATOR; in write_java_msgid()
Dwrite-csharp.c239 combined[msgctxt_len] = MSGCTXT_SEPARATOR; in write_csharp_msgid()
Dpo-lex.c1004 if (strchr (buf, MSGCTXT_SEPARATOR) != NULL) in po_gram_lex()
Dwrite-mo.c196 msgctid[msgctlen - 1] = MSGCTXT_SEPARATOR; in write_table()
DChangeLog.15014 * message.h (MSGCTXT_SEPARATOR): New macro.