/external/icu4c/test/intltest/ |
icusvtst.h | 51 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE); 53 msgstr(message, obj, FALSE);
|
icusvtst.cpp | 312 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest 808 msgstr(*id + "? ", service.get(*id, status)); [all...] |
/external/elfutils/libelf/ |
elf_error.c | 77 static const char msgstr[] = variable 335 assert (msgidx[last_error] < sizeof (msgstr)); 336 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL; 339 return _(msgstr + ELF_E_UNKNOWN_ERROR_IDX); 341 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr)); 342 return _(msgstr + msgidx[error == -1 ? last_error : error]);
|
/external/e2fsprogs/po/ |
at-expand.pl | 137 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 | 192 jstring msgstr = env->NewStringUTF(msg); local 194 if ((tagstr == NULL) || (msgstr == NULL)) { 202 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep); 231 env->DeleteLocalRef(msgstr); [all...] |