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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 126 static const uint32_t SEC_INC = 0x20;
127 static const uint32_t MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common
128 static const uint32_t COMMON_SEC = MAX_SEC_BEFORE + SEC_INC;
129 static const uint32_t MIN_SEC_AFTER = COMMON_SEC + SEC_INC;
130 static const uint32_t MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
131 static const uint32_t MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
139 static const uint32_t SEC_OFFSET = SEC_INC;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 122 static final int SEC_INC = 0x20;
123 static final int MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common
124 static final int COMMON_SEC = MAX_SEC_BEFORE + SEC_INC;
125 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC;
126 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
127 static final int MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
135 static final int SEC_OFFSET = SEC_INC;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 118 static final int SEC_INC = 0x20;
119 static final int MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common
120 static final int COMMON_SEC = MAX_SEC_BEFORE + SEC_INC;
121 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC;
122 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
123 static final int MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
131 static final int SEC_OFFSET = SEC_INC;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 212 milliseconds