Home
last modified time | relevance | path

Searched refs:tokenCount (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp195 static uint32_t tokenCount; variable
531 tokenCount=i; in compress()
538 tokenCount=256-letterCount; in compress()
539 for(i=tokenCount; i<wordCount; ++i) { in compress()
545 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word), in compress()
554 tokenCount=wordCount+letterCount+(LEADBYTE_LIMIT-1); in compress()
560 tokenCount+=(tokenCount-256+254)/255; in compress()
562 leadByteCount=(int16_t)(tokenCount>>8); in compress()
565 tokenCount-=(LEADBYTE_LIMIT-1)-leadByteCount; in compress()
569 tokenCount=LEADBYTE_LIMIT*256; in compress()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dunames.cpp242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local
251 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName()
276 if(c>=tokenCount) { in expandName()
300 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName()
335 uint16_t token, tokenCount=*tokens++; in compareName() local
345 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName()
370 if(c>=tokenCount) { in compareName()
398 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName()
1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t … in calcNameSetLength() argument
1305 if(c>=tokenCount) { in calcNameSetLength()
[all …]
/third_party/icu/icu4c/source/common/
Dunames.cpp242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local
251 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName()
276 if(c>=tokenCount) { in expandName()
300 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName()
335 uint16_t token, tokenCount=*tokens++; in compareName() local
345 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName()
370 if(c>=tokenCount) { in compareName()
398 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName()
1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t … in calcNameSetLength() argument
1305 if(c>=tokenCount) { in calcNameSetLength()
[all …]
/third_party/node/deps/icu-small/source/common/
Dunames.cpp242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local
251 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName()
276 if(c>=tokenCount) { in expandName()
300 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName()
335 uint16_t token, tokenCount=*tokens++; in compareName() local
345 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName()
370 if(c>=tokenCount) { in compareName()
398 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName()
1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t … in calcNameSetLength() argument
1305 if(c>=tokenCount) { in calcNameSetLength()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DStringTokenizerTest.java482 int tokenCount = 0; in TestBug4423() local
493 tokenCount++; in TestBug4423()
495 if (tokenCount != 4) { in TestBug4423()
496 errln("Incorrect number of tokens found = " + tokenCount); in TestBug4423()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java479 int tokenCount = 0; in TestBug4423() local
490 tokenCount++; in TestBug4423()
492 if (tokenCount != 4) { in TestBug4423()
493 errln("Incorrect number of tokens found = " + tokenCount); in TestBug4423()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/
Dindirectcommands.txt61 * pname:tokenCount is the length of the individual command sequence.
98 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-tokenCount-02931]]
99 pname:tokenCount must: be greater than `0` and less than or equal to
374 for (t = 0; t < indirectCommandsLayout.tokenCount; t++)
537 for (uint32_t t = 0; t < indirectCommandsLayout.tokenCount; t++){
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1180 int tokenCount = size(*token); in parse() local
1182 instruction[i] = new Instruction(token, tokenCount, majorVersion); in parse()
1184 token += 1 + tokenCount; in parse()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device_generated_commands.c1012 sizeof(*layout) + pCreateInfo->tokenCount * sizeof(VkIndirectCommandsLayoutTokenNV); in radv_CreateIndirectCommandsLayoutNV()
1023 layout->token_count = pCreateInfo->tokenCount; in radv_CreateIndirectCommandsLayoutNV()
1024 typed_memcpy(layout->tokens, pCreateInfo->pTokens, pCreateInfo->tokenCount); in radv_CreateIndirectCommandsLayoutNV()
1029 for (unsigned i = 0; i < pCreateInfo->tokenCount; ++i) { in radv_CreateIndirectCommandsLayoutNV()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5051 uint32_t tokenCount; member
DvkVulkan_c.inl13159 deUint32 tokenCount; member
DvkStrUtilImpl.inl11310 s << "\ttokenCount = " << value.tokenCount << '\n';
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp34207 , tokenCount( tokenCount_ )
34229 , tokenCount( static_cast<uint32_t>( tokens_.size() ) )
34270 tokenCount = tokenCount_; in setTokenCount()
34286 tokenCount = static_cast<uint32_t>( tokens_.size() ); in setTokens()
34331 ( pipelineBindPoint == rhs.pipelineBindPoint ) && ( tokenCount == rhs.tokenCount ) && in operator ==()
34347 uint32_t tokenCount = {}; member
Dvulkan_core.h12037 uint32_t tokenCount; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp44236 , tokenCount( tokenCount_ )
44260 , tokenCount( static_cast<uint32_t>( tokens_.size() ) )
44299 tokenCount = tokenCount_; in setTokenCount()
44314 tokenCount = static_cast<uint32_t>( tokens_.size() ); in setTokens()
44368 …return std::tie( sType, pNext, flags, pipelineBindPoint, tokenCount, pTokens, streamCount, pStream… in reflect()
44381 …( tokenCount == rhs.tokenCount ) && ( pTokens == rhs.pTokens ) && ( streamCount == rhs.streamCount… in operator ==()
44396 uint32_t tokenCount = {}; member
Dvulkan_core.h13805 uint32_t tokenCount; member
Dvulkan_hash.hpp5859 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.tokenCount ); in operator ()()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11578 uint32_t tokenCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12197 uint32_t tokenCount; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h12205 uint32_t tokenCount; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13087 uint32_t tokenCount; member