• Home
  • Raw
  • Download

Lines Matching refs:valueBits

111                 const UTrie2 *trie, UTrie2ValueBits valueBits,  in testTrieGetters()  argument
132 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
143 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
153 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
180 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
193 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
228 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
248 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
270 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() argument
307 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF16()
332 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF16()
350 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF8() argument
430 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF8()
460 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF8()
486 UTrie2 *trie, UTrie2ValueBits valueBits, in testFrozenTrie() argument
497 testTrieGetters(testName, trie, valueBits, checkRanges, countCheckRanges); in testFrozenTrie()
499 testTrieUTF16(testName, trie, valueBits, checkRanges, countCheckRanges); in testFrozenTrie()
500 testTrieUTF8(testName, trie, valueBits, checkRanges, countCheckRanges); in testFrozenTrie()
543 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() argument
573 utrie2_freeze(trie, valueBits, &errorCode); in testTrieSerialize()
579 … otherValueBits= valueBits==UTRIE2_16_VALUE_BITS ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS; in testTrieSerialize()
622 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges); in testTrieSerialize()
673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
678 if((valueBits==UTRIE2_16_VALUE_BITS)!=(trie->data32==NULL)) { in testTrieSerialize()
690 utrie2_freeze(trie, valueBits, &errorCode); in testTrieSerialize()
718 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges); in testTrieSerialize()
1100 dummyTest(UTrie2ValueBits valueBits) { in dummyTest() argument
1114 if(valueBits==UTRIE2_16_VALUE_BITS) { in dummyTest()
1127 trie=utrie2_openDummy(valueBits, initialValue, errorValue, &errorCode); in dummyTest()
1129 log_err("utrie2_openDummy(valueBits=%d) failed - %s\n", valueBits, u_errorName(errorCode)); in dummyTest()
1133 testFrozenTrie(testName, trie, valueBits, checkRanges, UPRV_LENGTHOF(checkRanges)); in dummyTest()