/external/icu/icu4c/source/test/cintltst/ |
cctest.c | 67 strcpy(defaultName, ucnv_getDefaultName()); 78 log_verbose("name from u_getDefaultConverter() after set to %s (%s) = %s\n", SET_TO, ucnv_getDefaultName(), nameAfterSet);
|
ccapitst.c | [all...] |
/external/icu/icu4c/source/common/ |
unistr_cnv.cpp | 175 const char *defaultName = ucnv_getDefaultName(); 317 const char *defaultName = ucnv_getDefaultName();
|
ucnv_bld.cpp | 758 /* Call ucnv_getDefaultName first to query the name from the OS. */ 759 pArgs->name = ucnv_getDefaultName(); [all...] |
/external/icu/icu4c/source/test/iotest/ |
stream.cpp | 79 strncpy(defConvName, ucnv_getDefaultName(), UPRV_LENGTHOF(defConvName));
|
filetst.c | 372 || strcmp(u_fgetcodepage(myFile), ucnv_getDefaultName()) != 0) 375 u_fgetcodepage(myFile), ucnv_getDefaultName()); 389 || strcmp(u_fgetcodepage(myFile), ucnv_getDefaultName()) != 0) [all...] |
iotest.cpp | [all...] |
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | 360 * @see ucnv_getDefaultName 378 * one with the ucnv_getDefaultName() return value. [all...] |
urename.h | [all...] |
/external/icu/libandroidicu/include/unicode/ |
ucnv.h | 360 * @see ucnv_getDefaultName 378 * one with the ucnv_getDefaultName() return value. [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 215 name one would get when calling ucnv_getDefaultName() [all...] |
/external/icu/icu4c/source/samples/ucnv/ |
convsamp.cpp | 1118 printf("Default Converter=%s\n", ucnv_getDefaultName() );
|
/external/icu/icu4c/source/tools/genrb/ |
derb.cpp | 291 u_fprintf(out, "// -*- Coding: %s; -*-\n//\n", encoding ? encoding : getEncodingName(ucnv_getDefaultName()));
|
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.cpp | 506 STRING_PARAM(paramConverterDefault, ucnv_getDefaultName())
|
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | [all...] |
/external/icu/libandroidicu/static_shim/ |
shim.cpp | [all...] |