/external/icu4c/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 | 355 static void setNuConvTestName(const char *codepage, const char *direction) 358 codepage, 374 const char *codepage, const int32_t *expectOffsets , UBool useFallback) 398 setNuConvTestName(codepage, "FROM"); 402 conv = my_ucnv_open(codepage, &status); 406 log_data_err("Couldn't open converter %s\n",codepage); 453 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName); 531 const char *codepage, const int32_t *expectOffsets, UBool useFallback) 557 setNuConvTestName(codepage, "TO"); 561 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/icu4c/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); 680 ccsid = converter->sharedData->staticData->codepage; [all...] |
ucnv_bld.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
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/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 31361 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local 31386 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 33082 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local 33112 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 33110 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local 33140 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local [all...] |