Home
last modified time | relevance | path

Searched defs:segLen (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dcaniter.cpp356 int32_t segLen = segment.extract(USeg, 256, status); in getEquivalents() local
432 …ator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &s… in getEquivalents2()
500 …extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segme… in extract()
/external/cronet/third_party/icu/source/common/
Dcaniter.cpp356 int32_t segLen = segment.extract(USeg, 256, status); in getEquivalents() local
432 …ator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &s… in getEquivalents2()
500 …extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segme… in extract()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DTextBuffer.java424 int segLen = _segmentSize; in contentsAsString() local