HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_getDefaultName (Results 1 - 21 of 21) sorted by null

  /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);
ccapitst.c     [all...]
  /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/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/tools/icuinfo/
icuinfo.cpp 133 printf("Default converter: %s\n", ucnv_getDefaultName());
  /external/icu4c/common/unicode/
ucnv.h 321 * @see ucnv_getDefaultName
339 * one with the ucnv_getDefaultName() return value.
    [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
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/
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/
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/icu4c/extra/uconv/
uconv.cpp 214 name one would get when calling ucnv_getDefaultName()
    [all...]
  /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/samples/ucnv/
convsamp.cpp 1082 printf("Default Converter=%s\n", ucnv_getDefaultName() );
  /external/icu4c/test/intltest/
intltest.cpp     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 486 #define ucnv_getDefaultName ucnv_getDefaultName_3_2
    [all...]

Completed in 198 milliseconds