Searched refs:firstresult (Results 1 – 3 of 3) sorted by relevance
782 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); in TestSurrogate() local785 if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first != firstresult) { in TestSurrogate()787 s[i], firstresult); in TestSurrogate()
666 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument668 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()
673 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument675 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()