Home
last modified time | relevance | path

Searched refs:uta (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dutexttst.c76 UText *uta; in TestAPI() local
80 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
82 c = utext_next32(uta); in TestAPI()
84 utb = utext_close(uta); in TestAPI()
87 uta = utext_openUTF8(&utLoc, cString, -1, &status); in TestAPI()
89 TEST_ASSERT(uta == &utLoc); in TestAPI()
91 uta = utext_close(&utLoc); in TestAPI()
92 TEST_ASSERT(uta == &utLoc); in TestAPI()
99 UText *uta; in TestAPI() local
103 uta in TestAPI()
118 UText *uta; TestAPI() local
196 UText *uta; TestAPI() local
218 UText *uta; TestAPI() local
266 UText *uta; TestAPI() local
[all...]
H A Dreapits.c151 static UBool testUTextEqual(UText *uta, UText *utb) { in testUTextEqual() argument
154 utext_setNativeIndex(uta, 0); in testUTextEqual()
157 ca = utext_next32(uta); in testUTextEqual()
/third_party/backends/backend/
H A Dumax.h274 int inquiry_exposure_time_l_uta_def; /* exposure time default for lineart/uta */
277 int inquiry_exposure_time_h_uta_def; /* exposure time default for halftone/uta */
280 int inquiry_exposure_time_g_uta_def; /* exposure time default for grayscale/uta */
285 int inquiry_exposure_time_c_uta_def_r; /* exposure time default for color red/uta */
286 int inquiry_exposure_time_c_uta_def_g; /* exposure time default for color green/uta */
287 int inquiry_exposure_time_c_uta_def_b; /* exposure time default for color blue/uta */
308 int inquiry_transavail; /* 1 = uta available */
310 int inquiry_uta; /* 1 = uta supported */
320 int inquiry_sel_uta_lens_cal_pos; /* 1 = selection of lens calib pos for uta supported */
340 int inquiry_fb_uta_color_arrangement; /* line arrangement for fb & uta */
395 int uta; /* 1 if UTA turned on */ global() member
[all...]
H A Dumax.c791 DBG(DBG_inquiry,"fb/uta: color line arrangement mode.......: %d\n", in umax_print_inquiry()
955 DBG_sense_nz(" uta home sensor or motor error\n", get_RS_asb_uta_sensor(result)); in sense_handler()
3305 /* --------------------------------- uta --------------------------------- */ in umax_check_values()
3307 if (dev->uta != 0) in umax_check_values()
3411 inquiry_x_orig = dev->inquiry_uta_x_off; /* uta origin */ in umax_check_values()
3413 inquiry_width = dev->inquiry_uta_x_off + dev->inquiry_uta_width; /* uta width */ in umax_check_values()
4414 dev->uta = 0; /* 1 if uta shall be used */ in umax_initialize_values()
4554 dev->inquiry_exposure_time_l_uta_def = -1; /* exposure time default for lineart uta */ in umax_init()
4557 dev->inquiry_exposure_time_h_uta_def = -1; /* exposure time default for halftone uta */ in umax_init()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp982 UText *uta = utext_openUnicodeString(NULL, &sa, &status); in ErrorTest() local
984 isExpensive = utext_isLengthExpensive(uta); in ErrorTest()
986 utext_close(uta); in ErrorTest()
H A Dregextst.cpp234 static UBool testUTextEqual(UText *uta, UText *utb) { in testUTextEqual() argument
237 utext_setNativeIndex(uta, 0); in testUTextEqual()
240 ca = utext_next32(uta); in testUTextEqual()

Completed in 21 milliseconds