Searched defs:UCHARBUF (Results 1 – 2 of 2) sorted by relevance
41 struct UCHARBUF { struct42 UChar* buffer;43 UChar* currentPos;44 UChar* bufLimit;45 int32_t bufCapacity;46 int32_t remaining;47 int32_t signatureLength;48 FileStream* in;49 UConverter* conv;50 UBool showWarning; /* makes this API not produce any errors */[all …]
31 typedef struct UCHARBUF UCHARBUF; typedef