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()
732 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument734 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()