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

  /external/chromium_org/third_party/icu/source/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:__anon15827
colldata.cpp 663 USet *contractions = uset_openEmpty(); local
705 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
707 uset_addAll(charsToTest, contractions);
766 uset_close(contractions);
ucol_bld.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collationsets.h 32 * all contractions for a character are copied if any contractions for that character
96 contractions(con), expansions(exp),
126 UnicodeSet *contractions; member in class:ContractionsAndExpansions
ucol_sit.cpp 604 * Get a set containing the contractions defined by the collator. The set includes
605 * both the UCA contractions and the contractions defined by the collator
613 USet *contractions,
616 ucol_getContractionsAndExpansions(coll, contractions, NULL, FALSE, status);
617 return uset_getItemCount(contractions);
625 * @param addPrefixes add the prefix contextual elements to contractions
632 USet *contractions,
650 icu::UnicodeSet::fromUSet(contractions),
alphaindex.cpp 319 // even if the label string sorts the same when all contractions are suppressed.
768 UnicodeSet contractions; local
769 collatorPrimaryOnly_->internalAddContractions(BASE[0], contractions, errorCode);
770 if (U_FAILURE(errorCode) || contractions.isEmpty()) { return FALSE; }
771 initialLabels_->addAll(contractions);
772 UnicodeSetIterator iter(contractions);
    [all...]
collationsets.cpp 66 // contractions and expansions in different data objects
148 // or when a single-character mapping was copied for tailored contractions.
267 // U+FFFF is untailorable and will not occur in contractions except maybe
548 // Prefix/pre-context mappings are special kinds of contractions
550 addStrings(start, end, contractions);
574 addStrings(start, end, contractions);
collationbuilder.cpp 666 // While handling a Hangul syllable, contractions starting with Jamo L or V
669 parserErrorReason = "contractions starting with conjoining Jamo L or V not supported";
679 parserErrorReason = "contractions ending with conjoining Jamo L or L+V not supported";
1649 USet *contractions = uset_open(0,0); local
    [all...]
rulebasedcollator.cpp 373 UnicodeSet *contractions, UnicodeSet *expansions,
376 if(contractions != NULL) {
377 contractions->clear();
382 ContractionsAndExpansions(contractions, expansions, NULL, addPrefixes).forData(data, errorCode);
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 334 USet *contractions = uset_openEmpty(); local
353 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
355 uset_addAll(charsToTest, contractions);
406 uset_close(contractions);
ssearch.cpp 1370 USet *contractions = uset_openEmpty(); local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h 732 * If addPrefixes is TRUE, then contractions that are expressed as
734 * @param contractions if not NULL, the set to hold the contractions
741 UnicodeSet *contractions, UnicodeSet *expansions,
745 * Adds the contractions that start with character c to the set.
    [all...]
ucol.h 466 * Get a set containing the contractions defined by the collator. The set includes
467 * both the root collator's contractions and the contractions defined by the collator. This set
468 * will contain only strings. If a tailoring explicitly suppresses contractions from
469 * the root collator (like Russian), removed contractions will not be in the resulting set.
472 * contractions are added.
488 * @param contractions if not NULL, the set to hold the contractions
490 * @param addPrefixes add the prefix contextual elements to contractions
497 USet *contractions, USet *expansions
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 2210 USet *contractions = uset_openEmpty(); local
2349 USet *contractions = uset_openEmpty(); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 351 * Get a set containing the contractions defined by the collator. The set includes
352 * both the UCA contractions and the contractions defined by the collator. This set
353 * will contain only strings. If a tailoring explicitly suppresses contractions from
354 * the UCA (like Russian), removed contractions will not be in the resulting set.
357 * contractions are added.
372 * @param contractions if not NULL, the set to hold the contractions
374 * @param addPrefixes add the prefix contextual elements to contractions
381 USet *contractions, USet *expansions
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 210 * with regards to contractions.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 890 milliseconds