Home
last modified time | relevance | path

Searched refs:firstresult (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c782 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); in TestSurrogate() local
785 if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first != firstresult) { in TestSurrogate()
787 s[i], firstresult); in TestSurrogate()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h666 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument
668 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h673 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument
675 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()