Searched defs:mySubChar (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ducnv.c418 char *mySubChar,
437 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
443 const char *mySubChar,
458 uprv_memcpy (converter->subChars, mySubChar, len); /*copies the subchars */
417 ucnv_getSubstChars(const UConverter * converter, char *mySubChar, int8_t * len, UErrorCode * err) argument
442 ucnv_setSubstChars(UConverter * converter, const char *mySubChar, int8_t len, UErrorCode * err) argument
/external/icu4c/test/cintltst/
H A Dnccbtst.c2625 static const char mySubChar[]={ 0x3f}; local
2637 UCNV_FROM_U_CALLBACK_SUBSTITUTE, offset_930_subvaried, mySubChar, 1 ))
2644 const char *mySubChar, int8_t len)
2696 if(mySubChar != NULL){
2697 ucnv_setSubstChars(conv, mySubChar, len, &status);
2845 const char *mySubChar, int8_t len)
2903 if(mySubChar != NULL){
2904 ucnv_setSubstChars(conv, mySubChar, len, &status);
3041 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3093 if(mySubChar !
2642 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len) argument
2843 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len) argument
3039 testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
3219 testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
[all...]

Completed in 117 milliseconds