OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativeLimit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
rematch.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp
310
int32_t
nativeLimit
= 0;
359
nativeLimit
= nativeMap[srcIndex+srcLength].nativeIdx;
368
nativeStart,
nativeLimit
, nativeDest,
372
nativeStart,
nativeLimit
, nativeDest,
387
nativeStart,
nativeLimit
,
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
) {
463
expectedNativeLength +=
nativeLimit
- nativeStart;
481
int32_t
nativeLimit
,
[
all
...]
/external/icu4c/i18n/
rematch.cpp
[
all
...]
/external/icu4c/test/intltest/
utxttest.cpp
308
int32_t
nativeLimit
= 0;
357
nativeLimit
= nativeMap[srcIndex+srcLength].nativeIdx;
366
nativeStart,
nativeLimit
, nativeDest,
370
nativeStart,
nativeLimit
, nativeDest,
385
nativeStart,
nativeLimit
,
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
) {
461
expectedNativeLength +=
nativeLimit
- nativeStart;
479
int32_t
nativeLimit
,
[
all
...]
Completed in 73 milliseconds