Home
last modified time | relevance | path

Searched refs:msgstr (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/i18n/
H A Dmsgfmt.py131 # If we get a comment line after a msgstr, this is a new entry
133 add(msgctxt, msgid, msgstr, fuzzy)
145 add(msgctxt, msgid, msgstr, fuzzy)
151 add(msgctxt, msgid, msgstr, fuzzy)
155 charset = p.parsestr(msgstr.decode(encoding)).get_content_charset()
160 msgid = msgstr = b''
171 # Now we are in a msgstr section
172 elif l.startswith('msgstr'):
174 if l.startswith('msgstr['):
180 if msgstr
[all...]
/third_party/elfutils/libelf/
H A Delf_error.c56 static const char msgstr[] = variable
346 assert (msgidx[last_error] < sizeof (msgstr)); in elf_errmsg()
347 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL; in elf_errmsg()
350 return _(msgstr + ELF_E_UNKNOWN_ERROR_IDX); in elf_errmsg()
352 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr)); in elf_errmsg()
353 return _(msgstr + msgidx[error == -1 ? last_error : error]); in elf_errmsg()
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.h53 void msgstr(const UnicodeString& message, UObject* obj, UBool err = true);
55 msgstr(message, obj, false); in logstr()
H A Dicusvtst.cpp315 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) in msgstr() function in ICUServiceTest
811 msgstr(*id + "? ", service.get(*id, status)); in testAPI_Two()
/third_party/elfutils/libdwfl/
H A Ddwfl_error.c80 #define msgstr (msgtable.strings) macro
182 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx in dwfl_errmsg()

Completed in 5 milliseconds