Home
last modified time | relevance | path

Searched defs:actualLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp230 size_t actualLength, expectedLength; in CompareFile() local
239 …bool CompareBufferFile(const char* actualBuffer, size_t actualLength, const char* expectedFilename… in CompareBufferFile()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java172 final int actualLength = Math.min(beforeCursor.length(), internal.length()); in checkConsistencyForDebug() local