Home | History | Annotate | Download | only in i18n

Lines Matching refs:image

56  * udata header in front of the image and should be opened using udata_open.
67 * Here is the format of binary collation image.
83 * int32_t size; - image size in bytes
96 * uint32_t UCAConsts; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
100 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth],
154 * uint32_t byteSize; - size of inverse UCA image in bytes
946 const UCATableHeader *image;
988 /* to speed up things, we use the UCA image, but we don't want it */
1021 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status);