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

  /external/icu4c/test/intltest/
utxttest.h 49 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
55 int32_t u16Limit, // for use in the reference UnicodeString.
utxttest.cpp 313 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String
362 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
368 u16Start, u16Limit, u16Dest);
372 u16Start, u16Limit, u16Dest);
387 u16Start, u16Limit,
405 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
421 targetUS.copy(u16Start, u16Limit, u16Dest);
424 if (u16Limit < u16Dest) {
425 targetUS.removeBetween(u16Start, u16Limit);
427 int32_t amtCopied = u16Limit - u16Start
    [all...]

Completed in 16 milliseconds