• Home
  • Raw
  • Download

Lines Matching refs:u_uastrcpy

281     u_uastrcpy(temp1, "$100,000,000.00");  in TestNumberFormat()
316 u_uastrcpy(temp1, "-$10,456.37"); in TestNumberFormat()
371 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat()
373 u_uastrcpy(temp, "JPY"); in TestNumberFormat()
428 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat()
453 u_uastrcpy(temp1, "($10,456.3E1])"); in TestNumberFormat()
503 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)"); in TestNumberFormat()
693 u_uastrcpy(temp,"$"); in TestNumberFormat()
697 u_uastrcpy(prefix, "+"); in TestNumberFormat()
714 u_uastrcpy(prefix, "+"); in TestNumberFormat()
730 u_uastrcpy(suffix, "+"); in TestNumberFormat()
747 u_uastrcpy(suffix, "++"); in TestNumberFormat()
877 u_uastrcpy(dest, bdpattern); in TestNumberFormat()
919 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
939 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
1227 u_uastrcpy(temp, "###0.0#"); in TestSignificantDigits()
1236 u_uastrcpy(temp, "123457"); in TestSignificantDigits()
1289 u_uastrcpy(expected, "140"); in TestSigDigRounding()
1313 u_uastrcpy(temp1, "*#,##0.0#*;(#,##0.0#)"); in TestNumberFormatPadding()
1326 u_uastrcpy(temp1, "*x#,###,###,##0.0#;*x(###,###,##0.0#)"); // input pattern in TestNumberFormatPadding()
1327 u_uastrcpy(temp2, "*x#########,##0.0#;(#########,##0.0#)"); // equivalent (?) output pattern in TestNumberFormatPadding()
1366 u_uastrcpy(temp1, "xxxxx(10,456.37)"); in TestNumberFormatPadding()
1434 u_uastrcpy(temp1, "#.#E0"); in TestInt64Format()
1536 u_uastrcpy(result, "5.06e-27"); in TestInt64Format()
1573 u_uastrcpy(buffer, "#,##0.0#"); in test_fmt()
1731 u_uastrcpy(pat, "#,##0.0#;(#,##0.0#)"); in TestRBNFFormat()
1760 u_uastrcpy(pat, in TestRBNFFormat()
1776 u_uastrcpy(tempUChars, in TestRBNFFormat()
1849 u_uastrcpy(expectedBuf, "ten point one two three four five six seven eight nine"); in TestRBNFRounding()
1869 u_uastrcpy(expectedBuf, "ten point one two three"); in TestRBNFRounding()
1905 u_uastrcpy(buf, "$1234567890q643210000.00"); in TestCurrencyRegression()
2064 u_uastrcpy(pattern, in TestCloneWithRBNF()
2085 u_uastrcpy(pat2, in TestCloneWithRBNF()
2135 u_uastrcpy(str, cstr); in TestNoExponent()
2176 u_uastrcpy(str, cstr); in TestNoExponent()
2196 u_uastrcpy(str, cstr); in TestNoExponent()
2380 u_uastrcpy(buffer, pattern); in TestUFormattable()
2395 u_uastrcpy(buffer, pattern); in TestUFormattable()
2421 u_uastrcpy(buffer, pattern); in TestUFormattable()