/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_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_elm.h | 104 struct CntTable *contractions; member in struct:__anon11411
|
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_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 | 663 USet *contractions = uset_openEmpty(); local 705 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); 707 uset_addAll(charsToTest, contractions); 766 uset_close(contractions);
|
/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_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_elm.h | 104 struct CntTable *contractions; member in struct:__anon18894
|
ucol_imp.h | 77 * - contractions (UChar[contractionSize] + CE[contractionSize]) 83 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth]) 104 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth], 105 * containing contractions from the UCA. These are needed in the build process to copy UCA contractions 116 * are aligned with the contents of contractionCEs table. 0 if no contractions. 120 * 0 if no contractions. 133 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP. [all...] |
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 */
|
/external/icu4c/common/ |
ucol_data.h | 40 uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate contractions */ 58 /* in contractions. */
|
ucol_swp.cpp | 254 /* expansions bounded by contractions */ 257 /* no contractions: expansions bounded by the main trie */ 264 /* swap the contractions */ 294 * the UCA data file, and we know that the UCA contains contractions 301 /* swap UCA contractions */
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_language.h | 62 // splits text provided by WebKit into words, contractions, or concatenated
|
/external/chromium_org/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/chromium_org/third_party/icu/source/common/ |
ucol_swp.cpp | 256 /* expansions bounded by contractions */ 259 /* no contractions: expansions bounded by the main trie */ 266 /* swap the contractions */ 296 * the UCA data file, and we know that the UCA contains contractions 303 /* swap UCA contractions */
|
/external/icu4c/test/intltest/ |
colldata.cpp | 332 USet *contractions = uset_openEmpty(); local 351 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); 353 uset_addAll(charsToTest, contractions); 404 uset_close(contractions);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uvernum.h | 119 * in contractions, ignore primary ignorables after shifted 134 * now break contractions
|
/frameworks/base/docs/html/design/style/ |
writing.jd | 174 <li>Use contractions.</li> 244 <td><em>Contractions:</em> can?t, couldn?t, don?t, didn?t won?t, you?ll, and so on</td>
|
/external/chromium_org/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*/
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plhash.h | 97 PRUint32 nshrinks; /* number of table contractions */
|