HomeSort by relevance Sort by last modified time
    Searched full:contractions (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp 41 static uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status);
160 t->contractions = uprv_cnttab_open(t->mapping, status);
271 if(t->contractions != NULL) {
272 r->contractions = uprv_cnttab_clone(t->contractions, status);
274 if (r->contractions == NULL) {
278 r->contractions->mapping = r->mapping;
387 if(t->contractions != NULL) {
388 uprv_cnttab_close(t->contractions);
822 CntTable *contractions = t->contractions local
938 CntTable *contractions = t->contractions; local
1427 CntTable *contractions = t->contractions; local
    [all...]
ucol_sit.cpp 690 USet *contractions = context->conts; local
701 if(contractions && rightIndex-leftIndex > 1) {
702 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
723 if(contractions) {
724 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
743 if(contractions) {
744 uset_addString(contractions, buffer+leftIndex, rightIndex+1-leftIndex);
768 // if there are suppressed contractions, we don't
798 * Get a set containing the contractions defined by the collator. The set includes
799 * both the UCA contractions and the contractions defined by the collato
886 USet *contractions = uset_open(0,0); local
    [all...]
ucol_cnt.h 70 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */
79 /* this is for adding non contractions */
ucol_imp.h 69 * - contractions (UChar[contractionSize] + CE[contractionSize])
75 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
96 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth],
97 * containing contractions from the UCA. These are needed in the build process to copy UCA contractions
108 * are aligned with the contents of contractionCEs table. 0 if no contractions.
112 * 0 if no contractions.
125 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
    [all...]
ucol_elm.h 104 struct CntTable *contractions; member in struct:__anon2884
ucol_cnt.cpp 213 // keeping a list of code points that are contractions might be smart, although I'm not sure if it's
349 /* this is for adding non contractions */
411 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */
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);
  /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
1428 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
885 USet *contractions = uset_open(0,0); local
    [all...]
ucol_cnt.h 70 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */
79 /* this is for adding non contractions */
ucol_imp.h 73 * - contractions (UChar[contractionSize] + CE[contractionSize])
79 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
100 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth],
101 * containing contractions from the UCA. These are needed in the build process to copy UCA contractions
112 * are aligned with the contents of contractionCEs table. 0 if no contractions.
116 * 0 if no contractions.
129 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
    [all...]
ucol_elm.h 104 struct CntTable *contractions; member in struct:__anon3903
ucol_cnt.cpp 213 // keeping a list of code points that are contractions might be smart, although I'm not sure if it's
349 /* this is for adding non contractions */
411 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */
colldata.cpp 658 USet *contractions = uset_openEmpty(); local
700 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
702 uset_addAll(charsToTest, contractions);
761 uset_close(contractions);
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.h 87 * Tests the discontiguos contractions
  /external/icu4c/test/cintltst/
citertst.h 87 * Tests the discontiguos contractions
  /external/icu4c/common/unicode/
uvernum.h 119 * in contractions, ignore primary ignorables after shifted
134 * now break contractions
  /external/chromium/third_party/icu/source/common/
ucol_swp.c 208 /* expansions bounded by contractions */
211 /* no contractions: expansions bounded by the main trie */
218 /* swap the contractions */
248 * the UCA data file, and we know that the UCA contains contractions
255 /* swap UCA contractions */
  /external/icu4c/common/
ucol_swp.cpp 251 /* expansions bounded by contractions */
254 /* no contractions: expansions bounded by the main trie */
261 /* swap the contractions */
291 * the UCA data file, and we know that the UCA contains contractions
298 /* swap UCA contractions */
  /external/icu4c/tools/genuca/
genuca.cpp 618 // Contractions or surrogate characters.
745 UChar contractions[][3],
761 contractions[noOfcontractions][0] = 0;
762 contractions[noOfcontractions][1] = 0;
763 contractions[noOfcontractions][2] = 0;
801 udata_writeBlock(pData, contractions, noOfcontractions*3*sizeof(UChar));
815 * Maximum number of UCA contractions we can store.
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 332 * Get a set containing the contractions defined by the collator. The set includes
333 * both the UCA contractions and the contractions defined by the collator. This set
334 * will contain only strings. If a tailoring explicitly suppresses contractions from
335 * the UCA (like Russian), removed contractions will not be in the resulting set.
338 * contractions are added.
353 * @param contractions if not NULL, the set to hold the contractions
355 * @param addPrefixes add the prefix contextual elements to contractions
362 USet *contractions, USet *expansions
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 617 // Contractions or surrogate characters.
721 UChar contractions[][3],
737 contractions[noOfcontractions][0] = 0;
738 contractions[noOfcontractions][1] = 0;
739 contractions[noOfcontractions][2] = 0;
777 udata_writeBlock(pData, contractions, noOfcontractions*3*sizeof(UChar));
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 337 * Get a set containing the contractions defined by the collator. The set includes
338 * both the UCA contractions and the contractions defined by the collator. This set
339 * will contain only strings. If a tailoring explicitly suppresses contractions from
340 * the UCA (like Russian), removed contractions will not be in the resulting set.
343 * contractions are added.
358 * @param contractions if not NULL, the set to hold the contractions
360 * @param addPrefixes add the prefix contextual elements to contractions
367 USet *contractions, USet *expansions
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
allcoll.cpp 103 /* problem in strcollinc for unfinshed contractions */
jacoll.cpp 109 /* for one case, strcollinc fails, since it doesn't have good handling of contractions*/

Completed in 1290 milliseconds

1 2 3