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

/external/chromium_org/third_party/icu/source/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/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.c2597 static const char mySubChar[]={ 0x3f}; local
2609 UCNV_FROM_U_CALLBACK_SUBSTITUTE, offset_930_subvaried, mySubChar, 1 ))
2616 const char *mySubChar, int8_t len)
2668 if(mySubChar != NULL){
2669 ucnv_setSubstChars(conv, mySubChar, len, &status);
2817 const char *mySubChar, int8_t len)
2875 if(mySubChar != NULL){
2876 ucnv_setSubstChars(conv, mySubChar, len, &status);
3013 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3065 if(mySubChar !
2614 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
2815 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
3011 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
3191 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 114 milliseconds