Home
last modified time | relevance | path

Searched refs:walked (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c332 size_t walked = 0; in _INTERNAL_trim_to_complete_utf8_characters() local
333 for (; fromLim > from; fromLim--, walked++) { in _INTERNAL_trim_to_complete_utf8_characters()
337 if (walked + 1 >= 4) { in _INTERNAL_trim_to_complete_utf8_characters()
341 walked = 0; in _INTERNAL_trim_to_complete_utf8_characters()
345 if (walked + 1 >= 3) { in _INTERNAL_trim_to_complete_utf8_characters()
349 walked = 0; in _INTERNAL_trim_to_complete_utf8_characters()
353 if (walked + 1 >= 2) { in _INTERNAL_trim_to_complete_utf8_characters()
357 walked = 0; in _INTERNAL_trim_to_complete_utf8_characters()
/third_party/python/Modules/expat/
H A Dxmltok.c329 size_t walked = 0; in _INTERNAL_trim_to_complete_utf8_characters() local
330 for (; fromLim > from; fromLim--, walked++) { in _INTERNAL_trim_to_complete_utf8_characters()
334 if (walked + 1 >= 4) { in _INTERNAL_trim_to_complete_utf8_characters()
338 walked = 0; in _INTERNAL_trim_to_complete_utf8_characters()
342 if (walked + 1 >= 3) { in _INTERNAL_trim_to_complete_utf8_characters()
346 walked = 0; in _INTERNAL_trim_to_complete_utf8_characters()
350 if (walked + 1 >= 2) { in _INTERNAL_trim_to_complete_utf8_characters()
354 walked = 0; in _INTERNAL_trim_to_complete_utf8_characters()
/third_party/gn/src/gn/
H A Dvariables.cc1107 These keys are used to identify metadata to collect. If a walked target
2286 use the targets listed in that value to determine which targets are walked.

Completed in 8 milliseconds