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

  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h 46 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
utxttest.cpp 289 // nativeMap Mapping from code points to native indexes for the UText.
295 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
356 nativeStart = nativeMap[srcIndex].nativeIdx;
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
358 nativeDest = nativeMap[destIndex].nativeIdx;
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.h 47 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
utxttest.cpp 291 // nativeMap Mapping from code points to native indexes for the UText.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
358 nativeStart = nativeMap[srcIndex].nativeIdx;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
360 nativeDest = nativeMap[destIndex].nativeIdx;
    [all...]
  /external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 389 NativeCodeAndBufferResult result = nativeMap(handle.getMojoHandle(), offset, numBytes,
662 private native NativeCodeAndBufferResult nativeMap(int mojoHandle, long offset, long numBytes,

Completed in 2590 milliseconds