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

  /external/chromium_org/third_party/icu/source/common/
ucnv_imp.h 59 UConverter *ucnv_createConverter (UConverter *myUConverter, const char *converterName, UErrorCode * err);
63 * @param myUConverter NULL, or pre-allocated UConverter structure to avoid
73 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
85 ucnv_createConverterFromSharedData(UConverter *myUConverter,
ucnv_bld.c 826 ucnv_createConverter(UConverter *myUConverter, const char *converterName, UErrorCode * err)
839 myUConverter = ucnv_createConverterFromSharedData(
840 myUConverter, mySharedConverterData,
845 UTRACE_EXIT_PTR_STATUS(myUConverter, *err);
846 return myUConverter;
857 UConverter myUConverter;
870 &myUConverter, mySharedConverterData,
881 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
915 myUConverter, (UConverterSharedData *)sharedData,
925 UConverter *myUConverter;
    [all...]
ucnv2022.c     [all...]
  /external/icu/icu4c/source/common/
ucnv_imp.h 60 ucnv_createConverter(UConverter *myUConverter, const char *converterName, UErrorCode * err);
64 * @param myUConverter NULL, or pre-allocated UConverter structure to avoid
74 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
86 ucnv_createConverterFromSharedData(UConverter *myUConverter,
ucnv_bld.cpp 838 ucnv_createConverter(UConverter *myUConverter, const char *converterName, UErrorCode * err)
851 myUConverter = ucnv_createConverterFromSharedData(
852 myUConverter, mySharedConverterData,
857 UTRACE_EXIT_PTR_STATUS(myUConverter, *err);
858 return myUConverter;
869 UConverter myUConverter;
882 &myUConverter, mySharedConverterData,
893 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
927 myUConverter, (UConverterSharedData *)sharedData,
937 UConverter *myUConverter;
    [all...]
ucnv2022.cpp     [all...]

Completed in 136 milliseconds