Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc470 int32_t previous_end_pos = 0; in RUNTIME_FUNCTION() local
475 if (previous_end_pos < begin_pos) { in RUNTIME_FUNCTION()
476 if (!AddElement(result, index, -1, formatted, previous_end_pos, begin_pos, in RUNTIME_FUNCTION()
486 previous_end_pos = end_pos; in RUNTIME_FUNCTION()
489 if (previous_end_pos < length) { in RUNTIME_FUNCTION()
490 if (!AddElement(result, index, -1, formatted, previous_end_pos, length, in RUNTIME_FUNCTION()