HomeSort by relevance Sort by last modified time
    Searched refs:msgstr (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 128 # If we get a comment line after a msgstr, this is a new entry
130 add(msgid, msgstr, fuzzy)
142 add(msgid, msgstr, fuzzy)
145 msgid = msgstr = ''
156 # Now we are in a msgstr section
157 elif l.startswith('msgstr'):
159 if l.startswith('msgstr['):
165 if msgstr:
166 msgstr += '\0' # Separator of the various plural forms
169 print >> sys.stderr, 'indexed msgstr required for plural on %s:%d' %\
    [all...]
  /external/python/cpython2/Tools/i18n/
msgfmt.py 129 # If we get a comment line after a msgstr, this is a new entry
131 add(msgid, msgstr, fuzzy)
143 add(msgid, msgstr, fuzzy)
146 msgid = msgstr = ''
157 # Now we are in a msgstr section
158 elif l.startswith('msgstr'):
160 if l.startswith('msgstr['):
166 if msgstr:
167 msgstr += '\0' # Separator of the various plural forms
170 print >> sys.stderr, 'indexed msgstr required for plural on %s:%d' %
    [all...]
  /external/elfutils/libelf/
elf_error.c 57 static const char msgstr[] = variable
342 assert (msgidx[last_error] < sizeof (msgstr));
343 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL;
346 return _(msgstr + ELF_E_UNKNOWN_ERROR_IDX);
348 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr));
349 return _(msgstr + msgidx[error == -1 ? last_error : error]);
  /external/icu/icu4c/source/test/intltest/
icusvtst.h 53 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
55 msgstr(message, obj, FALSE);
icusvtst.cpp 315 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest
811 msgstr(*id + "? ", service.get(*id, status));
    [all...]
  /external/elfutils/libdwfl/
dwfl_error.c 81 #define msgstr (msgtable.strings) macro
168 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
  /external/e2fsprogs/po/
at-expand.pl 142 if (/^msgstr / && $is_problem_file) {
  /external/svox/pico/lib/
picospho.c 537 picoos_char msgstr[SPHO_MSGSTR_SIZE]; local
553 picodata_head_to_string(head,msgstr,SPHO_MSGSTR_SIZE)));
933 picoos_char msgstr[SPHO_MSGSTR_SIZE]; local
    [all...]
picocep.c 1486 picoos_char msgstr[PICOCEP_MSGSTR_SIZE]; local
    [all...]
picosa.c 1086 picoos_char msgstr[SA_MSGSTR_SIZE]; local
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 199 jstring msgstr = NULL; local
201 msgstr = env->NewStringUTF(msg);
204 if ((tagstr == NULL) || (msgstr == NULL)) {
212 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
260 env->DeleteLocalRef(msgstr);
    [all...]

Completed in 243 milliseconds