UDataMemory *mem;
const int32_t *indexes;
const uint16_t *exceptions;
- const UChar *unfold;
+ const uint16_t *unfold;
UTrie2 trie;
uint8_t formatVersion[4];
full&=UCASE_FULL_LOWER;
if(full!=0) {
/* set the output pointer to the lowercase mapping */
- *pString=pe+1;
+ *pString=reinterpret_cast<const UChar *>(pe+1);
/* return the string length */
return full;
if(full!=0) {
/* set the output pointer to the result string */
- *pString=pe;
+ *pString=reinterpret_cast<const UChar *>(pe);
/* return the string length */
return full;
if(full!=0) {
/* set the output pointer to the result string */
- *pString=pe;
+ *pString=reinterpret_cast<const UChar *>(pe);
/* return the string length */
return full;