Lines Matching refs:u_fprintf
45 u_fprintf(out, "toupper(%C) = %C\n", char_k, ch); in c_main()
47 u_fprintf(out, "tolower() = %C\n", ch); in c_main()
49 u_fprintf(out, "totitle(%C) = %C\n", char_k, ch); in c_main()
51 u_fprintf(out, "u_foldCase(%C, U_FOLD_CASE_DEFAULT) = %C\n", char_K, (UChar) ch); in c_main()
59 u_fprintf(out, "error in u_strToLower(Turkish locale)=%ld error=%s\n", length, in c_main()
63 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer); in c_main()
72 u_fprintf(out, "error in u_strToLower(English locale)=%ld error=%s\n", length, in c_main()
75 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer); in c_main()
84 u_fprintf(out, "error in u_strFoldCase()=%ld error=%s\n", length, in c_main()
87 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer); in c_main()
88 u_fprintf(out, "\n** end of C sample\n"); in c_main()