Lines Matching refs:austrdup
146 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
178 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
230 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
312 austrdup(result), austrdup(expected) ); in TestSampleMessageFormat()
343 austrdup(result), austrdup(expected) ); in TestSampleMessageFormat()
367 log_err("FAIL: Error in MessageFormat on test#3\n GOT: %s EXPECTED %s\n", austrdup(result), in TestSampleMessageFormat()
368 austrdup(expected) ); in TestSampleMessageFormat()
439 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestNewFormatAndParseAPI()
440 austrdup(expected) ); in TestNewFormatAndParseAPI()
466 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI()
535 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestSampleFormatAndParseWithError()
536 austrdup(expected) ); in TestSampleFormatAndParseWithError()
565 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError()
634 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestSampleFormatAndParse()
635 austrdup(expected) ); in TestSampleFormatAndParse()
663 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParse()
705 … log_err("FAIL: Error in MessageFormat on Select test#1\n GOT %s EXPECTED %s\n", austrdup(result), in TestMsgFormatSelect()
706 austrdup(expected) ); in TestMsgFormatSelect()
735 … log_err("FAIL: Error in MessageFormat on Select test#2\n GOT %s EXPECTED %s\n", austrdup(result), in TestMsgFormatSelect()
736 austrdup(expected) ); in TestMsgFormatSelect()
780 … log_err("FAIL: Error in MessageFormat on test#6\n GOT %s EXPECTED %s\n", austrdup(result), in TestMsgFormatChoice()
781 austrdup(expected) ); in TestMsgFormatChoice()
803 … log_err("FAIL: Error in MessageFormat on test#7\n GOT: %s EXPECTED %s\n", austrdup(result), in TestMsgFormatChoice()
804 austrdup(expected) ); in TestMsgFormatChoice()
826 … log_err("FAIL: Error in MessageFormat on test#8\n GOT %s EXPECTED: %s\n", austrdup(result), in TestMsgFormatChoice()
827 austrdup(expected) ); in TestMsgFormatChoice()
933 austrdup(result), austrdup(testResultStrings[i]) ); in TestMessageFormatWithValist()