HomeSort by relevance Sort by last modified time
    Searched refs:kValueIsFinal (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
bytestrie.cpp 104 if(node&kValueIsFinal) {
166 } else if(node&kValueIsFinal) {
299 } else if(node&kValueIsFinal) {
328 UBool isFinal=(UBool)(node&kValueIsFinal);
367 UBool isFinal=(UBool)(node&kValueIsFinal);
397 if(node&kValueIsFinal) {
ucharstrie.cpp 65 if(node&kValueIsFinal) {
120 } else if(node&kValueIsFinal) {
250 } else if(node&kValueIsFinal) {
356 if(node&kValueIsFinal) {
bytestrieiterator.cpp 135 UBool isFinal=(UBool)(node&kValueIsFinal);
194 UBool isFinal=(UBool)(node&kValueIsFinal);
  /external/icu4c/common/unicode/
bytestrie.h 402 return (UStringTrieResult)(USTRINGTRIE_INTERMEDIATE_VALUE-(node&kValueIsFinal));
477 static const int32_t kValueIsFinal=1;
ucharstrie.h 236 return leadUnit&kValueIsFinal ?
421 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
433 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
548 static const int32_t kValueIsFinal=0x8000;

Completed in 65 milliseconds