Home
last modified time | relevance | path

Searched refs:rangeCount (Results 1 – 25 of 65) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java115 for (int i = 0; i < rangeCount && ranges[i].length == minLength; ++i) { in allocWeights()
127 if(rangeCount < ranges.length) { in allocWeights()
128 ranges[rangeCount] = null; // force a crash when going out of bounds in allocWeights()
141 if(rangeIndex >= rangeCount) { in nextWeight()
444 rangeCount=0; in getWeightRanges()
447 rangeCount=1; in getWeightRanges()
452 ranges[rangeCount++]=upper[length]; in getWeightRanges()
455 ranges[rangeCount++]=lower[length]; in getWeightRanges()
458 return rangeCount>0; in getWeightRanges()
463 for(int i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java113 for (int i = 0; i < rangeCount && ranges[i].length == minLength; ++i) { in allocWeights()
125 if(rangeCount < ranges.length) { in allocWeights()
126 ranges[rangeCount] = null; // force a crash when going out of bounds in allocWeights()
139 if(rangeIndex >= rangeCount) { in nextWeight()
442 rangeCount=0; in getWeightRanges()
445 rangeCount=1; in getWeightRanges()
450 ranges[rangeCount++]=upper[length]; in getWeightRanges()
453 ranges[rangeCount++]=lower[length]; in getWeightRanges()
456 return rangeCount>0; in getWeightRanges()
461 for(int i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp99 : middleLength(0), rangeIndex(0), rangeCount(0) { in CollationWeights()
372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
380 uprv_memcpy(ranges+rangeCount, upper+length, sizeof(WeightRange)); in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
384 uprv_memcpy(ranges+rangeCount, lower+length, sizeof(WeightRange)); in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
394 for(int32_t i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
[all …]
Dcollationweights.h107 int32_t rangeCount; variable
/external/icu/icu4c/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp38 int32_t rangeCount = unsafeBackwardSet->getRangeCount(); in main() local
137 printf("static const int32_t unsafe_rangeCount = %d;\n", rangeCount); in main()
138 printf("static const UChar32 unsafe_ranges[%d] = { \n", rangeCount*2); in main()
139 for(int32_t i=0;i<rangeCount;i++) { in main()
/external/cldr/tools/java/org/unicode/cldr/tool/
DWritePluralRulesSpreadsheets.java203 …Count rangeCount = pluralRanges == null ? null : pluralRanges.get(Count.valueOf(start), Count.valu… in writeRanges() local
204 …String rangeCountPattern = rangeCount == null ? "<copy correct pattern>" : getSamplePattern(sample… in writeRanges()
208 + "\t" + (rangeCount == null ? "?" : rangeCount.toString()) in writeRanges()
/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp238 int32_t rangeCount, range; in TestAdditionalProperties() local
244 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties()
245 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
267 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties()
268 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp194 const deUint32 rangeCount,
264 const deUint32 rangeCount, in PushConstantGraphicsTestInstance() argument
269 , m_rangeCount (rangeCount) in PushConstantGraphicsTestInstance()
677 const deUint32 rangeCount,
689 const deUint32 rangeCount, in PushConstantGraphicsDisjointInstance() argument
693 …: PushConstantGraphicsTestInstance (context, rangeCount, pushConstantRange, multipleUpdate, indexT… in PushConstantGraphicsDisjointInstance()
800 const deUint32 rangeCount,
831 const deUint32 rangeCount, in PushConstantGraphicsOverlapTestInstance() argument
835 …: PushConstantGraphicsTestInstance (context, rangeCount, pushConstantRange, multipleUpdate, indexT… in PushConstantGraphicsOverlapTestInstance()
1016 const deUint32 rangeCount,
[all …]
/external/icu/libicu/cts_headers/
Dcollationweights.h107 int32_t rangeCount; variable
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp117 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
119 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
DVkCommandBuffer.cpp1568 uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in clearColorImage() argument
1572 for(uint32_t i = 0; i < rangeCount; i++) in clearColorImage()
1579 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in clearDepthStencilImage() argument
1583 for(uint32_t i = 0; i < rangeCount; i++) in clearDepthStencilImage()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_cmd_buffer.c1170 uint32_t rangeCount, in lvp_CmdClearColorImage() argument
1176 uint32_t cmd_size = rangeCount * sizeof(VkImageSubresourceRange); in lvp_CmdClearColorImage()
1185 cmd->u.clear_color_image.range_count = rangeCount; in lvp_CmdClearColorImage()
1187 for (unsigned i = 0; i < rangeCount; i++) in lvp_CmdClearColorImage()
1198 uint32_t rangeCount, in lvp_CmdClearDepthStencilImage() argument
1204 uint32_t cmd_size = rangeCount * sizeof(VkImageSubresourceRange); in lvp_CmdClearDepthStencilImage()
1213 cmd->u.clear_ds_image.range_count = rangeCount; in lvp_CmdClearDepthStencilImage()
1215 for (unsigned i = 0; i < rangeCount; i++) in lvp_CmdClearDepthStencilImage()
/external/icu/icu4c/source/common/
Duset.cpp277 int32_t rangeCount; in uset_getItem() local
282 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem()
287 itemIndex -= rangeCount; in uset_getItem()
Dunames.cpp1219 uint32_t rangeCount; in calcAlgNameSetsLengths() local
1224 rangeCount=*p; in calcAlgNameSetsLengths()
1226 while(rangeCount>0) { in calcAlgNameSetsLengths()
1271 --rangeCount; in calcAlgNameSetsLengths()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h535 uint32_t rangeCount,
541 uint32_t rangeCount,
1021 uint32_t rangeCount, in clearColorImage() argument
1024 ASSERT(rangeCount == 1); in clearColorImage()
1037 uint32_t rangeCount, in clearDepthStencilImage() argument
1040 ASSERT(rangeCount == 1); in clearDepthStencilImage()
Dvk_wrapper.h230 uint32_t rangeCount,
235 uint32_t rangeCount,
863 uint32_t rangeCount,
867 ASSERT(rangeCount == 1);
875 uint32_t rangeCount,
879 ASSERT(rangeCount == 1);
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c860 uint32_t rangeCount, in sqtt_CmdClearColorImage() argument
864 pColor, rangeCount, pRanges); in sqtt_CmdClearColorImage()
872 uint32_t rangeCount, in sqtt_CmdClearDepthStencilImage() argument
876 imageLayout, pDepthStencil, rangeCount, pRanges); in sqtt_CmdClearDepthStencilImage()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h215 …age(VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount,
218 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
Dvkrenderframework.cpp1857 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in ClearColorImage() argument
1858 vkCmdClearColorImage(handle(), image, imageLayout, pColor, rangeCount, pRanges); in ClearColorImage()
1862 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in ClearDepthStencilImage() argument
1863 vkCmdClearDepthStencilImage(handle(), image, imageLayout, pColor, rangeCount, pRanges); in ClearDepthStencilImage()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1036 const size_t rangeCount = (size_t)rng.getInt(1, 10); in randomFlush() local
1037 vector<VkMappedMemoryRange> ranges (rangeCount); in randomFlush()
1039 …randomRanges(rng, ranges, rangeCount, *m_memory, m_mapping->getRange().offset, m_mapping->getRange… in randomFlush()
1049 const size_t rangeCount = (size_t)rng.getInt(1, 10); in randomInvalidate() local
1050 vector<VkMappedMemoryRange> ranges (rangeCount); in randomInvalidate()
1052 …randomRanges(rng, ranges, rangeCount, *m_memory, m_mapping->getRange().offset, m_mapping->getRange… in randomInvalidate()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1708 … const VkClearColorValue *pColor, uint32_t rangeCount, in PreCallValidateCmdClearColorImage() argument
1725 for (uint32_t i = 0; i < rangeCount; ++i) { in PreCallValidateCmdClearColorImage()
1737 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in PreCallRecordCmdClearColorImage() argument
1746 … const VkClearColorValue *pColor, uint32_t rangeCount, in PreCallRecordCmdClearColorImage() argument
1748 …r::PreCallRecordCmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in PreCallRecordCmdClearColorImage()
1753 for (uint32_t i = 0; i < rangeCount; ++i) { in PreCallRecordCmdClearColorImage()
1760 … const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in PreCallValidateCmdClearDepthStencilImage() argument
1779 for (uint32_t i = 0; i < rangeCount; ++i) { in PreCallValidateCmdClearDepthStencilImage()
1812 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in PreCallRecordCmdClearDepthStencilImage() argument
1821 … const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in PreCallRecordCmdClearDepthStencilImage() argument
[all …]
Dcore_validation.h650 const VkClearColorValue* pColor, uint32_t rangeCount,
653 … const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount,
1360 const VkClearColorValue* pColor, uint32_t rangeCount,
1364 const VkClearColorValue* pColor, uint32_t rangeCount,
1368 … const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount,
1372 … const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount,
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c2338 uint32_t rangeCount, in radv_CmdClearColorImage() argument
2359 rangeCount, pRanges, cs); in radv_CmdClearColorImage()
2369 uint32_t rangeCount, in radv_CmdClearDepthStencilImage() argument
2382 rangeCount, pRanges, false); in radv_CmdClearDepthStencilImage()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c1181 uint32_t rangeCount, in anv_CmdClearColorImage() argument
1193 for (unsigned r = 0; r < rangeCount; r++) { in anv_CmdClearColorImage()
1243 uint32_t rangeCount, in anv_CmdClearDepthStencilImage() argument
1277 for (unsigned r = 0; r < rangeCount; r++) { in anv_CmdClearDepthStencilImage()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1518 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1519 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1520 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1521 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1522 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1523 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1524 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
1525 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSu…
1526 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSu…
1527 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSu…
[all …]

123