Lines Matching refs:u_fprintf
39 u_fprintf(out, "toupper(%C) = %C\n", char_k, ch); in c_main()
41 u_fprintf(out, "tolower() = %C\n", ch); in c_main()
43 u_fprintf(out, "totitle(%C) = %C\n", char_k, ch); in c_main()
45 u_fprintf(out, "u_foldCase(%C, U_FOLD_CASE_DEFAULT) = %C\n", char_K, (UChar) ch); in c_main()
53 u_fprintf(out, "error in u_strToLower(Turkish locale)=%ld error=%s\n", length, in c_main()
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer); in c_main()
66 u_fprintf(out, "error in u_strToLower(English locale)=%ld error=%s\n", length, in c_main()
69 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer); in c_main()
78 u_fprintf(out, "error in u_strFoldCase()=%ld error=%s\n", length, in c_main()
81 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer); in c_main()
82 u_fprintf(out, "\n** end of C sample\n"); in c_main()