OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:segmentsCount
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
rbt_rule.cpp
106
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) {
rbt_rule.h
111
int32_t
segmentsCount
;
Completed in 4696 milliseconds