Home
last modified time | relevance | path

Searched refs:kMinValueLead (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/common/
Dbytestrie.cpp73 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current()
103 U_ASSERT(node>=kMinValueLead); in branchNext()
130 result= node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext()
141 return node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext()
154 } else if(node<kMinValueLead) { in nextImpl()
160 return (length<0 && (node=*pos)>=kMinValueLead) ? in nextImpl()
173 U_ASSERT(*pos<kMinValueLead); in nextImpl()
196 return (length<0 && (node=*pos)>=kMinValueLead) ? in next()
227 return (length<0 && (node=*pos)>=kMinValueLead) ? in next()
247 return (length<0 && (node=*pos)>=kMinValueLead) ? in next()
[all …]
Ducharstrie.cpp36 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current()
103 result= node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext()
114 return node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext()
127 } else if(node<kMinValueLead) { in nextImpl()
133 return (length<0 && (node=*pos)>=kMinValueLead) ? in nextImpl()
165 return (length<0 && (node=*pos)>=kMinValueLead) ? in next()
196 return (length<0 && (node=*pos)>=kMinValueLead) ? in next()
216 return (length<0 && (node=*pos)>=kMinValueLead) ? in next()
259 } else if(node<kMinValueLead) { in next()
334 } else if(node<kMinValueLead) { in findUniqueValue()
[all …]
Ducharstrieiterator.cpp132 if(node>=kMinValueLead) { in next()
Dbytestrieiterator.cpp133 if(node>=kMinValueLead) { in next()
/external/icu4c/common/unicode/
Ducharstrie.h532 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040 variable
533 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f
548 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4…
Dbytestrie.h475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20 variable
480 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10