OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativeDest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp
309
int32_t
nativeDest
= 0;
358
nativeDest
= nativeMap[destIndex].nativeIdx;
366
nativeStart, nativeLimit,
nativeDest
,
370
nativeStart, nativeLimit,
nativeDest
,
403
int32_t nativeStart, int32_t nativeLimit, int32_t
nativeDest
,
432
utext_copy(targetUT, nativeStart, nativeLimit,
nativeDest
, move, &status);
433
if (
nativeDest
> nativeStart &&
nativeDest
< nativeLimit) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
utxttest.cpp
311
int32_t
nativeDest
= 0;
360
nativeDest
= nativeMap[destIndex].nativeIdx;
368
nativeStart, nativeLimit,
nativeDest
,
372
nativeStart, nativeLimit,
nativeDest
,
405
int32_t nativeStart, int32_t nativeLimit, int32_t
nativeDest
,
434
utext_copy(targetUT, nativeStart, nativeLimit,
nativeDest
, move, &status);
435
if (
nativeDest
> nativeStart &&
nativeDest
< nativeLimit) {
[
all
...]
Completed in 8931 milliseconds