OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:equality2
(Results
1 - 4
of
4
) sorted by null
/external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java
865
String equality1, edit,
equality2
;
local
882
equality2
= nextDiff.text;
890
equality2
= commonString +
equality2
;
896
bestEquality2 =
equality2
;
898
+ diff_cleanupSemanticScore(edit,
equality2
);
899
while (edit.length() != 0 &&
equality2
.length() != 0
900
&& edit.charAt(0) ==
equality2
.charAt(0)) {
902
edit = edit.substring(1) +
equality2
.charAt(0);
903
equality2
= equality2.substring(1)
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
Completed in 991 milliseconds