Searched refs:result_begin_codepoint (Results 1 – 1 of 1) sorted by relevance
213 const int result_begin_codepoint = result_begin_token.start; in LabelToSpan() local219 if (result_begin_codepoint == kInvalidIndex || in LabelToSpan()238 if (begin_ignored == (result_end_codepoint - result_begin_codepoint)) { in LabelToSpan()239 *span = {result_begin_codepoint, result_begin_codepoint}; in LabelToSpan()241 *span = CodepointSpan(result_begin_codepoint + begin_ignored, in LabelToSpan()