Lines Matching full:marker
93 va_list marker;94 va_start(marker, firstParam);95 isNULL = (UBool)(va_arg(marker, void*) == NULL);96 va_end(marker);