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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 86 * Contraction with one fast Latin character.
87 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
89 * Otherwise use CONTR_CHAR_MASK for the contraction character index
94 * Also, U+0000 maps to a contraction entry, so that the fast path need not
96 * It usually maps to a contraction list with only the completely ignorable default value.
98 static const uint32_t CONTRACTION = 0x400;
172 * Contraction result first word bits 8..0 contain the
173 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
174 * Each contraction list is terminated with a word containing CONTR_CHAR_MASK.
178 * Contraction result first word bits 10..9 contain the result length
    [all...]
collationfastlatin.cpp 261 // Full support for backwards secondary requires backwards contraction matching
613 // Full support for backwards secondary requires backwards contraction matching
    [all...]
collationfastlatinbuilder.cpp 249 // Always map U+0000 to a contraction.
250 // Write a contraction list with only a default value if there is no real contraction.
257 // Terminate the last contraction list.
364 // the default ce32 must not be another contraction.
370 // Bail out for c-without-contraction.
373 // Handle an encodable contraction unless the next contraction is too long
407 // we need to enter contraction handling anyway so that we can bail out
591 if(isContractionCharCE(ce)) { continue; } // defer contraction
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchdat.c 344 static const SearchData CONTRACTION[] = {
354 /* contraction prefix */
369 /* ends not with a contraction character */
382 * "ab" generates a contraction that's an expansion. The "z" matches the
    [all...]
usrchtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 344 static const SearchData CONTRACTION[] = {
354 /* contraction prefix */
369 /* ends not with a contraction character */
382 * "ab" generates a contraction that's an expansion. The "z" matches the
    [all...]
usrchtst.c     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 822 milliseconds