Searched defs:nativeStart (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/ |
D | WatcherImpl.java | 58 private native int nativeStart(long implPtr, int mojoHandle, int flags); in nativeStart() method in WatcherImpl
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 310 int32_t nativeStart = 0; // Native unit indexes for a test. in TestCMR() local 406 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() 481 int32_t nativeStart, // Range to be replaced, in UText native units. in TestReplace()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 904 int64_t nativeStart = start; in find() local 1503 int64_t nativeStart; in lookingAt() local 1575 int64_t nativeStart; in matches() local 1617 int64_t nativeStart = regionStart; in region() local
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 485 int64_t nativeStart, int64_t nativeLimit, in utext_replace() 502 int64_t nativeStart, int64_t nativeLimit, in utext_copy()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2838 void utext_copy_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UB… in utext_copy_android() 2847 int32_t utext_extract_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, UChar * dest, i… in utext_extract_android() 2892 int32_t utext_replace_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, const UChar * r… in utext_replace_android()
|