Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp2161 int32_t trimmedLength = length; in unistrTextExtract() local
2162 if(trimmedLength>destCapacity) { in unistrTextExtract()
2163 trimmedLength=destCapacity; in unistrTextExtract()
2165 us->extract(start32, trimmedLength, dest); in unistrTextExtract()
2166 t->chunkOffset = start32+trimmedLength; in unistrTextExtract()