HomeSort by relevance Sort by last modified time
    Searched refs:uca (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
ucol_res.cpp 20 * 03/16/2001 weiv Collation framework is rewritten in C and made UCA compliant
54 // static UCA. There is only one. Collators don't use it.
108 /* do not close UCA returned by ucol_initUCA! */
178 const UCollator* UCA = ucol_initUCA(status);
216 if(*status == U_MISSING_RESOURCE_ERROR) { /* We didn't find the tailoring data, we fallback to the UCA */
218 result = ucol_initCollator(UCA->image, result, UCA, status);
222 // if we use UCA, real locale is root
249 if(uprv_memcmp(colData->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo)) != 0 ||
250 uprv_memcmp(colData->UCDVersion, UCA->image->UCDVersion, sizeof(UVersionInfo)) != 0 |
    [all...]
ucol_imp.h 54 * Ready to use collators are stored as binary images. Both UCA and tailorings
55 * share the same binary format. Individual files (currently only UCA) have a
61 * (UCA & tailorings) and for the inverse UCA table.
78 * - UCA constants (UCAConstants)
79 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
96 * uint32_t UCAConsts; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
98 * important constant values that are defined in the UCA and used for building and runtime.
100 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth]
    [all...]
ucol.cpp 16 * 03/16/2001 weiv Collation framework is rewritten in C and made UCA compliant
63 // These are values from UCA required for
65 // they should regularly be in the UCA, but if one
66 // is running without UCA, it could be a problem
423 // We need these and we could be running without UCA
500 /* do not copy the header from the UCA file because its values are wrong! */
501 /* uprv_memcpy(result, UCA->image, sizeof(UCATableHeader)); */
520 /* copy UCA's version; genrb will override all but the builder version with tailoring data */
639 localCollator = ucol_initFromBinary(image, imageSize, coll->UCA, localCollator, status);
730 /* - UData for UCA (unless we stuff it in the root resb *
6796 const UCollator* uca = ucol_initUCA(pErrorCode); local
    [all...]

Completed in 337 milliseconds