Searched refs:nativeMap (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.h | 51 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
|
D | utxttest.cpp | 305 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/ |
D | CoreImpl.java | 445 nativeMap(handle.getMojoHandle(), offset, numBytes, flags.getFlags()); in map() 627 private native ResultAnd<ByteBuffer> nativeMap( in nativeMap() method in CoreImpl
|