HomeSort by relevance Sort by last modified time
    Searched full:codepage (Results 176 - 200 of 284) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetEncoderICU.java 122 * Use fallbacks from Unicode to codepage when useFallback or for private-use code points
130 * Use fallbacks from Unicode to codepage when useFallback or for private-use code points
758 * Write the codepage substitution character.
    [all...]
UConverterSharedData.java 90 * that has variable-length codepage sequences should also implement
UConverterDataReader.java 165 * Mappings from multiple characters (code points or codepage state
448 sd.codepage = byteBuffer.getInt();
CharsetMBCS.java 568 /* write the codepage bytes into stage 3 */
    [all...]
  /external/llvm/lib/Support/Windows/
Path.inc 862 std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16,
867 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, utf8.begin(),
877 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, utf8.data(),
  /external/icu/icu4c/source/common/unicode/
icuplug.h 309 * The string is in the platform default codepage.
udata.h 350 * from default-codepage data, using formatting or collation APIs, etc.),
  /external/icu/icu4c/source/data/mappings/
convrtrs.txt 73 # It means that a new codepage, one that differs from an
78 # If an codepage gets updated by assigning characters to previously
80 # Also, some codepages map unassigned codepage byte values
521 turkish8 # Reflect HP-UX codepage update 8/1/2008
522 turkish # Reflect HP-UX codepage update 8/1/2008
533 # Be warned. There several iso-8859-11 codepage variants, and they are all incompatible.
666 # windows-950 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codepage.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 148 * Dot is a terminator because of the POSIX form, where dot precedes the codepage.
370 * the codepage information from POSIX ids. Index must be immediately after the country
  /external/icu/icu4c/source/common/
putilimp.h 409 * Return the default codepage for this platform and locale.
412 * @return the default codepage for this platform
ucnvmbcs.h 534 * It converts one single Unicode code point into codepage bytes, encoded
553 * It returns the codepage byte for the code point, or -1 if it is unassigned.
ucnv_bld.cpp     [all...]
ucnv_err.c 193 *escape sequence to the target codepage (if conversion failure happens then
ucnv_ext.cpp 416 * 1. The first codepage character is unmappable - that's how we got into
429 /* move the first codepage character to the error field */
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 80 // Note for Windows: The "platform encoding" defaults to the "ANSI codepage",
81 // which is different from the "OEM codepage" in the console window.
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.c 497 fprintf(stderr,"###WARNING: No converter defined. Using codepage of system.\n");
514 fprintf(stderr, "Could not open codepage [%s]: %s\n", *cp, u_errorName(*error));
ucm.c 625 * fallback Unicode->codepage
641 * (reverse) fallback codepage->Unicode, copy it to the fromU table
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDParser.java 146 * Dot is a terminator because of the POSIX form, where dot precedes the codepage.
368 * the codepage information from POSIX ids. Index must be immediately after the country
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 146 * Dot is a terminator because of the POSIX form, where dot precedes the codepage.
368 * the codepage information from POSIX ids. Index must be immediately after the country
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 341 static void setNuConvTestName(const char *codepage, const char *direction)
344 codepage,
360 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
384 setNuConvTestName(codepage, "FROM");
388 conv = my_ucnv_open(codepage, &status);
392 log_data_err("Couldn't open converter %s\n",codepage);
439 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
517 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
543 setNuConvTestName(codepage, "TO");
547 conv = my_ucnv_open(codepage, &status)
    [all...]
ucsdetst.c 69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength)
72 UConverter *cnv = ucnv_open(codepage, &status);
  /external/icu/icu4c/source/io/
ustdio.c 438 /* Determine the # of codepage bytes needed to fill our UChar buffer */
uscanf_p.c 844 /* convert the character to the default codepage */
    [all...]
  /external/tcpdump/
print-fr.c 718 /* array of 16 codepages - currently we only support codepage 1,5 */
744 /* array of 16 codepages - currently we only support codepage 1,5 */
  /external/icu/icu4c/
readme.html 418 character properties, locales, codepage conversion, normalization,
570 to perform codepage conversion on files.</td>
    [all...]

Completed in 546 milliseconds

1 2 3 4 5 6 78 91011>>