Searched refs:normLen (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp1194 int32_t normLen; local
1198 normLen = unorm_decompose(collationSource->writableBuffer, (int32_t)collationSource->writableBufSize,
1206 (int32_t *)&collationSource->writableBufSize, normLen + 1,
1215 normLen = unorm_decompose(collationSource->writableBuffer, (int32_t)collationSource->writableBufSize,
1246 int32_t normLen = unorm_next(collationSource->iterator, collationSource->writableBuffer,
1248 if(status == U_BUFFER_OVERFLOW_ERROR || normLen == (int32_t)collationSource->writableBufSize) {
1252 (int32_t *)&collationSource->writableBufSize, normLen + 1,
1263 normLen = unorm_next(collationSource->iterator, collationSource->writableBuffer,
1267 collationSource->writableBuffer[normLen] = 0;
1559 uint32_t normLen; local
2129 uint32_t normLen; local
2562 uint32_t normLen; local
[all...]

Completed in 16 milliseconds