Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java127 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()
472 rangeCount = i + 1; in allocWeightsInShortRanges()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java125 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()
470 rangeCount = i + 1; 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/icu/icu4c/source/test/intltest/
Ducdtest.cpp226 int32_t rangeCount, range; in TestAdditionalProperties() local
232 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties()
233 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
255 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties()
256 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp114 const deUint32 rangeCount,
134 const deUint32 rangeCount,
198 const deUint32 rangeCount, in PushConstantGraphicsTest() argument
203 , m_rangeCount (rangeCount) in PushConstantGraphicsTest()
592 const deUint32 rangeCount, in PushConstantGraphicsTestInstance() argument
599 , m_rangeCount (rangeCount) in PushConstantGraphicsTestInstance()
/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()
Duniset.cpp595 int32_t rangeCount=getRangeCount(); in matchesIndexValue() local
596 for (i=0; i<rangeCount; ++i) { in matchesIndexValue()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp763 const size_t rangeCount = (size_t)rng.getInt(1, 10); in randomFlush() local
764 vector<VkMappedMemoryRange> ranges (rangeCount); in randomFlush()
766 …randomRanges(rng, ranges, rangeCount, *m_memory, m_mapping->getRange().offset, m_mapping->getRange… in randomFlush()
776 const size_t rangeCount = (size_t)rng.getInt(1, 10); in randomInvalidate() local
777 vector<VkMappedMemoryRange> ranges (rangeCount); in randomInvalidate()
779 …randomRanges(rng, ranges, rangeCount, *m_memory, m_mapping->getRange().offset, m_mapping->getRange… in randomInvalidate()
/external/vulkan-validation-layers/layers/
Dimage.cpp616 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in CmdClearColorImage() argument
628 for (uint32_t i = 0; i < rangeCount; i++) { in CmdClearColorImage()
658 …dispatch_table->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in CmdClearColorImage()
664 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in CmdClearDepthStencilImage() argument
669 for (uint32_t i = 0; i < rangeCount; i++) { in CmdClearDepthStencilImage()
688 …atch_table->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, in CmdClearDepthStencilImage()
Dparameter_validation.cpp4404 const VkClearColorValue *pColor, uint32_t rangeCount, in CmdClearColorImage() argument
4410 …dation_vkCmdClearColorImage(my_data->report_data, image, imageLayout, pColor, rangeCount, pRanges); in CmdClearColorImage()
4414 ->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in CmdClearColorImage()
4419 … const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in CmdClearDepthStencilImage() argument
4426 rangeCount, pRanges); in CmdClearDepthStencilImage()
4430 …->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in CmdClearDepthStencilImage()
Dobject_tracker.cpp2221 const VkClearColorValue *pColor, uint32_t rangeCount, in CmdClearColorImage() argument
2234 ->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in CmdClearColorImage()
2238 … const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in CmdClearDepthStencilImage() argument
2251 …->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in CmdClearDepthStencilImage()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl515 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSu… argument
517 m_vk.cmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges);
520 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSu… argument
522 …m_vk.cmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRang…
DvkConcreteDeviceInterface.inl106 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSu…
107 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSu…
DvkVirtualDeviceInterface.inl106 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSu…
107 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSu…
DvkNullDriverImpl.inl836 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSu… argument
842 DE_UNREF(rangeCount);
846 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSu… argument
852 DE_UNREF(rangeCount);
DvkFunctionPointerTypes.inl123 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSu…
124 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSu…
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp857 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu… in vkCmdClearColorImage() argument
859 …commandBuffer)->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
862 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSu… in vkCmdClearDepthStencilImage() argument
864 …->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
/external/vulkan-validation-layers/loader/
Dtrampoline.c2066 uint32_t rangeCount, argument
2073 rangeCount, pRanges);
2080 uint32_t rangeCount, argument
2087 pDepthStencil, rangeCount, pRanges);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp473 …void setPushConstantRanges (const deUint32 rangeCount, const vk::VkPushConstantRange* …
DvktShaderRender.cpp2084 void ShaderRenderCaseInstance::setPushConstantRanges (const deUint32 rangeCount, const vk::VkPushCo… in setPushConstantRanges() argument
2087 for (deUint32 i = 0; i < rangeCount; ++i) in setPushConstantRanges()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2372 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
2373 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSu…
3069 uint32_t rangeCount,
3077 uint32_t rangeCount,
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2406 …, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSu…
2407 …t imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSu…
3103 uint32_t rangeCount,
3111 uint32_t rangeCount,

12