Searched defs:msgstr (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_error.c81 #define msgstr (msgtable.strings) macro
168 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
/external/elfutils/libelf/
H A Delf_error.c57 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/
H A Dicusvtst.cpp315 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest
811 msgstr(*id + "? ", service.get(*id, status));
/external/svox/pico/lib/
H A Dpicosa.c1086 picoos_char msgstr[SA_MSGSTR_SIZE]; local
1090 picodata_head_to_string(head,msgstr,SA_MSGSTR_SIZE)));
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)));

Completed in 340 milliseconds