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

  /external/icu4c/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...]

Completed in 292 milliseconds