/external/icu4c/test/cintltst/ |
cctest.c | 65 strcpy(defaultName, ucnv_getDefaultName()); 76 log_verbose("name from u_getDefaultConverter() after set to %s (%s) = %s\n", SET_TO, ucnv_getDefaultName(), nameAfterSet);
|
/external/icu4c/common/ |
unistr_cnv.cpp | 183 const char *defaultName = ucnv_getDefaultName(); 325 const char *defaultName = ucnv_getDefaultName();
|
ucnv_bld.c | 758 /* Call ucnv_getDefaultName first to query the name from the OS. */ 759 pArgs->name = ucnv_getDefaultName(); [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
putil.h | 89 * Please use ucnv_getDefaultName() instead.
|
ucnv.h | 313 * one with the ucnv_getDefaultName() return value. 325 * @see ucnv_getDefaultName [all...] |
urename.h | 486 #define ucnv_getDefaultName ucnv_getDefaultName_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
putil.h | 89 * Please use ucnv_getDefaultName() instead.
|
ucnv.h | 313 * one with the ucnv_getDefaultName() return value. 325 * @see ucnv_getDefaultName [all...] |
urename.h | 486 #define ucnv_getDefaultName ucnv_getDefaultName_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
putil.h | 89 * Please use ucnv_getDefaultName() instead.
|
ucnv.h | 313 * one with the ucnv_getDefaultName() return value. 325 * @see ucnv_getDefaultName [all...] |
urename.h | 486 #define ucnv_getDefaultName ucnv_getDefaultName_3_2 [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
putil.h | 89 * Please use ucnv_getDefaultName() instead.
|
urename.h | 486 #define ucnv_getDefaultName ucnv_getDefaultName_3_2 [all...] |
/external/icu4c/common/unicode/ |
putil.h | 98 * Please use ucnv_getDefaultName() instead.
|
ucnv.h | 321 * @see ucnv_getDefaultName 339 * one with the ucnv_getDefaultName() return value. [all...] |
urename.h | [all...] |
utypes.h | 174 * - ucnv_getDefaultName() always returns "UTF-8" [all...] |
/external/icu4c/extra/uconv/ |
uconv.cpp | 214 name one would get when calling ucnv_getDefaultName() [all...] |
/external/icu4c/tools/icuinfo/ |
icuinfo.cpp | 133 printf("Default converter: %s\n", ucnv_getDefaultName());
|
/external/icu4c/tools/genrb/ |
derb.c | 191 fprintf(stderr, "%s: couldn't create %s converter for encoding\n", pname, encoding ? encoding : ucnv_getDefaultName()); 202 fprintf(stderr, "%s: couldn't create %s converter for encoding\n", ucnv_getDefaultName(), pname); 335 printCString(out, converter, encoding ? encoding : getEncodingName(ucnv_getDefaultName()), -1);
|
/external/icu4c/test/iotest/ |
stream.cpp | 84 strncpy(defConvName, ucnv_getDefaultName(), sizeof(defConvName)/sizeof(defConvName[0]));
|
filetst.c | 363 || strcmp(u_fgetcodepage(myFile), ucnv_getDefaultName()) != 0) 366 u_fgetcodepage(myFile), ucnv_getDefaultName()); 380 || strcmp(u_fgetcodepage(myFile), ucnv_getDefaultName()) != 0) [all...] |
iotest.cpp | [all...] |
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 1082 printf("Default Converter=%s\n", ucnv_getDefaultName() );
|