Searched refs:word (Results 1 – 7 of 7) sorted by relevance
279 String word = text.substring(begin, begin + typo.length()); in reportTypo() local284 boolean isCapitalized = Character.isUpperCase(word.charAt(0)); in reportTypo()304 if (first != null && first.equalsIgnoreCase(word)) { in reportTypo()305 if (first.equals(word)) { in reportTypo()310 word, first); in reportTypo()314 word, sb.toString()); in reportTypo()317 int end = begin + word.length(); in reportTypo()
342 String word = words.get(i); in writeDatabase() local343 wordArrays[i] = word.getBytes(Charsets.UTF_8); in writeDatabase()389 byte[] word = wordArrays[i]; in writeDatabase()395 buffer.put(word); // already embeds 0 to separate typo from words in writeDatabase()
11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
4 The reason the plugin package name starts with the word "overlay"
676 protected static boolean startsWith(String word, String prefix) { in startsWith() argument678 int wordLength = word.length(); in startsWith()685 != Character.toLowerCase(word.charAt(i))) { in startsWith()716 protected static boolean nameStartsWith(String word, String prefix, String nsPrefix) { in nameStartsWith() argument732 int wordLength = word.length(); in nameStartsWith()741 char c2 = Character.toLowerCase(word.charAt(j)); in nameStartsWith()748 if (!matches && word.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX, wordStart) in nameStartsWith()758 char c2 = Character.toLowerCase(word.charAt(j)); in nameStartsWith()
259 A section that starts with the reserved word 'GLOBAL' provides global