OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativeLimit
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
rematch.cpp
[
all
...]
/external/icu/icu4c/source/test/intltest/
utxttest.cpp
312
int32_t
nativeLimit
= 0;
361
nativeLimit
= nativeMap[srcIndex+srcLength].nativeIdx;
370
nativeStart,
nativeLimit
, nativeDest,
374
nativeStart,
nativeLimit
, nativeDest,
389
nativeStart,
nativeLimit
,
407
int32_t nativeStart, int32_t
nativeLimit
, int32_t nativeDest,
436
utext_copy(targetUT, nativeStart,
nativeLimit
, nativeDest, move, &status);
437
if (nativeDest > nativeStart && nativeDest <
nativeLimit
) {
465
expectedNativeLength +=
nativeLimit
- nativeStart;
483
int32_t
nativeLimit
,
[
all
...]
Completed in 519 milliseconds