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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 88 * Contraction with one fast Latin character.
89 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
91 * Otherwise use CONTR_CHAR_MASK for the contraction character index
96 * Also, U+0000 maps to a contraction entry, so that the fast path need not
98 * It usually maps to a contraction list with only the completely ignorable default value.
100 static const uint32_t CONTRACTION = 0x400;
174 * Contraction result first word bits 8..0 contain the
175 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
176 * Each contraction list is terminated with a word containing CONTR_CHAR_MASK.
180 * Contraction result first word bits 10..9 contain the result length
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 346 static const SearchData CONTRACTION[] = {
356 /* contraction prefix */
371 /* ends not with a contraction character */
384 * "ab" generates a contraction that's an expansion. The "z" matches the
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 84 * Contraction with one fast Latin character.
85 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
87 * Otherwise use CONTR_CHAR_MASK for the contraction character index
92 * Also, U+0000 maps to a contraction entry, so that the fast path need not
94 * It usually maps to a contraction list with only the completely ignorable default value.
96 static final int CONTRACTION = 0x400;
170 * Contraction result first word bits 8..0 contain the
171 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
172 * Each contraction list is terminated with a word containing CONTR_CHAR_MASK.
176 * Contraction result first word bits 10..9 contain the result length
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 80 * Contraction with one fast Latin character.
81 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
83 * Otherwise use CONTR_CHAR_MASK for the contraction character index
88 * Also, U+0000 maps to a contraction entry, so that the fast path need not
90 * It usually maps to a contraction list with only the completely ignorable default value.
92 static final int CONTRACTION = 0x400;
166 * Contraction result first word bits 8..0 contain the
167 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
168 * Each contraction list is terminated with a word containing CONTR_CHAR_MASK.
172 * Contraction result first word bits 10..9 contain the result length
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 268 SearchData CONTRACTION[] = {
274 /* contraction prefix */
285 /* ends not with a contraction character */
293 * "ab" generates a contraction that's an expansion. The "z" matches the first CE of the expansion but the
304 /* contraction prefix */
317 /* ends not with a contraction character */
327 * "ab" generates a contraction that's an expansion. The "z" matches the first CE of the expansion but the
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 267 SearchData CONTRACTION[] = {
273 /* contraction prefix */
284 /* ends not with a contraction character */
292 * "ab" generates a contraction that's an expansion. The "z" matches the first CE of the expansion but the
303 /* contraction prefix */
316 /* ends not with a contraction character */
326 * "ab" generates a contraction that's an expansion. The "z" matches the first CE of the expansion but the
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/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 267 milliseconds