/third_party/icu/icu4c/source/i18n/ |
H A D | collationweights.cpp | 99 : 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 in allocWeightsInShortRanges() [all...] |
H A D | collationweights.h | 107 int32_t rangeCount; member in CollationWeights
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationweights.cpp | 99 : 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 in allocWeightsInShortRanges() [all...] |
H A D | collationweights.h | 107 int32_t rangeCount; member in CollationWeights
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationweights.cpp | 99 : 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 in allocWeightsInShortRanges() [all...] |
H A D | collationweights.h | 107 int32_t rangeCount; member in CollationWeights
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationWeights.java | 113 for (int i = 0; i < rangeCount && ranges[i].length == minLength; ++i) { in allocWeights() 119 for(int i=0; i<rangeCount; ++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> in getWeightRanges() 558 private int rangeCount; global() field in CollationWeights [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationWeights.java | 115 for (int i = 0; i < rangeCount && ranges[i].length == minLength; ++i) { in allocWeights() 121 for(int i=0; i<rangeCount; ++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> in getWeightRanges() 560 private int rangeCount; global() field in CollationWeights [all...] |
/third_party/icu/icu4c/source/tools/gencolusb/ |
H A D | extract_unsafe_backwards.cpp | 38 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()
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
H A D | extract_unsafe_backwards.cpp | 38 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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.h | 71 uint32_t rangeCount, 76 uint32_t rangeCount, 278 uint32_t rangeCount, in clearColorImage() 282 CommandBuffer::clearColorImage(image, imageLayout, color, rangeCount, ranges); in clearColorImage() 289 uint32_t rangeCount, in clearDepthStencilImage() 293 CommandBuffer::clearDepthStencilImage(image, imageLayout, depthStencil, rangeCount, ranges); in clearDepthStencilImage() 274 clearColorImage( const Image &image, VkImageLayout imageLayout, const VkClearColorValue &color, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearColorImage() argument 285 clearDepthStencilImage( const Image &image, VkImageLayout imageLayout, const VkClearDepthStencilValue &depthStencil, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearDepthStencilImage() argument
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_blit.c | 87 uint32_t rangeCount, in pvr_CmdClearColorImage() 97 uint32_t rangeCount, in pvr_CmdClearDepthStencilImage() 83 pvr_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) pvr_CmdClearColorImage() argument 93 pvr_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) pvr_CmdClearDepthStencilImage() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | PipelineLayoutD3D12.cpp | 105 auto rangeCount = descriptorRanges.size(); in Initialize() 106 if (rangeCount == 0) { in Initialize() 113 rootParameter.DescriptorTable.NumDescriptorRanges = rangeCount; in Initialize()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_lrz.h | 55 uint32_t rangeCount,
|
H A D | tu_lrz.c | 517 uint32_t rangeCount, in tu_lrz_clear_depth_image() 520 if (!rangeCount || !image->lrz_height || in tu_lrz_clear_depth_image() 528 for (unsigned i = 0; i < rangeCount; i++) { in tu_lrz_clear_depth_image() 514 tu_lrz_clear_depth_image(struct tu_cmd_buffer *cmd, struct tu_image *image, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) tu_lrz_clear_depth_image() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_clear.c | 388 uint32_t rangeCount, in CmdClearColorImage() 396 for (unsigned i = 0; i < rangeCount; i++) in CmdClearColorImage() 464 uint32_t rangeCount, in CmdClearDepthStencilImage() 472 for (unsigned i = 0; i < rangeCount; i++) in CmdClearDepthStencilImage() 384 CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) CmdClearColorImage() argument 460 CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) CmdClearDepthStencilImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 205 const deUint32 rangeCount, 278 const deUint32 rangeCount, in PushConstantGraphicsTestInstance() 284 , m_rangeCount (rangeCount) in PushConstantGraphicsTestInstance() 707 const deUint32 rangeCount, 719 const deUint32 rangeCount, in PushConstantGraphicsDisjointInstance() 723 : PushConstantGraphicsTestInstance (context, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType) in PushConstantGraphicsDisjointInstance() 831 const deUint32 rangeCount, 863 const deUint32 rangeCount, in PushConstantGraphicsOverlapTestInstance() 867 : PushConstantGraphicsTestInstance (context, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType) in PushConstantGraphicsOverlapTestInstance() 1048 const deUint32 rangeCount, 276 PushConstantGraphicsTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsTestInstance() argument 717 PushConstantGraphicsDisjointInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsDisjointInstance() argument 861 PushConstantGraphicsOverlapTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsOverlapTestInstance() argument 1068 PushConstantGraphicsTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsTest() argument 1135 PushConstantGraphicsDisjointTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsDisjointTest() argument 1478 PushConstantGraphicsOverlapTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT]) PushConstantGraphicsOverlapTest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 203 const deUint32 rangeCount, 276 const deUint32 rangeCount, in PushConstantGraphicsTestInstance() 282 , m_rangeCount (rangeCount) in PushConstantGraphicsTestInstance() 705 const deUint32 rangeCount, 717 const deUint32 rangeCount, in PushConstantGraphicsDisjointInstance() 721 : PushConstantGraphicsTestInstance (context, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType) in PushConstantGraphicsDisjointInstance() 829 const deUint32 rangeCount, 861 const deUint32 rangeCount, in PushConstantGraphicsOverlapTestInstance() 865 : PushConstantGraphicsTestInstance (context, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType) in PushConstantGraphicsOverlapTestInstance() 1047 const deUint32 rangeCount, 274 PushConstantGraphicsTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsTestInstance() argument 715 PushConstantGraphicsDisjointInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsDisjointInstance() argument 859 PushConstantGraphicsOverlapTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsOverlapTestInstance() argument 1067 PushConstantGraphicsTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsTest() argument 1136 PushConstantGraphicsDisjointTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsDisjointTest() argument 1481 PushConstantGraphicsOverlapTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT]) PushConstantGraphicsOverlapTest() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ucdtest.cpp | 239 int32_t rangeCount, range; in TestAdditionalProperties() local 245 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties() 246 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties() 268 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties() 269 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 113 uint32_t rangeCount, const VkImageSubresourceRange *pRanges); 115 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
|
/third_party/icu/icu4c/source/common/ |
H A D | uset.cpp | 322 int32_t rangeCount; in uset_getItem() local 327 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem() 332 itemIndex -= rangeCount; in uset_getItem()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uset.cpp | 322 int32_t rangeCount; in uset_getItem() local 327 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem() 332 itemIndex -= rangeCount; in uset_getItem()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uset.cpp | 312 int32_t rangeCount; in uset_getItem() local 317 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem() 322 itemIndex -= rangeCount; in uset_getItem()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 536 const VkClearColorValue *pColor, uint32_t rangeCount, in sqtt_CmdClearColorImage() 539 EVENT_MARKER(ClearColorImage, commandBuffer, image_h, imageLayout, pColor, rangeCount, pRanges); in sqtt_CmdClearColorImage() 545 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in sqtt_CmdClearDepthStencilImage() 549 rangeCount, pRanges); in sqtt_CmdClearDepthStencilImage() 535 sqtt_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) sqtt_CmdClearColorImage() argument 543 sqtt_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) sqtt_CmdClearDepthStencilImage() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 153 uint32_t rangeCount, in v3dv_CmdClearColorImage() 165 for (uint32_t i = 0; i < rangeCount; i++) { in v3dv_CmdClearColorImage() 179 uint32_t rangeCount, in v3dv_CmdClearDepthStencilImage() 191 for (uint32_t i = 0; i < rangeCount; i++) { in v3dv_CmdClearDepthStencilImage() 149 v3dv_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) v3dv_CmdClearColorImage() argument 175 v3dv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) v3dv_CmdClearDepthStencilImage() argument
|