Home | History | Annotate | Download | only in i18n

Lines Matching refs:segments

47  * segments, or null if there are none.  The array itself is adopted,
65 segments(0),
100 // We don't validate the segments array. The caller must
101 // guarantee that the segments are well-formed (that is, that
104 this->segments = segs;
172 segments = NULL;
175 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *));
176 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[0]));
192 uprv_free(segments);
361 if (segments != NULL) {
363 ((StringMatcher*) segments[i])->resetMatch();
523 // Don't have to do segments since they are in the context or key