• Home
  • Raw
  • Download

Lines Matching refs:austrdup

146                 austrdup(result), austrdup(testResultStrings[i]) );  in MessageFormatTest()
178 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
227 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
309 austrdup(result), austrdup(expected) ); in TestSampleMessageFormat()
340 austrdup(result), austrdup(expected) ); in TestSampleMessageFormat()
364 log_err("FAIL: Error in MessageFormat on test#3\n GOT: %s EXPECTED %s\n", austrdup(result), in TestSampleMessageFormat()
365 austrdup(expected) ); in TestSampleMessageFormat()
435 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestNewFormatAndParseAPI()
436 austrdup(expected) ); in TestNewFormatAndParseAPI()
462 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI()
531 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestSampleFormatAndParseWithError()
532 austrdup(expected) ); in TestSampleFormatAndParseWithError()
558 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError()
627 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestSampleFormatAndParse()
628 austrdup(expected) ); in TestSampleFormatAndParse()
654 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParse()
696 … log_err("FAIL: Error in MessageFormat on Select test#1\n GOT %s EXPECTED %s\n", austrdup(result), in TestMsgFormatSelect()
697 austrdup(expected) ); in TestMsgFormatSelect()
726 … log_err("FAIL: Error in MessageFormat on Select test#2\n GOT %s EXPECTED %s\n", austrdup(result), in TestMsgFormatSelect()
727 austrdup(expected) ); in TestMsgFormatSelect()
771 … log_err("FAIL: Error in MessageFormat on test#6\n GOT %s EXPECTED %s\n", austrdup(result), in TestMsgFormatChoice()
772 austrdup(expected) ); in TestMsgFormatChoice()
794 … log_err("FAIL: Error in MessageFormat on test#7\n GOT: %s EXPECTED %s\n", austrdup(result), in TestMsgFormatChoice()
795 austrdup(expected) ); in TestMsgFormatChoice()
817 … log_err("FAIL: Error in MessageFormat on test#8\n GOT %s EXPECTED: %s\n", austrdup(result), in TestMsgFormatChoice()
818 austrdup(expected) ); in TestMsgFormatChoice()
924 austrdup(result), austrdup(testResultStrings[i]) ); in TestMessageFormatWithValist()