Lines Matching refs:u_fprintf
33 u_fprintf(out, "%S", &s); in printUnicodeString()
39 u_fprintf(out, "%C", (UChar) ch); in printUChar()
41 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]"); in printUChar()
43 u_fprintf(out, "[%X]", ch); in printUChar()
64 u_fprintf(out, "testText = %s", testChars); in TestUChariter()
67 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n"); in TestUChariter()
75 u_fprintf(out, "iter.getText() != clone.getText()\n"); in TestUChariter()
78 u_fprintf(out, "\n"); in TestUChariter()
81 u_fprintf(out, "Forward = "); in TestUChariter()
88 u_fprintf(out, "startIndex() or endIndex() failed\n"); in TestUChariter()
95 u_fprintf(out, "Iterator reached end prematurely"); in TestUChariter()
98 u_fprintf(out, "Character mismatch at position %d\n" + i); in TestUChariter()
101 u_fprintf(out, "current() isn't working right"); in TestUChariter()
104 u_fprintf(out, "getIndex() isn't working right\n"); in TestUChariter()
111 u_fprintf(out, "|"); in TestUChariter()
117 u_fprintf(out, "\n"); in TestUChariter()
132 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n"); in TestStringiter()
140 u_fprintf(out, "getText() failed\n"); in TestStringiter()
143 u_fprintf(out, "Backwards: "); in TestStringiter()
152 u_fprintf(out, "startIndex() or endIndex() failed\n"); in TestStringiter()
158 u_fprintf(out, "Iterator reached end prematurely\n"); in TestStringiter()
161 u_fprintf(out, "Character mismatch at position %d\n", i); in TestStringiter()
164 u_fprintf(out, "current() isn't working right\n"); in TestStringiter()
167 … u_fprintf(out, "getIndex() isn't working right [%d should be %d]\n", iter.getIndex(), i); in TestStringiter()
174 u_fprintf(out, "|"); in TestStringiter()
178 u_fprintf(out, "\n"); in TestStringiter()
189 u_fprintf(out, "ICU Iteration Sample Program (C++)\n\n"); in main()
193 u_fprintf(out, "\n"); in main()
194 u_fprintf(out, "Test::TestUCharIter()\n"); in main()
198 u_fprintf(out, "-----\n"); in main()
199 u_fprintf(out, "Test::TestStringchariter()\n"); in main()
203 u_fprintf(out, "-----\n"); in main()