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

  /external/chromium_org/third_party/icu/source/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 312 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String
361 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
367 u16Start, u16Limit, u16Dest);
371 u16Start, u16Limit, u16Dest);
386 u16Start, u16Limit,
404 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
420 targetUS.copy(u16Start, u16Limit, u16Dest);
423 if (u16Limit < u16Dest) {
424 targetUS.removeBetween(u16Start, u16Limit);
426 int32_t amtCopied = u16Limit - u16Start
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.h 50 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
56 int32_t u16Limit, // for use in the reference UnicodeString.
utxttest.cpp 314 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String
363 u16Limit = u16Map[srcIndex+srcLength].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);
425 if (u16Limit < u16Dest) {
426 targetUS.removeBetween(u16Start, u16Limit);
428 int32_t amtCopied = u16Limit - u16Start
    [all...]

Completed in 151 milliseconds