Searched defs:UConverter (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_bld.h | 129 struct UConverter { struct 135 UConverterFromUnicodeArgs *args, argument 146 UConverterToUnicodeArgs *args, argument 172 …UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter objec… argument 174 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ argument 177 …UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-all… argument 178 … if extraInfo is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */ 180 UBool useFallback; 181 int8_t toULength; /* number of bytes in toUBytes */ 182 …8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */ [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 130 struct UConverter { struct 136 UConverterFromUnicodeArgs *args, argument 147 UConverterToUnicodeArgs *args, argument 173 …UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter objec… argument 175 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ argument 178 …UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-all… argument 179 … if extraInfo is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */ 181 UBool useFallback; 182 int8_t toULength; /* number of bytes in toUBytes */ 183 …8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */ [all …]
|
D | ucnv2022.cpp | 426 setInitialStateToUnicodeKR(UConverter* /*converter*/, UConverterDataISO2022 *myConverterData){ in setInitialStateToUnicodeKR() argument
|
/external/chromium_org/url/ |
D | url_canon_icu.h | 14 typedef struct UConverter UConverter; typedef
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecICU.h | 34 typedef struct UConverter UConverter; typedef
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv_err.h | 94 typedef struct UConverter UConverter; typedef
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucnv_err.h | 94 typedef struct UConverter UConverter; typedef
|