Searched defs:u16Start (Results 1 - 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | utxttest.cpp | 312 int32_t u16Start = 0; // UTF-16 indexes for a test. local 361 u16Start = u16Map[srcIndex].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); 425 targetUS.removeBetween(u16Start, u16Limit); 427 int32_t amtCopied = u16Limit - u16Start; 428 targetUS.removeBetween(u16Start 403 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument 476 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument [all...] |
/external/icu4c/test/intltest/ |
H A D | utxttest.cpp | 314 int32_t u16Start = 0; // UTF-16 indexes for a test. local 363 u16Start = u16Map[srcIndex].nativeIdx; 370 u16Start, u16Limit, u16Dest); 374 u16Start, u16Limit, u16Dest); 389 u16Start, u16Limit, 407 int32_t u16Start, int32_t u16Limit, int32_t u16Dest) 423 targetUS.copy(u16Start, u16Limit, u16Dest); 427 targetUS.removeBetween(u16Start, u16Limit); 429 int32_t amtCopied = u16Limit - u16Start; 430 targetUS.removeBetween(u16Start 405 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument 478 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument [all...] |
Completed in 346 milliseconds