OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u16Dest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h
50
int32_t u16Start, int32_t u16Limit, int32_t
u16Dest
);
utxttest.cpp
315
int32_t
u16Dest
= 0;
364
u16Dest
= u16Map[destIndex].nativeIdx;
369
u16Start, u16Limit,
u16Dest
);
373
u16Start, u16Limit,
u16Dest
);
406
int32_t u16Start, int32_t u16Limit, int32_t
u16Dest
)
422
targetUS.copy(u16Start, u16Limit,
u16Dest
);
425
if (u16Limit <
u16Dest
) {
[
all
...]
/external/icu4c/test/intltest/
utxttest.h
49
int32_t u16Start, int32_t u16Limit, int32_t
u16Dest
);
utxttest.cpp
313
int32_t
u16Dest
= 0;
362
u16Dest
= u16Map[destIndex].nativeIdx;
367
u16Start, u16Limit,
u16Dest
);
371
u16Start, u16Limit,
u16Dest
);
404
int32_t u16Start, int32_t u16Limit, int32_t
u16Dest
)
420
targetUS.copy(u16Start, u16Limit,
u16Dest
);
423
if (u16Limit <
u16Dest
) {
[
all
...]
Completed in 147 milliseconds