Home
last modified time | relevance | path

Searched refs:trimmedLength (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dutext.cpp2143 int32_t trimmedLength = length; in unistrTextExtract() local
2144 if(trimmedLength>destCapacity) { in unistrTextExtract()
2145 trimmedLength=destCapacity; in unistrTextExtract()
2147 us->extract(start32, trimmedLength, dest); in unistrTextExtract()
2148 t->chunkOffset = start32+trimmedLength; in unistrTextExtract()