Searched defs:conts (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Ducol_data.h80 uint32_t conts; member in struct:__anon6610
/external/icu4c/i18n/
H A Ducol_bld.cpp1209 UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos); local
1217 while(*conts != 0) {
1221 while(contractionLength > 0 && conts[contractionLength - 1] == 0) {
1226 U16_NEXT(conts, firstLength, contractionLength, first);
1231 if(uprv_cnttab_isTailored(t->contractions, tailoredCE, conts+firstLength, status) == TRUE) {
1235 if (!needToAdd && isPrefix(tailoredCE) && *(conts+1)==0) {
1239 elm.uchars[0] = *conts;
1242 elm.prefixChars[0] = *(conts+2);
1247 if ((prefixEnt==NULL) || *(prefixEnt->prefix)!=*(conts+2)) {
1256 if (*(conts
[all...]
H A Ducol_sit.cpp719 USet *conts; member in struct:contContext
733 USet *contractions = context->conts;
844 * @param conts the set to hold the result
861 * @param conts the set to hold the result
/external/icu4c/test/cintltst/
H A Dcapitst.c2185 USet *conts = uset_open(0,0); local
2199 ucol_getContractionsAndExpansions(coll, conts, exp, TRUE, &status);
2200 doSetsTest(tests[i].locale, conts, set, tests[i].inConts, tests[i].outConts, &status);
2201 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2203 /*log_verbose("Contractions %i: %s\n", uset_getItemCount(conts), aescstrdup(buffer, setLen));*/
2217 noConts = ucol_getUnsafeSet(coll, conts, &status);
2218 doSetsTest(tests[i].locale, conts, set, tests[i].unsafeCodeUnits, tests[i].safeCodeUnits, &status);
2219 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2231 uset_close(conts);
H A Dcmsccoll.c3116 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos); local
3118 while(*conts != 0) {
3124 while(contractionLength > 0 && conts[contractionLength - 1] == 0) {
3127 if(*(conts+1)==0) { /* pre-context */
3128 varTop1 = ucol_setVariableTop(coll, conts, 1, &status);
3130 varTop1 = ucol_setVariableTop(coll, conts, contractionLength, &status);
3137 *conts, *(conts+1), *(conts+2));
3140 *conts, *(cont
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 114 milliseconds