Searched refs:minLevel (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidiln.c409 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
421 * which is minLevel|1. However, if the lowest level itself is odd, then
424 * This is covered by ++minLevel instead of minLevel|=1 followed
433 * if minLevel==paraLevel is odd, which is done in the extra segment.
439 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { argument
445 if(maxLevel<=(minLevel|1)) {
451 * and reorder at an odd minLevel in a separate, simpler loop.
452 * See comments above for why minLevel is always incremented.
454 ++minLevel;
604 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; local
718 UBiDiLevel level, minLevel, maxLevel; local
756 UBiDiLevel minLevel = 0, maxLevel = 0; local
819 UBiDiLevel minLevel = 0, maxLevel = 0; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDefaultPasses.h118 static unsigned OptimzationFlags(unsigned minLevel=0, unsigned maxLevel=0xf, argument
120 return ((minLevel & OptimizationLevelMask) |
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationkeys.h102 * Writes the sort key bytes for minLevel up to the iterator data's strength.
112 Collation::Level minLevel, LevelCallback &callback,
H A Dcollationkeys.cpp228 Collation::Level minLevel, LevelCallback &callback,
238 // Minus the levels below minLevel.
239 levels &= ~(((uint32_t)1 << minLevel) - 1);
224 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) argument

Completed in 161 milliseconds