Searched refs:char_len_out (Results 1 – 2 of 2) sorted by relevance
125 bool IsPunctuationAt(std::string_view input, int position, int* char_len_out) { in IsPunctuationAt() argument127 if (char_len_out != nullptr) { in IsPunctuationAt()128 *char_len_out = 1; in IsPunctuationAt()133 if (char_len_out != nullptr) { in IsPunctuationAt()134 *char_len_out = U8_LENGTH(c); in IsPunctuationAt()
86 int* char_len_out = nullptr);