Searched refs:segLen (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | caniter.cpp | 350 int32_t segLen = segment.extract(USeg, 256, status); in getEquivalents() local 351 getEquivalents2(&basic, USeg, segLen, status); in getEquivalents() 426 …::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &statu… in getEquivalents2() argument 434 UnicodeString toPut(segment, segLen); in getEquivalents2() 443 for (i = 0; i < segLen; i += UTF16_CHAR_LENGTH(cp)) { in getEquivalents2() 445 UTF_GET_CHAR(segment, 0, i, segLen, cp); in getEquivalents2() 453 if (extract(&remainder, cp, segment, segLen, i, status) == NULL) { in getEquivalents2() 493 …act(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPo… in extract() argument 535 while(i < segLen) { in extract() 536 UTF_NEXT_CHAR(segment, i, segLen, cp); in extract() [all …]
|
/external/icu4c/common/unicode/ |
D | caniter.h | 181 …Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCo… 190 …Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, in…
|