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

  /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 32 milliseconds