HomeSort by relevance Sort by last modified time
    Searched refs:firstresult (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
utf16tst.c 714 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); local
717 if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first != firstresult) {
719 s[i], firstresult);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 668 /// FirstResult - This is the first slot in the RecordedNodes list that the
670 unsigned FirstResult;
673 const std::string &name, unsigned firstresult)
675 Name(name), FirstResult(firstresult) {}
681 unsigned getFirstResult() const { return FirstResult; }
    [all...]

Completed in 196 milliseconds