Searched defs:pDestLength (Results 1 – 10 of 10) sorted by relevance
/external/cronet/third_party/icu/source/common/ |
D | ustrtrns.cpp | 42 int32_t *pDestLength, in u_strFromUTF32WithSub() 142 int32_t *pDestLength, in u_strFromUTF32() 156 int32_t *pDestLength, in u_strToUTF32WithSub() 248 int32_t *pDestLength, in u_strToUTF32() 262 int32_t *pDestLength, in u_strFromUTF8WithSub() 542 int32_t *pDestLength, in u_strFromUTF8() 556 int32_t *pDestLength, in u_strFromUTF8Lenient() 795 int32_t *pDestLength, in u_strToUTF8WithSub() 1059 int32_t *pDestLength, in u_strToUTF8() 1074 int32_t *pDestLength, in u_strFromJavaModifiedUTF8WithSub() [all …]
|
D | ustr_wcs.cpp | 67 int32_t *pDestLength, in _strToWCS() 234 int32_t *pDestLength, in u_strToWCS() 285 int32_t *pDestLength, in _strFromWCS() 488 int32_t *pDestLength, in u_strFromWCS()
|
D | ubiditransform.cpp | 86 uint32_t *pDestLength; /* number of UChars written to dest */ member
|
D | utext.cpp | 1420 int32_t *pDestLength, in utext_strFromUTF8()
|
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 42 int32_t *pDestLength, in u_strFromUTF32WithSub() 142 int32_t *pDestLength, in u_strFromUTF32() 156 int32_t *pDestLength, in u_strToUTF32WithSub() 248 int32_t *pDestLength, in u_strToUTF32() 262 int32_t *pDestLength, in u_strFromUTF8WithSub() 542 int32_t *pDestLength, in u_strFromUTF8() 556 int32_t *pDestLength, in u_strFromUTF8Lenient() 795 int32_t *pDestLength, in u_strToUTF8WithSub() 1059 int32_t *pDestLength, in u_strToUTF8() 1074 int32_t *pDestLength, in u_strFromJavaModifiedUTF8WithSub() [all …]
|
D | ustr_wcs.cpp | 67 int32_t *pDestLength, in _strToWCS() 234 int32_t *pDestLength, in u_strToWCS() 285 int32_t *pDestLength, in _strFromWCS() 488 int32_t *pDestLength, in u_strFromWCS()
|
D | ubiditransform.cpp | 86 uint32_t *pDestLength; /* number of UChars written to dest */ member
|
D | utext.cpp | 1420 int32_t *pDestLength, in utext_strFromUTF8()
|
/external/icu/libicu/src/ |
D | shim.cpp | 541 UChar * u_strFromUTF32(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UChar32 * s… in u_strFromUTF32() 544 UChar * u_strFromUTF32WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UCha… in u_strFromUTF32WithSub() 547 UChar * u_strFromUTF8(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char * src, … in u_strFromUTF8() 550 UChar * u_strFromUTF8Lenient(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8Lenient() 553 UChar * u_strFromUTF8WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8WithSub() 565 UChar32 * u_strToUTF32(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * s… in u_strToUTF32() 568 UChar32 * u_strToUTF32WithSub(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UC… in u_strToUTF32WithSub() 571 char * u_strToUTF8(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int… in u_strToUTF8() 574 char * u_strToUTF8WithSub(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * s… in u_strToUTF8WithSub()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 167 UChar * u_strFromUTF8_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char… in u_strFromUTF8_android() 170 UChar * u_strFromUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, con… in u_strFromUTF8WithSub_android() 176 char * u_strToUTF8_android(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * … in u_strToUTF8_android()
|