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

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 467 static const int32_t kMinLinearMatch=0x10;
475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20
ucharstrie.h 526 static const int32_t kMinLinearMatch=0x30;
532 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 304 if(node<kMinLinearMatch) {
322 length=node-kMinLinearMatch; // Actual match length minus 1.
406 if(node<kMinLinearMatch) {
621 if(node<kMinLinearMatch) {
631 int length=node-kMinLinearMatch+1;
852 if(node<kMinLinearMatch) {
856 int length=node-kMinLinearMatch; // Actual match length minus 1.
    [all...]
CharsTrie.java 266 if(node<kMinLinearMatch) {
285 length=node-kMinLinearMatch; // Actual match length minus 1.
368 if(node<kMinLinearMatch) {
553 if(node<kMinLinearMatch) {
563 int length=node-kMinLinearMatch+1;
790 if(node<kMinLinearMatch) {
794 int length=node-kMinLinearMatch; // Actual match length minus 1.
866 if(node<kMinLinearMatch) {
878 pos+=node-kMinLinearMatch+1; // Ignore the match units.
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 132 milliseconds