Searched refs:contractions (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationsets.h32 * 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
H A Ducol_sit.cpp604 * 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),
612 ucol_getContractions( const UCollator *coll, USet *contractions, UErrorCode *status) argument
631 ucol_getContractionsAndExpansions( const UCollator *coll, USet *contractions, USet *expansions, UBool addPrefixes, UErrorCode *status) argument
H A Dalphaindex.cpp319 // 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);
1001 // Fetch the script-first-primary contractions which are defined in the root collator.
H A Dcollationsets.cpp66 // 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);
H A Dcollationbuilder.cpp682 // While handling a Hangul syllable, contractions starting with Jamo L or V
685 parserErrorReason = "contractions starting with conjoining Jamo L or V not supported";
695 parserErrorReason = "contractions ending with conjoining Jamo L or L+V not supported";
1182 // (Alternatively, print a warning when prefix contractions are missing.)
1186 // It also saves a little bit of space, and may reduce the set of characters with contractions.
1665 USet *contractions = uset_open(0,0); local
1668 ucol_getContractionsAndExpansions(coll, contractions, NULL, FALSE, status);
1669 int32_t contsSize = uset_size(contractions);
1675 len = uset_getItem(contractions, i, NULL, NULL, buffer, internalBufferSize, status);
1687 uset_close(contractions);
[all...]
H A Drulebasedcollator.cpp373 UnicodeSet *contractions, UnicodeSet *expansions,
376 if(contractions != NULL) {
377 contractions->clear();
382 ContractionsAndExpansions(contractions, expansions, NULL, addPrefixes).forData(data, errorCode);
372 internalGetContractionsAndExpansions( UnicodeSet *contractions, UnicodeSet *expansions, UBool addPrefixes, UErrorCode &errorCode) const argument
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.cpp334 USet *contractions = uset_openEmpty(); local
353 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
355 uset_addAll(charsToTest, contractions);
406 uset_close(contractions);
H A Dssearch.cpp1370 USet *contractions = uset_openEmpty(); local
1372 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
1378 StringSetMonkey contractionMonkey(contractions, coll, monkeyData);
1484 uset_close(contractions);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtblcoll.h737 * If addPrefixes is TRUE, then contractions that are expressed as
739 * @param contractions if not NULL, the set to hold the contractions
746 UnicodeSet *contractions, UnicodeSet *expansions,
750 * Adds the contractions that start with character c to the set.
H A Ducol.h458 * Get a set containing the contractions defined by the collator. The set includes
459 * both the root collator's contractions and the contractions defined by the collator. This set
460 * will contain only strings. If a tailoring explicitly suppresses contractions from
461 * the root collator (like Russian), removed contractions will not be in the resulting set.
464 * contractions are added.
480 * @param contractions if not NULL, the set to hold the contractions
482 * @param addPrefixes add the prefix contextual elements to contractions
489 USet *contractions, USe
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducol.h351 * 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, USe
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Ducol.h351 * 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, USe
[all...]

Completed in 111 milliseconds