/external/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
H A D | ContentMain.java | 34 return nativeStart(); 38 private static native int nativeStart(); method in class:ContentMain
|
/external/chromium_org/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/ |
H A D | MojoMain.java | 35 nativeStart(context, appUrl); 42 private static native void nativeStart(Context context, String appUrl); method in class:MojoMain
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | utxttest.h | 49 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, 53 int32_t nativeStart, // Range to be replaced, in UText native units.
|
H A D | utxttest.cpp | 309 int32_t nativeStart = 0; // Native unit indexes for a test. local 358 nativeStart = nativeMap[srcIndex].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; 480 int32_t nativeStart, // Rang 404 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument 477 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | utxttest.h | 49 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, 53 int32_t nativeStart, // Range to be replaced, in UText native units.
|
H A D | utxttest.cpp | 309 int32_t nativeStart = 0; // Native unit indexes for a test. local 358 nativeStart = nativeMap[srcIndex].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; 480 int32_t nativeStart, // Rang 404 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument 477 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | utext.h | 654 * @param nativeStart the native index of the first character to extract.\ 660 * nativeLimit must be >= nativeStart. 673 int64_t nativeStart, int64_t nativeLimit, 973 * @param nativeStart the native index of the start of the region to be replaced 987 int64_t nativeStart, int64_t nativeLimit, 1015 * @param nativeStart The native index of the start of the region to be copied or moved 1027 int64_t nativeStart, int64_t nativeLimit, 1194 * @param nativeStart the native index of the first characer to extract. 1209 int64_t nativeStart, int64_t nativeLimit, 1230 * @param nativeStart th [all...] |
/external/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 654 * @param nativeStart the native index of the first character to extract.\ 660 * nativeLimit must be >= nativeStart. 673 int64_t nativeStart, int64_t nativeLimit, 834 * @param nativeStart the native index of the start of the region to be replaced 848 int64_t nativeStart, int64_t nativeLimit, 876 * @param nativeStart The native index of the start of the region to be copied or moved 888 int64_t nativeStart, int64_t nativeLimit, 1055 * @param nativeStart the native index of the first characer to extract. 1070 int64_t nativeStart, int64_t nativeLimit, 1091 * @param nativeStart th [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/ |
H A D | AutocompleteController.java | 79 nativeStart(mNativeAutocompleteControllerAndroid, text, null, url, 253 private native void nativeStart(long nativeAutocompleteControllerAndroid, String text, method in class:AutocompleteController
|
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/ |
H A D | UrlRequest.java | 167 nativeStart(mUrlRequestPeer); 430 private native void nativeStart(long urlRequestPeer); method in class:UrlRequest
|
/external/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 863 int64_t nativeStart = start; local 864 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { 868 fMatchEnd = nativeStart; 1530 int64_t nativeStart; local 1531 nativeStart = start; 1532 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { 1538 MatchChunkAt((int32_t)nativeStart, FALSE, status); 1540 MatchAt(nativeStart, FALS 1602 int64_t nativeStart; local 1644 int64_t nativeStart = regionStart; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | rematch.cpp | 866 int64_t nativeStart = start; local 867 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { 871 fMatchEnd = nativeStart; 1561 int64_t nativeStart; local 1562 nativeStart = start; 1563 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { 1569 MatchChunkAt((int32_t)nativeStart, FALSE, status); 1571 MatchAt(nativeStart, FALS 1633 int64_t nativeStart; local 1675 int64_t nativeStart = regionStart; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
H A D | utext.cpp | 829 int64_t nativeStart, int64_t nativeLimit, 840 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); 846 int64_t nativeStart, int64_t nativeLimit, 858 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); 3184 // Note: The initial nativeStart and chunkOffset must sum to zero 828 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument 845 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
|
/external/icu/icu4c/source/common/ |
H A D | utext.cpp | 483 int64_t nativeStart, int64_t nativeLimit, 494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); 500 int64_t nativeStart, int64_t nativeLimit, 512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); 2827 // Note: The initial nativeStart and chunkOffset must sum to zero 482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument 499 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
|