• Home
  • Raw
  • Download

Lines Matching refs:valueBits

109                 const UTrie2 *trie, UTrie2ValueBits valueBits,  in testTrieGetters()  argument
130 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
141 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
151 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
178 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
191 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
226 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
246 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters()
268 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() argument
305 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF16()
330 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF16()
348 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF8() argument
428 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF8()
458 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF8()
484 UTrie2 *trie, UTrie2ValueBits valueBits, in testFrozenTrie() argument
495 testTrieGetters(testName, trie, valueBits, checkRanges, countCheckRanges); in testFrozenTrie()
497 testTrieUTF16(testName, trie, valueBits, checkRanges, countCheckRanges); in testFrozenTrie()
498 testTrieUTF8(testName, trie, valueBits, checkRanges, countCheckRanges); in testFrozenTrie()
541 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() argument
571 utrie2_freeze(trie, valueBits, &errorCode); in testTrieSerialize()
577 … otherValueBits= valueBits==UTRIE2_16_VALUE_BITS ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS; in testTrieSerialize()
620 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges); in testTrieSerialize()
671 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
676 if((valueBits==UTRIE2_16_VALUE_BITS)!=(trie->data32==NULL)) { in testTrieSerialize()
688 utrie2_freeze(trie, valueBits, &errorCode); in testTrieSerialize()
716 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges); in testTrieSerialize()
1098 dummyTest(UTrie2ValueBits valueBits) { in dummyTest() argument
1112 if(valueBits==UTRIE2_16_VALUE_BITS) { in dummyTest()
1125 trie=utrie2_openDummy(valueBits, initialValue, errorValue, &errorCode); in dummyTest()
1127 log_err("utrie2_openDummy(valueBits=%d) failed - %s\n", valueBits, u_errorName(errorCode)); in dummyTest()
1131 testFrozenTrie(testName, trie, valueBits, checkRanges, UPRV_LENGTHOF(checkRanges)); in dummyTest()