Home
last modified time | relevance | path

Searched refs:tokenCount (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp37 * uint16_t tokenCount;
38 * uint16_t tokenTable[tokenCount];
44 * if(c>=tokenCount) write that character c directly
195 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 in compress()
[all...]
/third_party/icu/icu4c/source/common/
H A 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 *tokenLengths, in calcNameSetLength() argument
1305 if(c>=tokenCount) { in calcNameSetLength()
1346 uint16_t tokenCount=*tokens++; calcGroupNameSetsLengths() local
1773 makeTokenMap(const UDataSwapper *ds, int16_t tokens[], uint16_t tokenCount, uint8_t map[256], UErrorCode *pErrorCode) makeTokenMap() argument
1906 uint16_t tokenCount; uchar_swapNames() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A 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 *tokenLengths, in calcNameSetLength() argument
1305 if(c>=tokenCount) { in calcNameSetLength()
1346 uint16_t tokenCount=*tokens++; calcGroupNameSetsLengths() local
1773 makeTokenMap(const UDataSwapper *ds, int16_t tokens[], uint16_t tokenCount, uint8_t map[256], UErrorCode *pErrorCode) makeTokenMap() argument
1906 uint16_t tokenCount; uchar_swapNames() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A 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 *tokenLengths, in calcNameSetLength() argument
1305 if(c>=tokenCount) { in calcNameSetLength()
1346 uint16_t tokenCount=*tokens++; calcGroupNameSetsLengths() local
1773 makeTokenMap(const UDataSwapper *ds, int16_t tokens[], uint16_t tokenCount, uint8_t map[256], UErrorCode *pErrorCode) makeTokenMap() argument
1906 uint16_t tokenCount; uchar_swapNames() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DStringTokenizerTest.java482 int tokenCount = 0; in TestBug4423()
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/
H A DStringTokenizerTest.java479 int tokenCount = 0; in TestBug4423()
490 tokenCount++; in TestBug4423()
492 if (tokenCount != 4) { in TestBug4423()
493 errln("Incorrect number of tokens found = " + tokenCount); in TestBug4423()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A 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/
H A 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/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp34347 uint32_t tokenCount = {}; global() member
[all...]
H A Dvulkan_core.h12037 uint32_t tokenCount; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h11578 uint32_t tokenCount; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h13087 uint32_t tokenCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h12197 uint32_t tokenCount; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp49051 uint32_t tokenCount = {}; global() member
[all...]
H A Dvulkan_core.h15240 uint32_t tokenCount; member
H A Dvulkan_hash.hpp6412 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.tokenCount );

Completed in 344 milliseconds