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

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_rule.cpp105 this->segmentsCount = segsCount;
173 segmentsCount = 0;
174 if (other.segmentsCount > 0) {
175 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *));
176 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[0]));
362 for (int32_t i=0; i<segmentsCount; ++i) {
H A Drbt_rule.h111 int32_t segmentsCount; member in class:TransliterationRule
/external/icu4c/i18n/
H A Drbt_rule.cpp106 this->segmentsCount = segsCount;
174 segmentsCount = 0;
175 if (other.segmentsCount > 0) {
176 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *));
177 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[0]));
363 for (int32_t i=0; i<segmentsCount; ++i) {
H A Drbt_rule.h111 int32_t segmentsCount; member in class:TransliterationRule

Completed in 76 milliseconds