Searched refs:tColl (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
D | ucol.cpp | 7346 UCollationResult ucol_checkIdent(collIterate *sColl, collIterate *tColl, UBool normalize, UError… in ucol_checkIdent() argument 7376 tColl->iterator->move(tColl->iterator, 0, UITER_START); in ucol_checkIdent() 7378 UCharIterator *tIt = unorm_setIter(tNIt, tColl->iterator, UNORM_NFD, status); in ucol_checkIdent() 7385 tLen = (tColl->flags & UCOL_ITER_HASLEN) ? tColl->endp - tColl->string : -1; in ucol_checkIdent() 7386 tBuf = tColl->string; in ucol_checkIdent() 7423 tLen = unorm_decompose(tColl->writableBuffer, (int32_t)tColl->writableBufSize, in ucol_checkIdent() 7428 if(!u_growBufferFromStatic(tColl->stackWritableBuffer, in ucol_checkIdent() 7429 &tColl->writableBuffer, in ucol_checkIdent() 7430 (int32_t *)&tColl->writableBufSize, tLen, in ucol_checkIdent() 7438 tLen = unorm_decompose(tColl->writableBuffer, (int32_t)tColl->writableBufSize, in ucol_checkIdent() [all …]
|
/external/icu4c/i18n/ |
D | ucol.cpp | 7159 UCollationResult ucol_checkIdent(collIterate *sColl, collIterate *tColl, UBool normalize, UError… in ucol_checkIdent() argument 7175 tColl->iterator->move(tColl->iterator, 0, UITER_START); in ucol_checkIdent() 7177 UCharIterator *tIt = unorm_setIter(tNIt, tColl->iterator, UNORM_NFD, status); in ucol_checkIdent() 7184 …int32_t tLen = (tColl->flags & UCOL_ITER_HASLEN) ? (int32_t)(tColl->endp - tColl->string) : -… in ucol_checkIdent() 7185 const UChar *tBuf = tColl->string; in ucol_checkIdent() 7197 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen), in ucol_checkIdent() 7198 tColl->writableBuffer, in ucol_checkIdent() 7203 comparison = sColl->writableBuffer.compareCodePointOrder(tColl->writableBuffer); in ucol_checkIdent() 7273 collIterate *tColl, in ucol_compareUsingSortKeys() argument 7290 tColl->iterator->move(tColl->iterator, 0, UITER_START); in ucol_compareUsingSortKeys() [all …]
|