Searched refs:IsPunctuationAt (Results 1 – 5 of 5) sorted by relevance
85 bool IsPunctuationAt(std::string_view input, int position,
125 bool IsPunctuationAt(std::string_view input, int position, int* char_len_out) { in IsPunctuationAt() function
37 EXPECT_EQ(i18n_utils::IsPunctuationAt(ascii_string, /*position=*/0), in TEST()
44 !i18n_utils::IsPunctuationAt(term, /*position=*/0); in IsValidTerm()
184 if (!i18n_utils::IsPunctuationAt(value, window_end_exclusive.utf8_index(), in IncludeTrailingPunctuation()