Searched defs:nativeMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java389 NativeCodeAndBufferResult result = nativeMap(handle.getMojoHandle(), offset, numBytes,
662 private native NativeCodeAndBufferResult nativeMap(int mojoHandle, long offset, long numBytes, method in class:CoreImpl
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp289 // nativeMap Mapping from code points to native indexes for the UText.
295 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { argument
356 nativeStart = nativeMap[srcIndex].nativeIdx;
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
358 nativeDest = nativeMap[destIndex].nativeIdx;
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp291 // nativeMap Mapping from code points to native indexes for the UText.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { argument
358 nativeStart = nativeMap[srcIndex].nativeIdx;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
360 nativeDest = nativeMap[destIndex].nativeIdx;

Completed in 121 milliseconds