Home | History | Annotate | Download | only in cintltst

Lines Matching refs:valueBits

109                 const UTrie2 *trie, UTrie2ValueBits valueBits,
130 if(valueBits==UTRIE2_16_VALUE_BITS) {
141 if(valueBits==UTRIE2_16_VALUE_BITS) {
151 if(valueBits==UTRIE2_16_VALUE_BITS) {
178 if(valueBits==UTRIE2_16_VALUE_BITS) {
191 if(valueBits==UTRIE2_16_VALUE_BITS) {
226 if(valueBits==UTRIE2_16_VALUE_BITS) {
246 if(valueBits==UTRIE2_16_VALUE_BITS) {
268 const UTrie2 *trie, UTrie2ValueBits valueBits,
305 if(valueBits==UTRIE2_16_VALUE_BITS) {
330 if(valueBits==UTRIE2_16_VALUE_BITS) {
348 const UTrie2 *trie, UTrie2ValueBits valueBits,
428 if(valueBits==UTRIE2_16_VALUE_BITS) {
458 if(valueBits==UTRIE2_16_VALUE_BITS) {
484 UTrie2 *trie, UTrie2ValueBits valueBits,
495 testTrieGetters(testName, trie, valueBits, checkRanges, countCheckRanges);
497 testTrieUTF16(testName, trie, valueBits, checkRanges, countCheckRanges);
498 testTrieUTF8(testName, trie, valueBits, checkRanges, countCheckRanges);
534 /* The valueBits are ignored for an unfrozen trie. */
541 UTrie2 *trie, UTrie2ValueBits valueBits,
571 utrie2_freeze(trie, valueBits, &errorCode);
577 otherValueBits= valueBits==UTRIE2_16_VALUE_BITS ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS;
580 log_err("error: utrie2_freeze(already-frozen with other valueBits %s) "
620 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges);
671 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode);
676 if((valueBits==UTRIE2_16_VALUE_BITS)!=(trie->data32==NULL)) {
688 utrie2_freeze(trie, valueBits, &errorCode);
696 log_err("error: utrie2_freeze(unserialized with other valueBits %s) "
716 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges);
758 * Test with both valueBits serializations,
1098 dummyTest(UTrie2ValueBits valueBits) {
1112 if(valueBits==UTRIE2_16_VALUE_BITS) {
1125 trie=utrie2_openDummy(valueBits, initialValue, errorValue, &errorCode);
1127 log_err("utrie2_openDummy(valueBits=%d) failed - %s\n", valueBits, u_errorName(errorCode));
1131 testFrozenTrie(testName, trie, valueBits, checkRanges, UPRV_LENGTHOF(checkRanges));