HomeSort by relevance Sort by last modified time
    Searched refs:u8Len (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 257 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
258 char *u8String = new char[u8Len + 1];
259 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
266 U8_NEXT(u8String, i, u8Len, c)
269 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 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.
    [all...]

Completed in 36 milliseconds