OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucnv_getAvailableName
(Results
1 - 14
of
14
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucnv.h
34
* iterate over the converter aliases. The functions {@link
ucnv_getAvailableName
() },
351
* used for this parameter. See
ucnv_getAvailableName
and
358
* @see
ucnv_getAvailableName
[
all
...]
urename.h
[
all
...]
/external/icu/libandroidicu/include/unicode/
ucnv.h
34
* iterate over the converter aliases. The functions {@link
ucnv_getAvailableName
() },
351
* used for this parameter. See
ucnv_getAvailableName
and
358
* @see
ucnv_getAvailableName
[
all
...]
urename.h
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucnvseltst.c
65
gAvailableNames[i] =
ucnv_getAvailableName
(i);
ncnvtst.c
[
all
...]
ccapitst.c
163
/*Tests
ucnv_getAvailableName
(), getAvialableCount()*/
170
log_verbose("\n---Testing
ucnv_getAvailableName
.."); /*need to check this out */
172
available_conv =
ucnv_getAvailableName
(testLong1);
173
/*test
ucnv_getAvailableName
with err condition*/
174
log_verbose("\n---Testing
ucnv_getAvailableName
..with index < 0 ");
175
available_conv =
ucnv_getAvailableName
(-1);
177
log_err("
ucnv_getAvailableName
() with index < 0) should return NULL\n");
[
all
...]
nucnvtst.c
[
all
...]
/external/icu/icu4c/source/test/perf/convperf/
convperf.h
132
convNames[idx] =
ucnv_getAvailableName
(idx);
/external/icu/icu4c/source/common/
ucnvsel.cpp
190
(int32_t)uprv_strlen(converterList != NULL ? converterList[i] :
ucnv_getAvailableName
(i)) + 1;
207
converterList != NULL ? converterList[i] :
ucnv_getAvailableName
(i));
ucnv.cpp
399
ucnv_getAvailableName
(int32_t n)
[
all
...]
/external/icu/icu4c/source/samples/ucnv/
convsamp.cpp
254
printf("%s ",
ucnv_getAvailableName
(i));
/external/icu/icu4c/source/extra/uconv/
uconv.cpp
281
name =
ucnv_getAvailableName
(i);
[
all
...]
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 799 milliseconds