Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java334 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
346 * which is minLevel|1. However, if the lowest level itself is odd, then
349 * This is covered by ++minLevel instead of minLevel|=1 followed
358 * if minLevel==paraLevel is odd, which is done in the extra segment.
363 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { in reorderLine() argument
366 if (maxLevel<=(minLevel|1)) { in reorderLine()
377 * and reorder at an odd minLevel in a separate, simpler loop. in reorderLine()
378 * See comments above for why minLevel is always incremented. in reorderLine()
380 ++minLevel; in reorderLine()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidiLine.java335 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
347 * which is minLevel|1. However, if the lowest level itself is odd, then
350 * This is covered by ++minLevel instead of minLevel|=1 followed
359 * if minLevel==paraLevel is odd, which is done in the extra segment.
364 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { in reorderLine() argument
367 if (maxLevel<=(minLevel|1)) { in reorderLine()
378 * and reorder at an odd minLevel in a separate, simpler loop. in reorderLine()
379 * See comments above for why minLevel is always incremented. in reorderLine()
381 ++minLevel; in reorderLine()
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidiln.cpp407 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
419 * which is minLevel|1. However, if the lowest level itself is odd, then
422 * This is covered by ++minLevel instead of minLevel|=1 followed
431 * if minLevel==paraLevel is odd, which is done in the extra segment.
437 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { in reorderLine() argument
443 if(maxLevel<=(minLevel|1)) { in reorderLine()
449 * and reorder at an odd minLevel in a separate, simpler loop. in reorderLine()
450 * See comments above for why minLevel is always incremented. in reorderLine()
452 ++minLevel; in reorderLine()
600 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; ubidi_getRuns() local
714 UBiDiLevel level, minLevel, maxLevel; prepareReorder() local
752 UBiDiLevel minLevel = 0, maxLevel = 0; ubidi_reorderLogical() local
815 UBiDiLevel minLevel = 0, maxLevel = 0; ubidi_reorderVisual() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dubidiln.cpp407 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
419 * which is minLevel|1. However, if the lowest level itself is odd, then
422 * This is covered by ++minLevel instead of minLevel|=1 followed
431 * if minLevel==paraLevel is odd, which is done in the extra segment.
437 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { in reorderLine() argument
443 if(maxLevel<=(minLevel|1)) { in reorderLine()
449 * and reorder at an odd minLevel in a separate, simpler loop. in reorderLine()
450 * See comments above for why minLevel is always incremented. in reorderLine()
452 ++minLevel; in reorderLine()
600 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; ubidi_getRuns() local
714 UBiDiLevel level, minLevel, maxLevel; prepareReorder() local
752 UBiDiLevel minLevel = 0, maxLevel = 0; ubidi_reorderLogical() local
815 UBiDiLevel minLevel = 0, maxLevel = 0; ubidi_reorderVisual() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiln.cpp407 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
419 * which is minLevel|1. However, if the lowest level itself is odd, then
422 * This is covered by ++minLevel instead of minLevel|=1 followed
431 * if minLevel==paraLevel is odd, which is done in the extra segment.
437 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { in reorderLine() argument
443 if(maxLevel<=(minLevel|1)) { in reorderLine()
449 * and reorder at an odd minLevel in a separate, simpler loop. in reorderLine()
450 * See comments above for why minLevel is always incremented. in reorderLine()
452 ++minLevel; in reorderLine()
600 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; ubidi_getRuns() local
714 UBiDiLevel level, minLevel, maxLevel; prepareReorder() local
752 UBiDiLevel minLevel = 0, maxLevel = 0; ubidi_reorderLogical() local
815 UBiDiLevel minLevel = 0, maxLevel = 0; ubidi_reorderVisual() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexCompareVerifier.cpp843 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
846 DE_ASSERT(minLevel <= maxLevel);
848 for (int level = minLevel; level <= maxLevel; level++)
861 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel);
864 DE_ASSERT(minLevel <= maxLevel);
866 for (int level = minLevel; level <= maxLevel; level++)
1442 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
1445 DE_ASSERT(minLevel <= maxLevel);
1447 for (int level = minLevel; level <= maxLevel; level++)
1460 const int minLevel
[all...]
H A DtcuTexLookupVerifier.cpp1415 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local
1418 DE_ASSERT(minLevel <= maxLevel); in isLookupResultValid()
1420 for (int level = minLevel; level <= maxLevel; level++) in isLookupResultValid()
1433 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isLookupResultValid() local
1436 DE_ASSERT(minLevel <= maxLevel); in isLookupResultValid()
1438 for (int level = minLevel; level <= maxLevel; level++) in isLookupResultValid()
1480 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local
1483 DE_ASSERT(minLevel <= maxLevel); in isLookupResultValid()
1485 for (int level = minLevel; level <= maxLevel; level++) in isLookupResultValid()
1498 const int minLevel in isLookupResultValid() local
1791 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); isLookupResultValid() local
1815 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); isLookupResultValid() local
1884 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); isLookupResultValid() local
1902 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); isLookupResultValid() local
1954 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); isLookupResultValid() local
1972 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); isLookupResultValid() local
2048 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); isLookupResultValid() local
2066 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); isLookupResultValid() local
2143 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); isLookupResultValid() local
2167 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); isLookupResultValid() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationkeys.h104 * Writes the sort key bytes for minLevel up to the iterator data's strength.
114 Collation::Level minLevel, LevelCallback &callback,
H A Dcollationkeys.cpp230 Collation::Level minLevel, LevelCallback &callback, in writeSortKeyUpToQuaternary()
240 // Minus the levels below minLevel. in writeSortKeyUpToQuaternary()
241 levels &= ~(((uint32_t)1 << minLevel) - 1); in writeSortKeyUpToQuaternary()
226 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) writeSortKeyUpToQuaternary() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.h104 * Writes the sort key bytes for minLevel up to the iterator data's strength.
114 Collation::Level minLevel, LevelCallback &callback,
H A Dcollationkeys.cpp230 Collation::Level minLevel, LevelCallback &callback, in writeSortKeyUpToQuaternary()
240 // Minus the levels below minLevel. in writeSortKeyUpToQuaternary()
241 levels &= ~(((uint32_t)1 << minLevel) - 1); in writeSortKeyUpToQuaternary()
226 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) writeSortKeyUpToQuaternary() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationkeys.h104 * Writes the sort key bytes for minLevel up to the iterator data's strength.
114 Collation::Level minLevel, LevelCallback &callback,
H A Dcollationkeys.cpp230 Collation::Level minLevel, LevelCallback &callback, in writeSortKeyUpToQuaternary()
240 // Minus the levels below minLevel. in writeSortKeyUpToQuaternary()
241 levels &= ~(((uint32_t)1 << minLevel) - 1); in writeSortKeyUpToQuaternary()
226 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) writeSortKeyUpToQuaternary() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java326 * Writes the sort key bytes for minLevel up to the iterator data's strength. Optionally writes
331 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
340 // Minus the levels below minLevel. in writeSortKeyUpToQuaternary()
341 levels &= ~((1 << minLevel) - 1); in writeSortKeyUpToQuaternary()
330 writeSortKeyUpToQuaternary(CollationIterator iter, boolean[] compressibleBytes, CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, boolean preflight) writeSortKeyUpToQuaternary() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationKeys.java336 * Writes the sort key bytes for minLevel up to the iterator data's strength. Optionally writes
341 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
350 // Minus the levels below minLevel. in writeSortKeyUpToQuaternary()
351 levels &= ~((1 << minLevel) - 1); in writeSortKeyUpToQuaternary()
340 writeSortKeyUpToQuaternary(CollationIterator iter, boolean[] compressibleBytes, CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, boolean preflight) writeSortKeyUpToQuaternary() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp438 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1); in makeSafeLods() local
442 maxLevel != minLevel) in makeSafeLods()
/third_party/mesa3d/src/mesa/main/
H A Dtexobj.c791 const GLint minLevel = baseLevel; in _mesa_test_texobj_completeness() local
796 if (minLevel > maxLevel) { in _mesa_test_texobj_completeness()
797 incomplete(t, MIPMAP, "minLevel > maxLevel"); in _mesa_test_texobj_completeness()
824 if (i >= minLevel && i <= maxLevel) { in _mesa_test_texobj_completeness()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp594 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1); in makeSafeLods() local
598 maxLevel != minLevel) in makeSafeLods()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 27 milliseconds