Home
last modified time | relevance | path

Searched refs:word (Results 1 – 7 of 7) sorted by relevance

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DTypoDetector.java279 String word = text.substring(begin, begin + typo.length()); in reportTypo() local
284 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()
DTypoLookup.java342 String word = words.get(i); in writeDatabase() local
343 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()
/sdk/eclipse/sites/external/web/
Dsite.css11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
/sdk/eclipse/sites/internal/web/
Dsite.css11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DREADME.txt4 The reason the plugin package name starts with the word "overlay"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java676 protected static boolean startsWith(String word, String prefix) { in startsWith() argument
678 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() argument
732 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()
/sdk/emulator/opengl/host/tools/emugen/
DREADME259 A section that starts with the reserved word 'GLOBAL' provides global