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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c782 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); local
785 if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first != firstresult) {
787 s[i], firstresult);
/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c782 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); local
785 if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first != firstresult) {
787 s[i], firstresult);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h732 const std::string &name, unsigned firstresult)
734 Name(name), FirstResult(firstresult) {}
731 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, const std::string &name, unsigned firstresult) argument

Completed in 229 milliseconds