OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USTRINGTRIE_HAS_VALUE
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/unicode/
ustringtrie.h
31
* @see
USTRINGTRIE_HAS_VALUE
86
#define
USTRINGTRIE_HAS_VALUE
(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
/external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp
403
if(!
USTRINGTRIE_HAS_VALUE
(result) || result!=trie->current() || value!=trie->getValue()) {
829
int32_t firstValue=
USTRINGTRIE_HAS_VALUE
(firstResult) ? trie.getValue() : -1;
833
firstValue!=(
USTRINGTRIE_HAS_VALUE
(firstResult) ? trie.getValue() : -1) ||
843
firstValue=
USTRINGTRIE_HAS_VALUE
(firstResult) ? trie.getValue() : -1;
847
firstValue!=(
USTRINGTRIE_HAS_VALUE
(firstResult) ? trie.getValue() : -1) ||
864
if( !
USTRINGTRIE_HAS_VALUE
(
902
if(!
USTRINGTRIE_HAS_VALUE
(result)) {
[
all
...]
bytestrietest.cpp
676
int32_t firstValue=
USTRINGTRIE_HAS_VALUE
(firstResult) ? trie.getValue() : -1;
680
firstValue!=(
USTRINGTRIE_HAS_VALUE
(firstResult) ? trie.getValue() : -1) ||
696
if( !
USTRINGTRIE_HAS_VALUE
(result=trie.next(data[i].s, stringLength)) ||
733
if(!
USTRINGTRIE_HAS_VALUE
(result)) {
791
if(
USTRINGTRIE_HAS_VALUE
(resultAtState)) {
799
(
USTRINGTRIE_HAS_VALUE
(resultAtState) && valueAtState!=trie.getValue())
804
} else if(!
USTRINGTRIE_HAS_VALUE
(
811
} else if(!
USTRINGTRIE_HAS_VALUE
(
/external/icu/icu4c/source/common/
dictionarydata.cpp
58
if (
USTRINGTRIE_HAS_VALUE
(result)) {
125
if (
USTRINGTRIE_HAS_VALUE
(result)) {
propname.cpp
236
return
USTRINGTRIE_HAS_VALUE
(result);
filteredbrk.cpp
282
if(
USTRINGTRIE_HAS_VALUE
(r)) { // remember the best match so far
/external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp
267
if(
USTRINGTRIE_HAS_VALUE
(trie.next(s, -1))) {
365
if(
USTRINGTRIE_HAS_VALUE
(result)) {
476
if(!
USTRINGTRIE_HAS_VALUE
(trie->reset().next(lines[i].name, lines[i].len))) {
559
if(
USTRINGTRIE_HAS_VALUE
(result)) {
638
if(!
USTRINGTRIE_HAS_VALUE
(result)) {
/external/icu/icu4c/source/i18n/
collationiterator.cpp
461
if(
USTRINGTRIE_HAS_VALUE
(match)) {
508
if(
USTRINGTRIE_HAS_VALUE
(match)) {
632
if(prevCC < (fcd16 >> 8) &&
USTRINGTRIE_HAS_VALUE
(match = suffixes.nextForCodePoint(c))) {
[
all
...]
Completed in 119 milliseconds