HomeSort by relevance Sort by last modified time
    Searched refs:UConverter (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/icu/icu4c/source/common/
ustr_cnv.h 31 U_CAPI UConverter* U_EXPORT2
40 u_releaseDefaultConverter(UConverter *converter);
ucnv_imp.h 61 U_CAPI UConverter *
62 ucnv_createConverter(UConverter *myUConverter, const char *converterName, UErrorCode * err);
66 * @param myUConverter NULL, or pre-allocated UConverter structure to avoid
75 U_CFUNC UConverter *
76 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
87 U_CFUNC UConverter *
88 ucnv_createConverterFromSharedData(UConverter *myUConverter,
93 U_CFUNC UConverter *
97 * Load a converter but do not create a UConverter object.
ucnv_cnv.h 69 typedef void (*UConverterOpen) (UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode);
70 typedef void (*UConverterClose) (UConverter *cnv);
78 typedef void (*UConverterReset) (UConverter *cnv, UConverterResetChoice choice);
152 typedef void (*UConverterGetStarters)(const UConverter* converter,
160 typedef const char * (*UConverterGetName) (const UConverter *cnv);
165 * the substitution character from UConverter.
180 typedef UConverter * (*UConverterSafeClone) (const UConverter *cnv,
209 typedef void (*UConverterGetUnicodeSet) (const UConverter *cnv,
287 ucnv_getCompleteUnicodeSet(const UConverter *cnv
    [all...]
ustr_cnv.cpp 34 static UConverter *gDefaultConverter = NULL;
36 U_CAPI UConverter* U_EXPORT2
39 UConverter *converter = NULL;
65 u_releaseDefaultConverter(UConverter *converter)
88 UConverter *converter = NULL;
137 UConverter *cnv = u_getDefaultConverter(&err);
167 UConverter *cnv = u_getDefaultConverter(&err);
209 UConverter *cnv = u_getDefaultConverter(&err);
239 UConverter *cnv = u_getDefaultConverter(&err);
ucnv_set.cpp 32 ucnv_getUnicodeSet(const UConverter *cnv,
ucnv.cpp 70 U_CAPI UConverter* U_EXPORT2
74 UConverter *r;
84 U_CAPI UConverter* U_EXPORT2
91 U_CAPI UConverter* U_EXPORT2
133 U_CAPI UConverter* U_EXPORT2
155 U_CAPI UConverter* U_EXPORT2
156 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)
158 UConverter *localConverter, *allocatedConverter;
212 bufferSizeNeeded = sizeof(UConverter);
248 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded)
    [all...]
ucnv_cnv.cpp 32 ucnv_getCompleteUnicodeSet(const UConverter *cnv,
43 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv,
55 ucnv_fromUWriteBytes(UConverter *cnv,
95 ucnv_toUWriteUChars(UConverter *cnv,
135 ucnv_toUWriteCodePoint(UConverter *cnv,
ucnvhz.cpp 60 UConverter* gbConverter;
72 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
73 UConverter *gbConverter;
98 _HZClose(UConverter *cnv){
109 _HZReset(UConverter *cnv, UConverterResetChoice choice){
501 UConverter *cnv = args->converter;
531 UConverter cnv;
532 UConverter subCnv;
538 static UConverter * U_CALLCONV
539 _HZ_SafeClone(const UConverter *cnv,
    [all...]
ucnv_ext.h 88 * buffers in UConverter that are used to store partial matches.
353 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
367 ucnv_extContinueMatchToU(UConverter *cnv,
373 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
387 ucnv_extContinueMatchFromU(UConverter *cnv,
ures_cnv.cpp 58 UConverter *cnv=u_getDefaultConverter(status);
unistr_cnv.cpp 80 UConverter *cnv,
164 UConverter *converter;
208 UConverter *cnv,
252 UConverter *cnv,
315 UConverter *converter;
359 UConverter *converter,
  /external/icu/icu4c/source/common/unicode/
ucnv.h 317 * Creates a UConverter object with the name of a coded character set specified as a C string.
366 U_STABLE UConverter* U_EXPORT2
384 * @param name Name of the UConverter table in a zero terminated
396 U_STABLE UConverter* U_EXPORT2
401 * Creates a UConverter object from a CCSID number and platform pair.
464 U_STABLE UConverter* U_EXPORT2
470 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
499 U_STABLE UConverter* U_EXPORT2
541 U_STABLE UConverter * U_EXPORT2
542 ucnv_safeClone(const UConverter *cnv
    [all...]
ucnv_err.h 15 * \brief C UConverter predefined error callbacks
37 * UConverter *myConverter = ucnv_open("ibm-949", &err);
63 * UConverter *myConverter = ucnv_open("ibm-949", &err);
92 /** Forward declaring the UConverter structure. @stable ICU 2.0 */
93 struct UConverter;
96 typedef struct UConverter UConverter;
197 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
213 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
  /external/icu/icu4c/source/test/intltest/
convtest.h 89 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
95 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
100 UConverter *
104 UConverter *utf8Cnv;
  /external/sfntly/cpp/src/test/
test_utils.h 91 static int32_t EncodeOneChar(UConverter* encoder, int16_t uchar);
97 static UConverter* GetEncoder(const char* charsetName);
test_utils.cc 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) {
72 UConverter* TestUtils::GetEncoder(const char* charset_name) {
76 UConverter* conv = ucnv_open(charset_name, &status);
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 119 UBool isEuroAware(UConverter*);
128 UConverter* myConv = ucnv_open(convertersToCheck[i], &err);
142 UBool isEuroAware(UConverter* myConv)
  /frameworks/av/media/libmedia/include/media/
CharacterEncodingDetector.h 56 UConverter* mUtf8Conv;
  /external/icu/icu4c/source/i18n/
csmatch.cpp 63 UConverter *conv = ucnv_open(getName(), status);
  /external/icu/icu4c/source/samples/cal/
uprint.c 33 UConverter *converter;
  /external/icu/icu4c/source/samples/date/
uprint.c 34 UConverter *converter;
  /external/icu/icu4c/source/test/testmap/
testmap.c 31 UConverter *c;
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 171 * the converter to correct state for converting the rest of the stream. So the UConverter parameter
185 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
191 * the converter to correct state for converting the rest of the stream. So the UConverter parameter
205 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
  /external/icu/icu4c/source/io/
ustream.cpp 44 UConverter *converter;
84 UConverter *converter;
  /external/libxml2/include/libxml/
encoding.h 135 UConverter *uconv; /* for conversion between an encoding and UTF-16 */
136 UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */

Completed in 295 milliseconds

1 2 3 4