Home
last modified time | relevance | path

Searched refs:end_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
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()
466 if (cur_output && (cur_output + 3 > end_output)) { in __ConvertDate()
478 if (cur_output && (cur_output + 2 > end_output)) { in __ConvertDate()
501 if (cur_output && (cur_output + 3 > end_output)) { in __ConvertDate()
513 if (cur_output && (cur_output + 2 > end_output)) { in __ConvertDate()
529 if (cur_output && (cur_output + 3 > end_output)) { in __ConvertDate()
540 if (cur_output && (cur_output + 2 > end_output)) { in __ConvertDate()
[all …]