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

/external/icu4c/i18n/
H A Ducol_bld.cpp1202 //UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts+sizeof(UCAConstants));
1203 UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos); local
1210 while(*conts != 0) {
1211 /*tailoredCE = ucmpe32_get(t->mapping, *conts);*/
1212 tailoredCE = utrie_get32(t->mapping, *conts, NULL);
1216 if(uprv_cnttab_isTailored(t->contractions, tailoredCE, conts+1, status) == TRUE) {
1220 if (!needToAdd && isPrefix(tailoredCE) && *(conts+1)==0) {
1224 elm.uchars[0] = *conts;
1227 elm.prefixChars[0] = *(conts+2);
1232 if ((prefixEnt==NULL) || *(prefixEnt->prefix)!=*(conts
[all...]
H A Ducol_sit.cpp675 USet *conts; member in struct:contContext
689 USet *contractions = context->conts;
800 * @param conts the set to hold the result
817 * @param conts the set to hold the result
H A Ducol_tok.cpp1656 uint16_t *conts = (uint16_t *)((uint8_t *)src->invUCA+src->invUCA->conts);
1658 ch = conts[offset];
H A Ducol_imp.h167 * uint32_t conts; - offset to continuation table (uint16_t *). Contains code units that transform to a same CE.
973 uint32_t conts; member in struct:__anon5901
/external/icu4c/common/
H A Ducol_swp.cpp452 header.conts= ds->readUInt32(inHeader->conts);
462 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
463 outBytes+header.conts, pErrorCode);
/external/icu4c/test/cintltst/
H A Dcapitst.c2192 USet *conts = uset_open(0,0); local
2206 ucol_getContractionsAndExpansions(coll, conts, exp, TRUE, &status);
2207 doSetsTest(tests[i].locale, conts, set, tests[i].inConts, tests[i].outConts, &status);
2208 setLen = uset_toPattern(conts, buffer, setBufferLen, TRUE, &status);
2210 /*log_verbose("Contractions %i: %s\n", uset_getItemCount(conts), aescstrdup(buffer, setLen));*/
2224 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);
H A Dcmsccoll.c3114 /*UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->UCAConsts+sizeof(UCAConstants));*/
3115 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos); local
3116 while(*conts != 0) {
3117 if((*(conts+2) == 0) || (*(conts+1)==0)) { /* contracts or pre-context contractions */
3118 varTop1 = ucol_setVariableTop(coll, conts, -1, &status);
3120 varTop1 = ucol_setVariableTop(coll, conts, 3, &status);
3127 *conts, *(conts+1), *(conts
[all...]
/external/icu4c/i18n/unicode/
H A Ducol.h407 * @param conts the set to hold the result. It gets emptied before
416 USet *conts,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h350 * @param conts the set to hold the result. It gets emptied before
359 USet *conts,
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h350 * @param conts the set to hold the result. It gets emptied before
359 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 220 milliseconds