Searched defs:startsWith (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
H A DAndroidContentAssist.java195 if (startsWith(parent, wordPrefix)) {
307 if (e.getXmlName().startsWith(parent)) {
365 if (value.startsWith("'") || value.startsWith("\"")) { //$NON-NLS-1$ //$NON-NLS-2$
460 if (value.startsWith(PREFIX_RESOURCE_REF)
472 } else if (value.startsWith(PREFIX_THEME_REF)
674 keyword.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX, nsPrefix.length())) {
699 && !wordPrefix.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) {
709 if (!(wordPrefix.startsWith(nsPrefix)
710 && wordPrefix.startsWith(ATTR_LAYOUT_RESOURCE_PREFI
737 protected static boolean startsWith(String word, String prefix) { method in class:AndroidContentAssist
[all...]

Completed in 53 milliseconds