Home
last modified time | relevance | path

Searched refs:MCount (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dwarn-duplicate-enum.c83 MCount, enumerator
84 MMax = MCount - 1
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java1230 int MCount = 0; in getDateTimeSkeleton() local
1251 ++MCount; in getDateTimeSkeleton()
1320 if ( MCount != 0 ) { in getDateTimeSkeleton()
1321 if ( MCount < 3 ) { in getDateTimeSkeleton()
1324 for ( i = 0; i < MCount && i < 5; ++i ) { in getDateTimeSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp770 int32_t MCount = 0; in getDateTimeSkeleton() local
792 ++MCount; in getDateTimeSkeleton()
861 if ( MCount != 0 ) { in getDateTimeSkeleton()
862 if ( MCount < 3 ) { in getDateTimeSkeleton()
866 for ( i = 0; i < MCount && i < MAX_M_COUNT; ++i ) { in getDateTimeSkeleton()