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

  /external/icu4c/i18n/
ucol_elm.cpp 43 static uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status);
162 t->contractions = uprv_cnttab_open(t->mapping, status);
272 if(t->contractions != NULL) {
273 r->contractions = uprv_cnttab_clone(t->contractions, status);
275 if (r->contractions == NULL) {
279 r->contractions->mapping = r->mapping;
388 if(t->contractions != NULL) {
389 uprv_cnttab_close(t->contractions);
823 CntTable *contractions = t->contractions local
939 CntTable *contractions = t->contractions; local
1429 CntTable *contractions = t->contractions; local
    [all...]
ucol_sit.cpp 689 USet *contractions = context->conts; local
700 if(contractions && rightIndex-leftIndex > 1) {
701 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
722 if(contractions) {
723 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
742 if(contractions) {
743 uset_addString(contractions, buffer+leftIndex, rightIndex+1-leftIndex);
767 // if there are suppressed contractions, we don't
797 * Get a set containing the contractions defined by the collator. The set includes
798 * both the UCA contractions and the contractions defined by the collato
886 USet *contractions = uset_open(0,0); local
    [all...]
ucol_elm.h 104 struct CntTable *contractions; member in struct:__anon6910
colldata.cpp 660 USet *contractions = uset_openEmpty(); local
702 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
704 uset_addAll(charsToTest, contractions);
763 uset_close(contractions);
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 2220 USet *contractions = uset_openEmpty(); local
2359 USet *contractions = uset_openEmpty(); local
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 402 * Get a set containing the contractions defined by the collator. The set includes
403 * both the UCA contractions and the contractions defined by the collator. This set
404 * will contain only strings. If a tailoring explicitly suppresses contractions from
405 * the UCA (like Russian), removed contractions will not be in the resulting set.
408 * contractions are added.
423 * @param contractions if not NULL, the set to hold the contractions
425 * @param addPrefixes add the prefix contextual elements to contractions
432 USet *contractions, USet *expansions
    [all...]
  /external/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 

Completed in 461 milliseconds