Lines Matching refs:mySubChar
2608 static const char mySubChar[]={ 0x3f}; in TestEBCDIC_STATEFUL_Sub() local
2620 UCNV_FROM_U_CALLBACK_SUBSTITUTE, offset_930_subvaried, mySubChar, 1 )) in TestEBCDIC_STATEFUL_Sub()
2627 const char *mySubChar, int8_t len) in testConvertFromUnicode() argument
2679 if(mySubChar != NULL){ in testConvertFromUnicode()
2680 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertFromUnicode()
2825 const char *mySubChar, int8_t len) in testConvertToUnicode() argument
2883 if(mySubChar != NULL){ in testConvertToUnicode()
2884 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertToUnicode()
3018 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertFromUnicodeWithContext() argument
3070 if(mySubChar != NULL){ in testConvertFromUnicodeWithContext()
3071 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertFromUnicodeWithContext()
3198 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertToUnicodeWithContext() argument
3256 if(mySubChar != NULL){ in testConvertToUnicodeWithContext()
3257 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertToUnicodeWithContext()