Searched refs:tBuf (Results 1 – 6 of 6) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
D | tscoll.cpp | 105 uint8_t sBuf[512], tBuf[512]; in compareUsingPartials() local 117 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials() 124 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/external/icu4c/test/intltest/ |
D | tscoll.cpp | 108 uint8_t sBuf[512], tBuf[512]; in compareUsingPartials() local 120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials() 127 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/external/icu4c/test/cintltst/ |
D | callcoll.c | 236 uint8_t sBuf[16384], tBuf[16384]; in compareUsingPartials() local 249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials() 256 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | callcoll.c | 236 uint8_t sBuf[16384], tBuf[16384]; in compareUsingPartials() local 249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials() 256 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/external/chromium/third_party/icu/source/i18n/ |
D | ucol.cpp | 7368 UChar *tBuf = NULL; in ucol_checkIdent() local 7386 tBuf = tColl->string; in ucol_checkIdent() 7422 if (unorm_quickCheck(tBuf, tLen, UNORM_NFD, status) != UNORM_YES) { in ucol_checkIdent() 7424 tBuf, tLen, in ucol_checkIdent() 7439 tBuf, tLen, in ucol_checkIdent() 7444 uprv_free(tBuf); in ucol_checkIdent() 7447 tBuf = tColl->writableBuffer; in ucol_checkIdent() 7448 if (tBuf != tColl->stackWritableBuffer) { in ucol_checkIdent() 7455 comparison = u_strcmpCodePointOrder(sBuf, tBuf); in ucol_checkIdent() 7461 tLen = u_strlen(tBuf); in ucol_checkIdent() [all …]
|
/external/icu4c/i18n/ |
D | ucol.cpp | 7185 const UChar *tBuf = tColl->string; in ucol_checkIdent() local 7197 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen), in ucol_checkIdent() 7205 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE); in ucol_checkIdent()
|