Lines Matching refs:resultAtState
948 UStringTrieResult resultAtState=trie.current();951 if(USTRINGTRIE_HAS_VALUE(resultAtState)) {958 if( resultAtState!=trie.resetToState(state).current() ||959 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue())