Home
last modified time | relevance | path

Searched refs:cur_output (Results 1 – 1 of 1) sorted by relevance

/external/stlport/src/c_locale_win32/
Dc_locale_win32.c430 char *cur_output, *end_output; in __ConvertDate() local
434 cur_output = buffer; in __ConvertDate()
435 end_output = cur_output + buf_size; in __ConvertDate()
438 if (cur_output && (cur_output == end_output)) break; in __ConvertDate()
443 if (cur_output && (cur_output + 2 > end_output)) { in __ConvertDate()
444 *cur_output = 0; in __ConvertDate()
449 if (cur_output) { *(cur_output++) = '%'; *(cur_output++) = 'A'; } in __ConvertDate()
454 if (cur_output) { *(cur_output++) = '%'; *(cur_output++) = 'a'; } in __ConvertDate()
460 if (cur_output) { *(cur_output++) = '%'; *(cur_output++) = 'd'; } in __ConvertDate()
466 if (cur_output && (cur_output + 3 > end_output)) { in __ConvertDate()
[all …]