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

  /external/icu4c/test/intltest/
utxttest.h 50 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
55 int32_t u16Start, // Range to be replaced, in UTF-16 units
utxttest.cpp 313 int32_t u16Start = 0; // UTF-16 indexes for a test.
362 u16Start = u16Map[srcIndex].nativeIdx;
369 u16Start, u16Limit, u16Dest);
373 u16Start, u16Limit, u16Dest);
388 u16Start, u16Limit,
406 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
422 targetUS.copy(u16Start, u16Limit, u16Dest);
426 targetUS.removeBetween(u16Start, u16Limit);
428 int32_t amtCopied = u16Limit - u16Start;
429 targetUS.removeBetween(u16Start+amtCopied, u16Limit+amtCopied)
    [all...]

Completed in 434 milliseconds