Lines Matching refs:u_fprintf

22     u_fprintf(out, "%S", &s);  in printUnicodeString()
28 u_fprintf(out, "%C", (UChar) ch); in printUChar()
30 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]"); in printUChar()
32 u_fprintf(out, "[%X]", ch); in printUChar()
53 u_fprintf(out, "testText = %s", testChars); in TestUChariter()
56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n"); in TestUChariter()
64 u_fprintf(out, "iter.getText() != clone.getText()\n"); in TestUChariter()
67 u_fprintf(out, "\n"); in TestUChariter()
70 u_fprintf(out, "Forward = "); in TestUChariter()
77 u_fprintf(out, "startIndex() or endIndex() failed\n"); in TestUChariter()
84 u_fprintf(out, "Iterator reached end prematurely"); in TestUChariter()
87 u_fprintf(out, "Character mismatch at position %d\n" + i); in TestUChariter()
90 u_fprintf(out, "current() isn't working right"); in TestUChariter()
93 u_fprintf(out, "getIndex() isn't working right\n"); in TestUChariter()
100 u_fprintf(out, "|"); in TestUChariter()
106 u_fprintf(out, "\n"); in TestUChariter()
121 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n"); in TestStringiter()
129 u_fprintf(out, "getText() failed\n"); in TestStringiter()
132 u_fprintf(out, "Backwards: "); in TestStringiter()
141 u_fprintf(out, "startIndex() or endIndex() failed\n"); in TestStringiter()
147 u_fprintf(out, "Iterator reached end prematurely\n"); in TestStringiter()
150 u_fprintf(out, "Character mismatch at position %d\n", i); in TestStringiter()
153 u_fprintf(out, "current() isn't working right\n"); in TestStringiter()
156u_fprintf(out, "getIndex() isn't working right [%d should be %d]\n", iter.getIndex(), i); in TestStringiter()
163 u_fprintf(out, "|"); in TestStringiter()
167 u_fprintf(out, "\n"); in TestStringiter()
178 u_fprintf(out, "ICU Iteration Sample Program (C++)\n\n"); in main()
182 u_fprintf(out, "\n"); in main()
183 u_fprintf(out, "Test::TestUCharIter()\n"); in main()
187 u_fprintf(out, "-----\n"); in main()
188 u_fprintf(out, "Test::TestStringchariter()\n"); in main()
192 u_fprintf(out, "-----\n"); in main()