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 52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
utxttest.cpp 292 // nativeMap Mapping from code points to native indexes for the UText.
298 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
359 nativeStart = nativeMap[srcIndex].nativeIdx;
360 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
361 nativeDest = nativeMap[destIndex].nativeIdx;
    [all...]
  /external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 380 nativeMap(handle.getMojoHandle(), offset, numBytes, flags.getFlags());
509 private native ResultAnd<ByteBuffer> nativeMap(

Completed in 289 milliseconds