HomeSort by relevance Sort by last modified time
    Searched refs:unquoteAttrValue (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 88 string = ExtractStringRefactoring.unquoteAttrValue(string);
ExtractStringRefactoring.java 510 // Note: unquoteAttrValue technically removes either " or ' paired quotes, whereas
513 mTokenString = unquoteAttrValue(mTokenString);
699 text = unquoteAttrValue(text);
723 static String unquoteAttrValue(String attrValue) {
    [all...]

Completed in 50 milliseconds