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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 715 UChar secondresult = (UChar)(((s[i] - 0x10000) % 0x400) + 0xDC00); local
721 if (second != UTF16_TRAIL(s[i]) || second != U16_TRAIL(s[i]) || second != secondresult) {
723 s[i], secondresult);
  /external/icu4c/test/cintltst/
utf16tst.c 783 UChar secondresult = (UChar)(((s[i] - 0x10000) % 0x400) + 0xDC00); local
789 if (second != UTF16_TRAIL(s[i]) || second != U16_TRAIL(s[i]) || second != secondresult) {
791 s[i], secondresult);

Completed in 205 milliseconds