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

/external/elfutils/0.153/libelf/
H A Delf_error.c82 static const char msgstr[] = variable
326 assert (msgidx[last_error] < sizeof (msgstr));
327 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL;
330 return _(msgstr + ELF_E_UNKNOWN_ERROR_IDX);
332 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr));
333 return _(msgstr + msgidx[error == -1 ? last_error : error]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.h51 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
53 msgstr(message, obj, FALSE);
H A Dicusvtst.cpp312 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest
808 msgstr(*id + "? ", service.get(*id, status));
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.h51 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
53 msgstr(message, obj, FALSE);
H A Dicusvtst.cpp312 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest
808 msgstr(*id + "? ", service.get(*id, status));
/external/elfutils/0.153/libdwfl/
H A Ddwfl_error.c93 #define msgstr (&msgtable.msg_NOERROR[0]) macro
186 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
/external/e2fsprogs/po/
H A Dat-expand.pl138 if (/^msgstr / && $is_problem_file) {
/external/svox/pico/lib/
H A Dpicospho.c537 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
1086 PICODBG_DEBUG(("PARSE looking at item %s",picodata_head_to_string(&ihead,msgstr,SPHO_MSGSTR_SIZE)));
1276 PICODBG_INFO(("in position %i, looking at item %s",spho->outReadPos,picodata_head_to_string(&ihead,msgstr,SPHO_MSGSTR_SIZE)));
1305 PICODBG_INFO(("in position %i, looking at item %s",spho->outReadPos,picodata_head_to_string(&ihead,msgstr,SPHO_MSGSTR_SIZE)));
1416 PICODBG_DEBUG(("RECOMB looking at item %s",picodata_head_to_string(&ihead,msgstr,SPHO_MSGSTR_SIZE)));
H A Dpicocep.c1486 picoos_char msgstr[PICOCEP_MSGSTR_SIZE]; local
1556 - cep->inReadPos, &ihead, &icontents);PICODBG_DEBUG(("PARSE bad item %s",picodata_head_to_string(&ihead,msgstr,PICOCEP_MSGSTR_SIZE)));
1579 PICODBG_DEBUG(("PARSE looking at item %s",picodata_head_to_string(&ihead,msgstr,PICOCEP_MSGSTR_SIZE)));
H A Dpicosa.c1086 picoos_char msgstr[SA_MSGSTR_SIZE]; local
1090 picodata_head_to_string(head,msgstr,SA_MSGSTR_SIZE)));

Completed in 901 milliseconds