HomeSort by relevance Sort by last modified time
    Searched refs:codepage (Results 51 - 67 of 67) sorted by null

1 23

  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
ucnv.h 25 * <p>This API is used to convert codepage or character encoded data to and
184 * Function pointer for error callback in the codepage to unicode direction.
188 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
189 * @param length Size (in bytes) of the concerned codepage sequence
207 * Function pointer for error callback in the unicode to codepage direction.
212 * @param length Size (in bytes) of the concerned codepage sequence
349 * Windows codepage numbers starting with "windows-" are frequently
439 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
449 * @param codepage codepage number to creat
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 218 ** current codepage settings for file apis.
226 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local
228 nByte = MultiByteToWideChar(codepage, 0, zFilename, -1, NULL,0)*sizeof(WCHAR);
233 nByte = MultiByteToWideChar(codepage, 0, zFilename, -1, zMbcsFilename, nByte);
243 ** user's Ansi codepage.
251 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local
253 nByte = WideCharToMultiByte(codepage, 0, zWideFilename, -1, 0, 0, 0, 0);
258 nByte = WideCharToMultiByte(codepage, 0, zWideFilename, -1, zFilename, nByte,
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 25 * <p>This API is used to convert codepage or character encoded data to and
148 * Function pointer for error callback in the codepage to unicode direction.
152 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
153 * @param length Size (in bytes) of the concerned codepage sequence
171 * Function pointer for error callback in the unicode to codepage direction.
176 * @param length Size (in bytes) of the concerned codepage sequence
311 * Windows codepage numbers starting with "windows-" are frequently
401 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
411 * @param codepage codepage number to creat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
richedit.h 937 UINT codepage; member in struct:_settextex
949 UINT codepage; member in struct:_gettextex
963 UINT codepage; member in struct:_gettextlengthex
  /external/chromium_org/third_party/icu/source/test/cintltst/
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);
nucnvtst.c 336 static void setNuConvTestName(const char *codepage, const char *direction)
339 codepage,
355 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
379 setNuConvTestName(codepage, "FROM");
383 conv = my_ucnv_open(codepage, &status);
387 log_data_err("Couldn't open converter %s\n",codepage);
434 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
512 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
538 setNuConvTestName(codepage, "TO");
542 conv = my_ucnv_open(codepage, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
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);
nucnvtst.c 343 static void setNuConvTestName(const char *codepage, const char *direction)
346 codepage,
362 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
386 setNuConvTestName(codepage, "FROM");
390 conv = my_ucnv_open(codepage, &status);
394 log_data_err("Couldn't open converter %s\n",codepage);
441 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
519 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
545 setNuConvTestName(codepage, "TO");
549 conv = my_ucnv_open(codepage, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv.c 127 /*Assumes a $platform-#codepage.$CONVERTER_FILE_EXTENSION scheme and calls
130 ucnv_openCCSID (int32_t codepage,
142 T_CString_integerToString(myName + myNameLen, codepage, 10);
678 ccsid = converter->sharedData->staticData->codepage;
    [all...]
ucnv_bld.c     [all...]
  /external/icu/icu4c/source/common/
ucnv.c 129 /*Assumes a $platform-#codepage.$CONVERTER_FILE_EXTENSION scheme and calls
132 ucnv_openCCSID (int32_t codepage,
144 T_CString_integerToString(myName + myNameLen, codepage, 10);
688 ccsid = converter->sharedData->staticData->codepage;
    [all...]
ucnv_bld.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 291 static CFX_CharMap* GetDefaultMapper(FX_INT32 codepage = 0);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 31346 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local
31371 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 33594 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
33624 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 33614 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
33644 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
    [all...]

Completed in 1353 milliseconds

1 23