Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcaniter.cpp356 int32_t segLen = segment.extract(USeg, 256, status); in getEquivalents() local
357 getEquivalents2(&basic, USeg, segLen, status); in getEquivalents()
432 …::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &statu… in getEquivalents2() argument
440 UnicodeString toPut(segment, segLen); in getEquivalents2()
448 for (int32_t i = 0; i < segLen; i += U16_LENGTH(cp)) { in getEquivalents2()
450 U16_GET(segment, 0, i, segLen, cp); in getEquivalents2()
460 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) { in getEquivalents2()
500 …act(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPo… in extract() argument
531 while(i < segLen) { in extract()
532 U16_NEXT(segment, i, segLen, cp); in extract()
[all …]
/external/icu/icu4c/source/common/unicode/
Dcaniter.h190 …Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
199 …(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPo…