Home
last modified time | relevance | path

Searched refs:MCount (Results 1 – 4 of 4) 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.java1362 int MCount = 0; in getDateTimeSkeleton() local
1383 ++MCount; in getDateTimeSkeleton()
1452 if ( MCount != 0 ) { in getDateTimeSkeleton()
1453 if ( MCount < 3 ) { in getDateTimeSkeleton()
1456 for ( i = 0; i < MCount && i < 5; ++i ) { in getDateTimeSkeleton()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java1350 int MCount = 0; in getDateTimeSkeleton() local
1371 ++MCount; in getDateTimeSkeleton()
1440 if ( MCount != 0 ) { in getDateTimeSkeleton()
1441 if ( MCount < 3 ) { in getDateTimeSkeleton()
1444 for ( i = 0; i < MCount && i < 5; ++i ) { in getDateTimeSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp788 int32_t MCount = 0; in getDateTimeSkeleton() local
810 ++MCount; in getDateTimeSkeleton()
879 if ( MCount != 0 ) { in getDateTimeSkeleton()
880 if ( MCount < 3 ) { in getDateTimeSkeleton()
883 for ( int32_t j = 0; j < MCount && j < MAX_M_COUNT; ++j) { in getDateTimeSkeleton()