Searched refs:conts (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h80 uint32_t conts; member in struct:__anon12005
H A Ducol_swp.cpp450 header.conts= ds->readUInt32(inHeader->conts);
460 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
461 outBytes+header.conts, pErrorCode);
/external/icu/icu4c/source/common/
H A Ducol_data.h80 uint32_t conts; member in struct:__anon21793
H A Ducol_swp.cpp672 header.conts= ds->readUInt32(inHeader->conts);
682 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
683 outBytes+header.conts, pErrorCode);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp1207 UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos); local
1215 while(*conts != 0) {
1219 while(contractionLength > 0 && conts[contractionLength - 1] == 0) {
1224 U16_NEXT(conts, firstLength, contractionLength, first);
1229 if(uprv_cnttab_isTailored(t->contractions, tailoredCE, conts+firstLength, status) == TRUE) {
1233 if (!needToAdd && isPrefix(tailoredCE) && *(conts+1)==0) {
1237 elm.uchars[0] = *conts;
1240 elm.prefixChars[0] = *(conts+2);
1245 if ((prefixEnt==NULL) || *(prefixEnt->prefix)!=*(conts+2)) {
1254 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
H A Ducol_tok.cpp1650 uint16_t *conts = (uint16_t *)((uint8_t *)src->invUCA+src->invUCA->conts);
1652 ch = conts[offset];
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c2169 USet *conts = uset_open(0,0); local
2183 ucol_getContractionsAndExpansions(coll, conts, exp, TRUE, &status);
2184 doSetsTest(tests[i].locale, conts, set, tests[i].inConts, tests[i].outConts, &status);
2185 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2187 /*log_verbose("Contractions %i: %s\n", uset_getItemCount(conts), aescstrdup(buffer, setLen));*/
2201 noConts = ucol_getUnsafeSet(coll, conts, &status);
2203 doSetsTest(tests[i].locale, conts, set, tests[i].unsafeCodeUnits, tests[i].safeCodeUnits, &status);
2204 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2216 uset_close(conts);
H A Dcmsccoll.c3150 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos); local
3152 while(*conts != 0) {
3158 while(contractionLength > 0 && conts[contractionLength - 1] == 0) {
3161 if(*(conts+1)==0) { /* pre-context */
3162 varTop1 = ucol_setVariableTop(coll, conts, 1, &status);
3164 varTop1 = ucol_setVariableTop(coll, conts, contractionLength, &status);
3171 *conts, *(conts+1), *(conts+2));
3174 *conts, *(cont
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2191 USet *conts = uset_open(0,0); local
2205 ucol_getContractionsAndExpansions(coll, conts, exp, TRUE, &status);
2206 doSetsTest(tests[i].locale, conts, set, tests[i].inConts, tests[i].outConts, &status);
2207 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2209 /*log_verbose("Contractions %i: %s\n", uset_getItemCount(conts), aescstrdup(buffer, setLen));*/
2223 noConts = ucol_getUnsafeSet(coll, conts, &status);
2225 doSetsTest(tests[i].locale, conts, set, tests[i].unsafeCodeUnits, tests[i].safeCodeUnits, &status);
2226 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2238 uset_close(conts);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h455 * @param conts the set to hold the result. It gets emptied before
464 USet *conts,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h471 * @param conts the set to hold the result. It gets emptied before
480 USet *conts,
/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 1257 milliseconds