Home
last modified time | relevance | path

Searched refs:wordCount (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
[all …]
/third_party/icu/icu4c/source/common/
Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
[all …]
/third_party/node/deps/icu-small/source/common/
Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Dc_interface_test.cpp46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
81 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
161 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
165 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
203 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
252 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
257 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
[all …]
Dopcode_split_test.cpp22 uint16_t wordCount = 0; in TEST() local
24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
25 ASSERT_EQ(42, wordCount); in TEST()
Dopcode_make_test.cpp33 for (auto wordCount : kSampleWordCounts) { in TEST() local
37 word |= uint32_t(wordCount) << 16; in TEST()
38 EXPECT_EQ(word, spvOpcodeMake(wordCount, SpvOp(opcode))); in TEST()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dc_interface_test.cpp40 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
46 binary->wordCount, 0, &text, nullptr)); in TEST()
75 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
79 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
96 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
154 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
158 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
192 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
239 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
244 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
[all …]
Dopcode_split_test.cpp21 uint16_t wordCount = 0; in TEST() local
23 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
24 ASSERT_EQ(42, wordCount); in TEST()
Dopcode_make_test.cpp32 for (auto wordCount : kSampleWordCounts) { in TEST() local
36 word |= uint32_t(wordCount) << 16; in TEST()
37 EXPECT_EQ(word, spvOpcodeMake(wordCount, SpvOp(opcode))); in TEST()
Dbinary_header_get_test.cpp33 binary.wordCount = 6; in SetUp()
36 return spv_const_binary_t{binary.code, binary.wordCount}; in get_const_binary()
75 binary.wordCount = i; in TEST_F()
Dext_inst.glsl_test.cpp83 EXPECT_NE(binary->code + binary->wordCount, in TEST_P()
84 std::search(binary->code, binary->code + binary->wordCount, in TEST_P()
92 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
/third_party/spirv-tools/test/
Dc_interface_test.cpp46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
81 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
161 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
165 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
203 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
252 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
257 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
[all …]
Dopcode_split_test.cpp22 uint16_t wordCount = 0; in TEST() local
24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
25 ASSERT_EQ(42, wordCount); in TEST()
Dopcode_make_test.cpp33 for (auto wordCount : kSampleWordCounts) { in TEST() local
37 word |= uint32_t(wordCount) << 16; in TEST()
38 EXPECT_EQ(word, spvOpcodeMake(wordCount, SpvOp(opcode))); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dc_interface_test.cpp46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
81 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
161 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
165 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
203 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
252 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST()
257 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
[all …]
Dopcode_split_test.cpp22 uint16_t wordCount = 0; in TEST() local
24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
25 ASSERT_EQ(42, wordCount); in TEST()
Dopcode_make_test.cpp33 for (auto wordCount : kSampleWordCounts) { in TEST() local
37 word |= uint32_t(wordCount) << 16; in TEST()
38 EXPECT_EQ(word, spvOpcodeMake(wordCount, SpvOp(opcode))); in TEST()
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp188 static uint32_t lineCount=0, wordCount=0; variable
497 uprv_sortArray(words, wordCount, sizeof(Word), in compress()
501 while(wordCount>0 && words[wordCount-1].weight<1) { in compress()
502 --wordCount; in compress()
517 if(wordCount+letterCount<=256) { in compress()
520 for(i=0, wordNumber=0; wordNumber<(int16_t)wordCount; ++i) { in compress()
539 for(i=tokenCount; i<wordCount; ++i) { in compress()
545 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word), in compress()
549 while(wordCount>0 && words[wordCount-1].weight<1) { in compress()
550 --wordCount; in compress()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dthcoll.cpp100 int32_t wordCount = 0; in TestNamesList() local
104 ++wordCount; in TestNamesList()
105 if (wordCount <= 8) { in TestNamesList()
107 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList()
119 logln((UnicodeString)"Words checked: " + wordCount); in TestNamesList()
147 int32_t wordCount = 0; in TestDictionary() local
151 ++wordCount; in TestDictionary()
152 if (wordCount <= 8) { in TestDictionary()
154 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary()
199 logln((UnicodeString)"Words checked: " + wordCount); in TestDictionary()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() argument
68 return ((uint32_t)opcode) | (((uint32_t)wordCount) << 16); in spvOpcodeMake()
157 const uint16_t wordCount, const spv_endianness_t endian, in spvInstructionCopy() argument
160 pInst->words.resize(wordCount); in spvInstructionCopy()
161 for (uint16_t wordIndex = 0; wordIndex < wordCount; ++wordIndex) { in spvInstructionCopy()
168 wordCount == thisWordCount && "Endianness failed!"); in spvInstructionCopy()
Dvalidate.cpp233 return spvValidateBinary(context, binary->code, binary->wordCount, in spvValidate()
321 instructions.reserve(binary->wordCount / 2); in ValidateBinaryUsingContextAndValidationState()
323 while (index < binary->wordCount) { in ValidateBinaryUsingContextAndValidationState()
324 uint16_t wordCount; in ValidateBinaryUsingContextAndValidationState() local
326 spvOpcodeSplit(spvFixWord(binary->code[index], endian), &wordCount, in ValidateBinaryUsingContextAndValidationState()
330 wordCount, endian, &inst); in ValidateBinaryUsingContextAndValidationState()
332 index += wordCount; in ValidateBinaryUsingContextAndValidationState()
378 hijack_context, binary->code, binary->wordCount, pDiagnostic, &vstate); in spvValidateWithOptions()
/third_party/glslang/SPIRV/
DSPVRemapper.cpp518 const unsigned wordCount = asWordCount(instructionStart); in processInstruction() local
519 const int nextInst = word++ + wordCount; in processInstruction()
528 unsigned numOperands = wordCount - 1; in processInstruction()
928 const int wordCount = asWordCount(start); in optLoadStore() local
957 if (wordCount > 4 && (spv[start+4] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
985 if (wordCount > 3 && (spv[start+3] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
1129 const int wordCount = asWordCount(start); in dceVars() local
1130 for (int i = 4; i < wordCount; i++) { in dceVars()
1221 const int wordCount = asWordCount(typeStart); in matchType() local
1225 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationThaiTest.java140 int wordCount = 0; in TestDictionary() local
162 ++wordCount; in TestDictionary()
163 if (wordCount <= 8) { in TestDictionary()
164 logln("Word " + wordCount + ": " + word); in TestDictionary()
214 logln("Words checked: " + wordCount); in TestDictionary()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThaiTest.java137 int wordCount = 0; in TestDictionary() local
159 ++wordCount; in TestDictionary()
160 if (wordCount <= 8) { in TestDictionary()
161 logln("Word " + wordCount + ": " + word); in TestDictionary()
211 logln("Words checked: " + wordCount); in TestDictionary()

123456