Lines Matching refs:u_uastrcpy
260 u_uastrcpy(temp1, "$100,000,000.00"); in TestNumberFormat()
295 u_uastrcpy(temp1, "-$10,456.37"); in TestNumberFormat()
350 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat()
352 u_uastrcpy(temp, "JPY"); in TestNumberFormat()
407 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat()
432 u_uastrcpy(temp1, "($10,456.3E1])"); in TestNumberFormat()
482 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)"); in TestNumberFormat()
672 u_uastrcpy(temp,"$"); in TestNumberFormat()
676 u_uastrcpy(prefix, "+"); in TestNumberFormat()
693 u_uastrcpy(prefix, "+"); in TestNumberFormat()
709 u_uastrcpy(suffix, "+"); in TestNumberFormat()
726 u_uastrcpy(suffix, "++"); in TestNumberFormat()
854 u_uastrcpy(dest, bdpattern); in TestNumberFormat()
896 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
913 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
1199 u_uastrcpy(temp, "###0.0#"); in TestSignificantDigits()
1208 u_uastrcpy(temp, "123457"); in TestSignificantDigits()
1261 u_uastrcpy(expected, "140"); in TestSigDigRounding()
1284 u_uastrcpy(temp1, "*#,##0.0#*;(#,##0.0#)"); in TestNumberFormatPadding()
1297 u_uastrcpy(temp1, "*x#,###,###,##0.0#;*x(###,###,##0.0#)"); in TestNumberFormatPadding()
1331 u_uastrcpy(temp1, "xxxxx(10,456.37)"); in TestNumberFormatPadding()
1399 u_uastrcpy(temp1, "#.#E0"); in TestInt64Format()
1501 u_uastrcpy(result, "5.06e-27"); in TestInt64Format()
1538 u_uastrcpy(buffer, "#,##0.0#"); in test_fmt()
1696 u_uastrcpy(pat, "#,##0.0#;(#,##0.0#)"); in TestRBNFFormat()
1725 u_uastrcpy(pat, in TestRBNFFormat()
1741 u_uastrcpy(tempUChars, in TestRBNFFormat()
1812 u_uastrcpy(expectedBuf, "ten point one two three four five six seven eight nine"); in TestRBNFRounding()
1831 u_uastrcpy(expectedBuf, "ten point one two three"); in TestRBNFRounding()
1867 u_uastrcpy(buf, "$1234567890q643210000.00"); in TestCurrencyRegression()
2026 u_uastrcpy(pattern, in TestCloneWithRBNF()
2047 u_uastrcpy(pat2, in TestCloneWithRBNF()
2097 u_uastrcpy(str, cstr); in TestNoExponent()
2138 u_uastrcpy(str, cstr); in TestNoExponent()
2158 u_uastrcpy(str, cstr); in TestNoExponent()
2281 u_uastrcpy(buffer, pattern); in TestUFormattable()
2296 u_uastrcpy(buffer, pattern); in TestUFormattable()
2322 u_uastrcpy(buffer, pattern); in TestUFormattable()