Lines Matching full:getvalue
309 trie->getValue()!=2000000000
317 trie->getValue()!=44444
330 trie->getValue()!=99999
357 int32_t getValue() const { return value; }
375 builder_->add(gen.getString(), gen.getValue(), errorCode);
394 int32_t value=gen.getValue();
404 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) {
406 "next()!=current() or getValue() wrong "
486 if(trie->next(u_n)!=USTRINGTRIE_INTERMEDIATE_VALUE || 6!=trie->getValue()) {
489 // hasUniqueValue() after getValue()
521 // getNextUChars() after getValue()
522 trie->getValue(); // next() had returned USTRINGTRIE_INTERMEDIATE_VALUE.
526 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
830 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
834 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
844 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
848 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
870 } else if(trie.getValue()!=data[i].value) {
873 (long)trie.getValue(), (long)trie.getValue(),
875 } else if(result!=trie.current() || trie.getValue()!=data[i].value) {
876 errln("trie value for %s changes when repeating current()/getValue()", data[i].s);
887 trie.getValue();
889 errln("trie.getValue().current()!=USTRINGTRIE_INTERMEDIATE_VALUE before end of %s (at index %d)", data[i].s, j);
907 trie.getValue();
909 errln("trie.current() != current()+getValue()+current() after end of %s",
954 valueAtState=trie.getValue();
961 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue())
963 errln("trie.next(part of %s) changes current()/getValue() after "
980 } else if(trie.getValue()!=data[i].value) {
983 (long)trie.getValue(), (long)trie.getValue(),
1044 if(iter.getValue()!=data[i].value) {
1045 errln("trie iterator next().getValue()=%ld=0x%lx but expected %ld=0x%lx for item %d: %s",
1046 (long)iter.getValue(), (long)iter.getValue(),