Searched refs:codepoint_offsets (Results 1 – 2 of 2) sorted by relevance
59 std::vector<UnicodeText::const_iterator> codepoint_offsets; in GetActions() local64 codepoint_offsets.push_back(it); in GetActions()66 codepoint_offsets.push_back(message_unicode.end()); in GetActions()74 codepoint_offsets, in GetActions()
770 std::vector<UnicodeText::const_iterator> codepoint_offsets; in Parse() local774 codepoint_offsets.push_back(it); in Parse()776 codepoint_offsets.push_back(text_unicode.end()); in Parse()777 DateExtractor extractor(codepoint_offsets, options, datetime_rules_); in Parse()790 return GetOutputAsAnnotationList(unilib_, extractor, codepoint_offsets, in Parse()