/external/icu/icu4c/source/common/ |
D | bytestrie.cpp | 75 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 105 U_ASSERT(node>=kMinValueLead); in branchNext() 132 result= node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 143 return node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 156 } else if(node<kMinValueLead) { in nextImpl() 162 return (length<0 && (node=*pos)>=kMinValueLead) ? in nextImpl() 175 U_ASSERT(*pos<kMinValueLead); in nextImpl() 198 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 229 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 249 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() [all …]
|
D | ucharstrie.cpp | 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 105 result= node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 116 return node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 129 } else if(node<kMinValueLead) { in nextImpl() 135 return (length<0 && (node=*pos)>=kMinValueLead) ? in nextImpl() 167 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 199 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 219 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 262 } else if(node<kMinValueLead) { in next() 337 } else if(node<kMinValueLead) { in findUniqueValue() [all …]
|
D | ucharstrieiterator.cpp | 134 if(node>=kMinValueLead) { in next()
|
D | bytestrieiterator.cpp | 135 if(node>=kMinValueLead) { in next()
|
/external/cronet/third_party/icu/source/common/ |
D | bytestrie.cpp | 75 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 105 U_ASSERT(node>=kMinValueLead); in branchNext() 132 result= node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 143 return node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 156 } else if(node<kMinValueLead) { in nextImpl() 162 return (length<0 && (node=*pos)>=kMinValueLead) ? in nextImpl() 175 U_ASSERT(*pos<kMinValueLead); in nextImpl() 198 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 229 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 249 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() [all …]
|
D | ucharstrie.cpp | 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 105 result= node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 116 return node>=kMinValueLead ? valueResult(node) : USTRINGTRIE_NO_VALUE; in branchNext() 129 } else if(node<kMinValueLead) { in nextImpl() 135 return (length<0 && (node=*pos)>=kMinValueLead) ? in nextImpl() 167 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 199 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 219 return (length<0 && (node=*pos)>=kMinValueLead) ? in next() 262 } else if(node<kMinValueLead) { in next() 337 } else if(node<kMinValueLead) { in findUniqueValue() [all …]
|
D | ucharstrieiterator.cpp | 134 if(node>=kMinValueLead) { in next()
|
D | bytestrieiterator.cpp | 135 if(node>=kMinValueLead) { in next()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 233 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 274 return (length<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in next() 318 return (length<0 && (node=(bytes_[pos]&0xff))>=kMinValueLead) ? in next() 351 } else if(node<kMinValueLead) { in next() 369 assert((bytes_[pos]&0xff)<kMinValueLead); in next() 386 assert(leadByte>=kMinValueLead); 425 if(node>=kMinValueLead) { in getNextBytes() 431 assert(node<kMinValueLead); in getNextBytes() 627 if(node>=kMinValueLead) { in next() 745 assert(leadByte>=kMinValueLead); in skipValue() [all …]
|
D | CharsTrie.java | 179 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 227 return (length<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in next() 285 return (length<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in next() 319 } else if(node<kMinValueLead) { in next() 353 assert(leadUnit>=kMinValueLead); in getValue() 393 if(node>=kMinValueLead) { in getNextChars() 551 if(node>=kMinValueLead) { in next() 702 assert(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal); in readNodeValue() 714 assert(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal); in skipNodeValue() 796 result= node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 250 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 293 return (length<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in next() 338 return (length<0 && (node=(bytes_[pos]&0xff))>=kMinValueLead) ? in next() 371 } else if(node<kMinValueLead) { in next() 389 assert((bytes_[pos]&0xff)<kMinValueLead); in next() 407 assert(leadByte>=kMinValueLead); 448 if(node>=kMinValueLead) { in getNextBytes() 454 assert(node<kMinValueLead); in getNextBytes() 661 if(node>=kMinValueLead) { in next() 780 assert(leadByte>=kMinValueLead); in skipValue() [all …]
|
D | CharsTrie.java | 189 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 240 return (length<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in next() 300 return (length<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in next() 334 } else if(node<kMinValueLead) { in next() 369 assert(leadUnit>=kMinValueLead); in getValue() 411 if(node>=kMinValueLead) { in getNextChars() 577 if(node>=kMinValueLead) { in next() 729 assert(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal); in readNodeValue() 741 assert(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal); in skipNodeValue() 823 result= node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext() [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucharstrie.h | 570 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040 variable 571 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f 586 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4…
|
D | bytestrie.h | 515 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20 variable 520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10
|
/external/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 570 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040 variable 571 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f 586 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4…
|
D | bytestrie.h | 515 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20 variable 520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10
|
/external/cronet/third_party/icu/source/common/unicode/ |
D | ucharstrie.h | 570 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040 variable 571 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f 586 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4…
|
D | bytestrie.h | 515 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20 variable 520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10
|