Home
last modified time | relevance | path

Searched refs:ucnv_fixFileSeparator (Results 1 – 7 of 7) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducnv.h1915 ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen);
Durename.h629 #define ucnv_fixFileSeparator U_ICU_ENTRY_POINT_RENAME(ucnv_fixFileSeparator) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1915 ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen);
Durename.h629 #define ucnv_fixFileSeparator U_ICU_ENTRY_POINT_RENAME(ucnv_fixFileSeparator) macro
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c1506 ucnv_fixFileSeparator(cnv, outUnicode, (int32_t)(u-outUnicode)); in TestAmbiguousConverter()
1594 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength); in TestAmbiguous()
/external/icu/icu4c/source/common/
Ducnv.cpp2655 ucnv_fixFileSeparator(const UConverter *cnv, in ucnv_fixFileSeparator() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp944 ucnv_fixFileSeparator(cnv, source, sourceLen); in ucnv_fixFileSeparator_android()