Home | History | Annotate | Download | only in intltest

Lines Matching refs:u8Len

259     int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
260 char *u8String = new char[u8Len + 1];
261 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
268 U8_NEXT(u8String, i, u8Len, c)
271 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.