OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucnv_getAvailableName
(Results
1 - 20
of
20
) sorted by null
/external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp
71
const char* name =
ucnv_getAvailableName
(i);
184
const char* name =
ucnv_getAvailableName
(i);
/external/icu4c/common/unicode/
ucnv.h
32
* iterate over the converter aliases. The functions {@link
ucnv_getAvailableName
() },
312
* used for this parameter. See
ucnv_getAvailableName
and
319
* @see
ucnv_getAvailableName
[
all
...]
urename.h
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h
32
* iterate over the converter aliases. The functions {@link
ucnv_getAvailableName
() },
[
all
...]
urename.h
482
#define
ucnv_getAvailableName
ucnv_getAvailableName_3_2
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h
32
* iterate over the converter aliases. The functions {@link
ucnv_getAvailableName
() },
[
all
...]
urename.h
482
#define
ucnv_getAvailableName
ucnv_getAvailableName_3_2
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
ucnv.h
32
* iterate over the converter aliases. The functions {@link
ucnv_getAvailableName
() },
[
all
...]
urename.h
482
#define
ucnv_getAvailableName
ucnv_getAvailableName_3_2
[
all
...]
/external/icu4c/test/cintltst/
ucnvseltst.c
64
gAvailableNames[i] =
ucnv_getAvailableName
(i);
ncnvtst.c
[
all
...]
ccapitst.c
205
/*Tests
ucnv_getAvailableName
(), getAvialableCount()*/
212
log_verbose("\n---Testing
ucnv_getAvailableName
.."); /*need to check this out */
214
available_conv =
ucnv_getAvailableName
(testLong1);
215
/*test
ucnv_getAvailableName
with err condition*/
216
log_verbose("\n---Testing
ucnv_getAvailableName
..with index < 0 ");
217
available_conv =
ucnv_getAvailableName
(-1);
219
log_err("
ucnv_getAvailableName
() with index < 0) should return NULL\n");
[
all
...]
nucnvtst.c
[
all
...]
/external/icu4c/common/
ucnvsel.cpp
185
(int32_t)uprv_strlen(converterList != NULL ? converterList[i] :
ucnv_getAvailableName
(i)) + 1;
202
converterList != NULL ? converterList[i] :
ucnv_getAvailableName
(i));
ucnv.c
397
ucnv_getAvailableName
(int32_t n)
[
all
...]
/external/icu4c/samples/ucnv/
convsamp.cpp
250
printf("%s ",
ucnv_getAvailableName
(i));
/external/icu4c/test/perf/convperf/
convperf.h
128
convNames[idx] =
ucnv_getAvailableName
(idx);
/libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp
282
const char* name =
ucnv_getAvailableName
(i);
/external/icu4c/extra/uconv/
uconv.cpp
280
name =
ucnv_getAvailableName
(i);
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
482
#define
ucnv_getAvailableName
ucnv_getAvailableName_3_2
[
all
...]
Completed in 822 milliseconds