Home | History | Annotate | Download | only in i18n

Lines Matching refs:segments

48  * segments, or null if there are none.  The array itself is adopted,
66 segments(0),
101 // We don't validate the segments array. The caller must
102 // guarantee that the segments are well-formed (that is, that
105 this->segments = segs;
173 segments = NULL;
176 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *));
177 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[0]));
193 uprv_free(segments);
362 if (segments != NULL) {
364 ((StringMatcher*) segments[i])->resetMatch();
524 // Don't have to do segments since they are in the context or key