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

  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 781 UChar secondresult = (UChar)(((s[i] - 0x10000) % 0x400) + 0xDC00); local
787 if (second != UTF16_TRAIL(s[i]) || second != U16_TRAIL(s[i]) || second != secondresult) {
789 s[i], secondresult);
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 192 milliseconds