HomeSort by relevance Sort by last modified time
    Searched refs:nativeMap (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
utxttest.h 51 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
utxttest.cpp 299 // nativeMap Mapping from code points to native indexes for the UText.
305 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
366 nativeStart = nativeMap[srcIndex].nativeIdx;
367 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
368 nativeDest = nativeMap[destIndex].nativeIdx;
    [all...]
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 445 nativeMap(handle.getMojoHandle(), offset, numBytes, flags.getFlags());
627 private native ResultAnd<ByteBuffer> nativeMap(

Completed in 428 milliseconds