Home
last modified time | relevance | path

Searched refs:segmentsCount (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Drbt_rule.cpp105 this->segmentsCount = segsCount; in TransliterationRule()
173 segmentsCount = 0; in TransliterationRule()
174 if (other.segmentsCount > 0) { in TransliterationRule()
175 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *)); in TransliterationRule()
176 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[0])); in TransliterationRule()
362 for (int32_t i=0; i<segmentsCount; ++i) { in matchAndReplace()
Drbt_rule.h111 int32_t segmentsCount; variable
/external/chromium/third_party/icu/source/i18n/
Drbt_rule.cpp105 this->segmentsCount = segsCount; in TransliterationRule()
173 segmentsCount = 0; in TransliterationRule()
174 if (other.segmentsCount > 0) { in TransliterationRule()
175 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *)); in TransliterationRule()
176 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[0])); in TransliterationRule()
362 for (int32_t i=0; i<segmentsCount; ++i) { in matchAndReplace()
Drbt_rule.h111 int32_t segmentsCount; variable