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

  /external/chromium/third_party/icu/source/test/intltest/
tscoll.cpp 105 uint8_t sBuf[512], tBuf[512];
117 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
124 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
  /external/icu4c/test/intltest/
tscoll.cpp 108 uint8_t sBuf[512], tBuf[512];
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
127 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 236 uint8_t sBuf[16384], tBuf[16384];
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
256 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 236 uint8_t sBuf[16384], tBuf[16384];
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
256 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 379 milliseconds