Home
last modified time | relevance | path

Searched refs:nativeMap (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dutxttest.h51 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
Dutxttest.cpp305 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR() argument
366 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
367 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()
368 nativeDest = nativeMap[destIndex].nativeIdx; in TestCMR()
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java445 nativeMap(handle.getMojoHandle(), offset, numBytes, flags.getFlags()); in map()
627 private native ResultAnd<ByteBuffer> nativeMap( in nativeMap() method in CoreImpl