Home | History | Annotate | Download | only in cintltst

Lines Matching full:const

45 UBool testConvertFromUnicode(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen, 
46 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets,
47 const char *mySubChar, int8_t len);
50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
52 const char *mySubChar, int8_t len);
54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
55 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
56 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
60 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
62 static void printSeq(const uint8_t* a, int len);
63 static void printUSeq(const UChar* a, int len);
64 static void printSeqErr(const uint8_t* a, int len);
65 static void printUSeqErr(const UChar* a, int len);
66 static void setNuConvTestName(const char *codepage, const char *direction);