HomeSort by relevance Sort by last modified time
    Searched defs:UCA (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.h 54 RuleBasedCollator *UCA; // needed for opening collators from binary images
ucaconf.h 43 RuleBasedCollator *UCA; // rule-based so rules are available
  /external/icu/icu4c/source/test/intltest/
ucaconf.h 43 RuleBasedCollator *UCA; // rule-based so rules are available
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 16 * This program reads the Franctional UCA table and generates
17 * internal format for UCA table as well as inverse UCA table.
111 const UCollator *UCA;
133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
ucol_bld.cpp 153 /* not defined in the UCA. */
344 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);
621 uint8_t ucol_uprv_getCaseBits(const UCollator *UCA, const UChar *src, uint32_t len, UErrorCode *status) {
637 uprv_init_collIterate(UCA, &n[i], 1, &s, status);
638 order = ucol_getNextCE(UCA, &s, status);
720 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
722 // Copy it from the UCA
723 uint32_t caseCE = ucol_getFirstCE(src->UCA, cPoints[0], status);
888 /* will have to get one from UCA */
    [all...]
ucol_tok.h 116 const UCollator *UCA;
176 const UCollator *UCA,
ucol_res.cpp 20 * 03/16/2001 weiv Collation framework is rewritten in C and made UCA compliant
55 // static UCA. There is only one. Collators don't use it.
101 // we used to check that the UCA data version (pInfo->dataVersion)
137 /* do not close UCA returned by ucol_initUCA! */
171 const UCollator* UCA = ucol_initUCA(status);
209 if(*status == U_MISSING_RESOURCE_ERROR) { /* We didn't find the tailoring data, we fallback to the UCA */
211 result = ucol_initCollator(UCA->image, result, UCA, status);
215 // if we use UCA, real locale is root
242 if(uprv_memcmp(colData->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo)) != 0 |
    [all...]
ucol_imp.h 58 * Ready to use collators are stored as binary images. Both UCA and tailorings
59 * share the same binary format. Individual files (currently only UCA) have a
65 * (UCA & tailorings) and for the inverse UCA table.
82 * - UCA constants (UCAConstants)
83 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
100 * uint32_t UCAConsts; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
102 * important constant values that are defined in the UCA and used for building and runtime.
104 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth]
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 280 * number 3 is the UCA version.
281 * This changes with every UCA version change, and the expected value
285 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
309 /* Assume that the UCD and UCA versions are the same,
310 * rather than hardcoding (and updating each time) a particular UCA version. */
313 if (0!=uprv_memcmp(versionUCAArray, versionUCDArray, 4) /*TODO: remove the following once UCA is up to date, ticket:9101*/ && !(versionUCDArray[0]==6 && versionUCDArray[1]==3)) {
740 /* Test that a cloned collator doesn't accidentally use UCA. */
    [all...]
cmsccoll.c 662 UCollator *UCA = (UCollator *)collator;
663 return ucol_strcoll(UCA, source, sLen, target, tLen);
918 static void testAgainstUCA(UCollator *coll, UCollator *UCA, const char *refName, UBool error, UErrorCode *status) {
991 UCAdiff += testSwitch(&ucaTest, (void *)UCA, 0, strength, first, second, refName, error);
1120 UCollator *UCA = ucol_open("root", status);
1137 ucol_close(UCA);
1144 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 283 * number 3 is the UCA version.
284 * This changes with every UCA version change, and the expected value
288 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
312 /* Assume that the UCD and UCA versions are the same,
313 * rather than hardcoding (and updating each time) a particular UCA version. */
738 /* Test that a cloned collator doesn't accidentally use UCA. */
    [all...]

Completed in 319 milliseconds