Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.h52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
Dutxttest.cpp298 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR() argument
359 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
360 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()
361 nativeDest = nativeMap[destIndex].nativeIdx; in TestCMR()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java380 nativeMap(handle.getMojoHandle(), offset, numBytes, flags.getFlags()); in map()
509 private native ResultAnd<ByteBuffer> nativeMap( in nativeMap() method in CoreImpl