OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convName
(Results
1 - 5
of
5
) 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);
nucnvtst.c
[
all
...]
/external/icu/icu4c/source/common/unicode/
ucnv.h
[
all
...]
/external/icu/icu4c/source/common/
ucnv_io.cpp
835
ucnv_openStandardNames(const char *
convName
,
840
if (haveAliasData(pErrorCode) && isAlias(
convName
, pErrorCode)) {
841
uint32_t listOffset = findTaggedAliasListsOffset(
convName
, standard, pErrorCode);
[
all
...]
/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 4347 milliseconds