OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_encodings
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h
78
unsigned long
num_encodings
;
member in struct:__anon25036
/external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c
272
getResultsManually(const char** encodings, int32_t
num_encodings
,
281
for(i = 0 ; i <
num_encodings
; i++) {
399
int32_t
num_encodings
;
local
400
const char **encodings = getEncodingsFns[testCaseIdx](&
num_encodings
);
401
if (getTestOption(QUICK_OPTION) &&
num_encodings
> 25) {
419
sel_rt = ucnvsel_open(encodings,
num_encodings
,
422
if (
num_encodings
== gCountAvailable) {
429
sel_fb = ucnvsel_open(encodings,
num_encodings
,
433
sel_fb = ucnvsel_open(encodings,
num_encodings
,
456
manual_rt = getResultsManually(encodings,
num_encodings
,
[
all
...]
/external/icu4c/test/cintltst/
ucnvseltst.c
272
getResultsManually(const char** encodings, int32_t
num_encodings
,
281
for(i = 0 ; i <
num_encodings
; i++) {
399
int32_t
num_encodings
;
local
400
const char **encodings = getEncodingsFns[testCaseIdx](&
num_encodings
);
401
if (getTestOption(QUICK_OPTION) &&
num_encodings
> 25) {
419
sel_rt = ucnvsel_open(encodings,
num_encodings
,
422
if (
num_encodings
== gCountAvailable) {
429
sel_fb = ucnvsel_open(encodings,
num_encodings
,
433
sel_fb = ucnvsel_open(encodings,
num_encodings
,
456
manual_rt = getResultsManually(encodings,
num_encodings
,
[
all
...]
Completed in 93 milliseconds