Home | History | Annotate | Download | only in citer

Lines Matching refs:out

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