Home | History | Annotate | Download | only in i18n

Lines Matching refs:image

212         result = ucol_initCollator(UCA->image, result, UCA, status);
230 if(intStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use the rules */
243 if(uprv_memcmp(colData->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo)) != 0 ||
244 uprv_memcmp(colData->UCDVersion, UCA->image->UCDVersion, sizeof(UVersionInfo)) != 0 ||
260 result = ucol_initCollator(UCA->image, result, UCA, status);
419 uprv_memcpy(table->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo));
430 result = ucol_initCollator(UCA->image, 0, UCA, status);