Codebase list mozc / 41c001d
Replace common typo "retrun" by "return" REF_BUG= REF_CL=181326496 REF_TIME=2018-01-09T18:01:14+01:00 REF_TIME_RAW=1515517274 +0100 Andreas Schäfer 6 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
114114
115115 // Copies the contents of the given source to buf, and store the size into
116116 // buf_size.
117 // Retruns true, if finished successfully. Otherwise, false.
117 // Returns true, if finished successfully. Otherwise, false.
118118 bool CopyJByteArrayToBuf(JNIEnv *env, const jbyteArray &source,
119119 void *buf, size_t *buf_size) {
120120 const jsize size = env->GetArrayLength(source);
2929
3030 MAJOR=2
3131 MINOR=23
32 BUILD=2785
32 BUILD=2786
3333 REVISION=102
3434 # This version represents the version of Mozc IME engine (converter, predictor,
3535 # etc.). This version info is included both in the Mozc server and in the Mozc
7676
7777 // This function scans each section of a given mapped image section and
7878 // changes memory protection attribute to read-only.
79 // Retruns true if all sections are changed to one read-only region.
79 // Returns true if all sections are changed to one read-only region.
8080 // |result_info| contains the memory block information of the combined
8181 // region if succeeds.
8282 bool MakeReadOnlyForMappedModule(