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

  /external/icu4c/i18n/
rbt_rule.cpp 105 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) {
rbt_rule.h 111 int32_t segmentsCount;

Completed in 5374 milliseconds