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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c428 char *mySubChar,
447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
453 const char *mySubChar,
468 uprv_memcpy (converter->subChars, mySubChar, len); /*copies the subchars */
427 ucnv_getSubstChars(const UConverter * converter, char *mySubChar, int8_t * len, UErrorCode * err) argument
452 ucnv_setSubstChars(UConverter * converter, const char *mySubChar, int8_t len, UErrorCode * err) argument
/external/icu/icu4c/source/common/
H A Ducnv.c428 char *mySubChar,
447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
453 const char *mySubChar,
468 uprv_memcpy (converter->subChars, mySubChar, len); /*copies the subchars */
427 ucnv_getSubstChars(const UConverter * converter, char *mySubChar, int8_t * len, UErrorCode * err) argument
452 ucnv_setSubstChars(UConverter * converter, const char *mySubChar, int8_t len, UErrorCode * err) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnccbtst.c2602 static const char mySubChar[]={ 0x3f}; local
2614 UCNV_FROM_U_CALLBACK_SUBSTITUTE, offset_930_subvaried, mySubChar, 1 ))
2621 const char *mySubChar, int8_t len)
2673 if(mySubChar != NULL){
2674 ucnv_setSubstChars(conv, mySubChar, len, &status);
2819 const char *mySubChar, int8_t len)
2877 if(mySubChar != NULL){
2878 ucnv_setSubstChars(conv, mySubChar, len, &status);
3012 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3064 if(mySubChar !
2619 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
2817 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
3010 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
3190 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...]
/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c2606 static const char mySubChar[]={ 0x3f}; local
2618 UCNV_FROM_U_CALLBACK_SUBSTITUTE, offset_930_subvaried, mySubChar, 1 ))
2625 const char *mySubChar, int8_t len)
2677 if(mySubChar != NULL){
2678 ucnv_setSubstChars(conv, mySubChar, len, &status);
2823 const char *mySubChar, int8_t len)
2881 if(mySubChar != NULL){
2882 ucnv_setSubstChars(conv, mySubChar, len, &status);
3016 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3068 if(mySubChar !
2623 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
2821 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
3014 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
3194 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 211 milliseconds