/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/ |
D | encoding.h | 134 struct _uconv_t { struct 141 typedef struct _uconv_t uconv_t; argument
|
/aosp_15_r20/external/libxml2/ |
H A D | encoding.c | 1220 struct _uconv_t { struct 1221 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ 1222 UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */ 1223 UChar *pivot_source; 1224 UChar *pivot_target; 1225 int isInput; 1226 UChar pivot_buf[ICU_PIVOT_BUF_SIZE];
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | encoding.c | 52 struct _uconv_t { struct 53 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ 54 UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */ 55 UChar pivot_buf[ICU_PIVOT_BUF_SIZE]; 56 UChar *pivot_source; 57 UChar *pivot_target;
|