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

  /external/chromium_org/third_party/icu/source/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/icu4c/test/cintltst/
utf16tst.c 782 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/
DAGISelMatcher.h 667 /// FirstResult - This is the first slot in the RecordedNodes list that the
669 unsigned FirstResult;
672 const std::string &name, unsigned firstresult)
674 Name(name), FirstResult(firstresult) {}
680 unsigned getFirstResult() const { return FirstResult; }
    [all...]

Completed in 141 milliseconds