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

  /external/icu4c/i18n/
ucol_elm.cpp 45 static uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status);
164 t->contractions = uprv_cnttab_open(t->mapping, status);
274 if(t->contractions != NULL) {
275 r->contractions = uprv_cnttab_clone(t->contractions, status);
277 if (r->contractions == NULL) {
281 r->contractions->mapping = r->mapping;
390 if(t->contractions != NULL) {
391 uprv_cnttab_close(t->contractions);
832 CntTable *contractions = t->contractions local
948 CntTable *contractions = t->contractions; local
1438 CntTable *contractions = t->contractions; local
    [all...]
ucol_sit.cpp 733 USet *contractions = context->conts; local
744 if(contractions && rightIndex-leftIndex > 1) {
745 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
766 if(contractions) {
767 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
786 if(contractions) {
787 uset_addString(contractions, buffer+leftIndex, rightIndex+1-leftIndex);
811 // if there are suppressed contractions, we don't
841 * Get a set containing the contractions defined by the collator. The set includes
842 * both the UCA contractions and the contractions defined by the collato
930 USet *contractions = uset_open(0,0); local
    [all...]
ucol_elm.h 104 struct CntTable *contractions; member in struct:__anon8681
colldata.cpp 665 USet *contractions = uset_openEmpty(); local
707 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
709 uset_addAll(charsToTest, contractions);
768 uset_close(contractions);
alphaindex.cpp 314 // even if the label string sorts the same when all contractions are suppressed.
717 // to enumerate just the contractions that start with a given code point or string.
782 UnicodeSet contractions; local
784 contractions.toUSet(), NULL, FALSE, &errorCode);
788 UnicodeSetIterator iter(contractions);
    [all...]
ucol_bld.cpp     [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 29 // The same address can be written with different contractions, but should
  /external/icu4c/test/intltest/
ssearch.cpp 2198 USet *contractions = uset_openEmpty(); local
2336 USet *contractions = uset_openEmpty(); local
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 448 * Get a set containing the contractions defined by the collator. The set includes
449 * both the UCA contractions and the contractions defined by the collator. This set
450 * will contain only strings. If a tailoring explicitly suppresses contractions from
451 * the UCA (like Russian), removed contractions will not be in the resulting set.
454 * contractions are added.
470 * @param contractions if not NULL, the set to hold the contractions
472 * @param addPrefixes add the prefix contextual elements to contractions
479 USet *contractions, USet *expansions
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 743 apostrophes are used at the start of leading contractions. For example:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 232 milliseconds