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

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 468 static const int32_t kMinLinearMatch=0x10;
476 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20
ucharstrie.h 528 static const int32_t kMinLinearMatch=0x30;
534 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 288 if(node<kMinLinearMatch) {
306 length=node-kMinLinearMatch; // Actual match length minus 1.
387 if(node<kMinLinearMatch) {
592 if(node<kMinLinearMatch) {
602 int length=node-kMinLinearMatch+1;
823 if(node<kMinLinearMatch) {
827 int length=node-kMinLinearMatch; // Actual match length minus 1.
    [all...]
CharsTrie.java 256 if(node<kMinLinearMatch) {
275 length=node-kMinLinearMatch; // Actual match length minus 1.
355 if(node<kMinLinearMatch) {
533 if(node<kMinLinearMatch) {
543 int length=node-kMinLinearMatch+1;
770 if(node<kMinLinearMatch) {
774 int length=node-kMinLinearMatch; // Actual match length minus 1.
846 if(node<kMinLinearMatch) {
858 pos+=node-kMinLinearMatch+1; // Ignore the match units.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 306 if(node<kMinLinearMatch) {
324 length=node-kMinLinearMatch; // Actual match length minus 1.
408 if(node<kMinLinearMatch) {
626 if(node<kMinLinearMatch) {
636 int length=node-kMinLinearMatch+1;
858 if(node<kMinLinearMatch) {
862 int length=node-kMinLinearMatch; // Actual match length minus 1.
    [all...]
CharsTrie.java 268 if(node<kMinLinearMatch) {
287 length=node-kMinLinearMatch; // Actual match length minus 1.
370 if(node<kMinLinearMatch) {
558 if(node<kMinLinearMatch) {
568 int length=node-kMinLinearMatch+1;
796 if(node<kMinLinearMatch) {
800 int length=node-kMinLinearMatch; // Actual match length minus 1.
872 if(node<kMinLinearMatch) {
884 pos+=node-kMinLinearMatch+1; // Ignore the match units.
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 427 milliseconds