Home
last modified time | relevance | path

Searched refs:MAX_PATTERN_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddtptngen_impl.h20 #define MAX_PATTERN_ENTRIES 52 macro
193 PtnElem *boot[MAX_PATTERN_ENTRIES];
Ddtptngen.cpp985 for (int32_t i=0; i < MAX_PATTERN_ENTRIES; ++i ) { in PatternMap()
994 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom()
1042 for (int32_t i=0; i < MAX_PATTERN_ENTRIES; ++i ) { in ~PatternMap()
1176 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals()
1569 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext()
1596 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
1707 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
1733 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) { in DTSkeletonEnumeration()