Lines Matching full:alias
806 char *alias = arg;
838 limit = alias + info->fWidth - count;
841 limit = alias + ucnv_getMaxCharSize(conv);
845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
866 *alias = 0x00;
902 UChar *alias = arg;
923 *alias++ = c;
938 *alias = 0x0000;
1184 UChar *alias = (UChar*) (args[0].ptrValue);
1194 /* truncate to the width, if specified and alias the target */
1214 U16_APPEND(alias, idx, chLeft, c, isError);
1218 alias += idx;
1241 *alias = 0x00;
1304 const UChar *alias;
1313 /* alias the pattern */
1314 alias = patternSpecification;
1325 while(*alias != UP_PERCENT && *alias != 0x0000 && u_fgetc(f) == *alias) {
1326 alias++;
1330 if(*alias != UP_PERCENT || *alias == 0x0000)
1334 count = u_scanf_parse_spec(alias, &spec);
1337 alias += count;
1378 /* reset count to 1 so that += for alias works. */
1381 cpConsumed += (*handler)(f, &spec.fInfo, &args, alias, &count, &argConsumed);
1393 alias += count-1;