Lines Matching refs:lookfor
192 /* Print converter information. If lookfor is set, only that converter will
197 static int printConverters(const char *pname, const char *lookfor,
207 if (lookfor) {
209 printf("%s\n", lookfor);
221 const char *truename = ucnv_getAlias(lookfor, 0, &err);
223 lookfor = truename;
231 are printing all the names (lookfor was null), or we have a
241 if (lookfor) {
278 if (lookfor) {
279 name = lookfor;