HomeSort by relevance Sort by last modified time
    Searched refs:segLen (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/unicode/
caniter.h 190 Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErrorCode &status);
191 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
199 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
200 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu/icu4c/source/common/
caniter.cpp 356 int32_t segLen = segment.extract(USeg, 256, status);
357 getEquivalents2(&basic, USeg, segLen, status);
432 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) {
440 UnicodeString toPut(segment, segLen);
448 for (int32_t i = 0; i < segLen; i += U16_LENGTH(cp)) {
450 U16_GET(segment, 0, i, segLen, cp);
460 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
501 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
531 while(i < segLen) {
    [all...]

Completed in 174 milliseconds