Searched defs:segLen (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 356 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/ |
D | caniter.cpp | 356 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/ |
D | TextBuffer.java | 424 int segLen = _segmentSize; in contentsAsString() local
|