Searched defs:UCHARBUF (Results 1 – 4 of 4) sorted by relevance
39 struct UCHARBUF { struct40 UChar* buffer;41 UChar* currentPos;42 UChar* bufLimit;43 int32_t bufCapacity;44 int32_t remaining;45 int32_t signatureLength;46 FileStream* in;47 UConverter* conv;48 UBool showWarning; /* makes this API not produce any errors */[all …]
28 typedef struct UCHARBUF UCHARBUF; typedef
38 struct UCHARBUF { struct39 UChar* buffer;40 UChar* currentPos;41 UChar* bufLimit;42 int32_t bufCapacity;43 int32_t remaining;44 int32_t signatureLength;45 FileStream* in;46 UConverter* conv;47 UBool showWarning; /* makes this API not produce any errors */[all …]