OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:convName
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cintltst.c
515
static const char
convName
[] = "ibm-1047";
517
static const char
convName
[] = "ibm-37";
520
static const char
convName
[] = "US-ASCII";
522
UConverter* conv = ucnv_open(
convName
, &errorCode);
/external/icu/icu4c/source/test/iotest/
filetst.c
842
char
convName
[UCNV_MAX_CONVERTER_NAME_LENGTH];
897
strcpy(
convName
, u_fgetcodepage(myFile));
[
all
...]
Completed in 398 milliseconds