OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:converterList
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucnvsel.h
58
* @param
converterList
a pointer to encoding names needed to be involved.
76
ucnvsel_open(const char* const*
converterList
, int32_t converterListSize,
/external/icu/libandroidicu/include/unicode/
ucnvsel.h
58
* @param
converterList
a pointer to encoding names needed to be involved.
76
ucnvsel_open(const char* const*
converterList
, int32_t converterListSize,
/external/icu/icu4c/source/common/
ucnv_io.h
42
const uint16_t *
converterList
;
ucnvsel.cpp
151
ucnvsel_open(const char* const*
converterList
, int32_t converterListSize,
159
if (converterListSize < 0 || (
converterList
== NULL && converterListSize != 0)) {
174
converterList
= NULL;
190
(int32_t)uprv_strlen(
converterList
!= NULL ?
converterList
[i] : ucnv_getAvailableName(i)) + 1;
207
converterList
!= NULL ?
converterList
[i] : ucnv_getAvailableName(i));
ucnv_io.cpp
272
gMainTable.
converterList
= table + currOffset;
757
return GET_STRING(gMainTable.
converterList
[convNum]);
[
all
...]
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 267 milliseconds