HomeSort by relevance Sort by last modified time
    Searched full:stripquotes (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 35 StripQuotes
80 \"([^"\\\r\n]*(\\.[^"\\\r\n]*)*)\" yylval.string = StripQuotes(yytext); return QUOTEDSTRING;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 186 private String stripQuotes(String text) {
262 if (oldAppNamespaceString.equals(stripQuotes(lastAttrValue))) {
357 if (SdkConstants.ANDROID_URI.equals(stripQuotes(lastAttrValue))) {
378 String package_path = stripQuotes(lastAttrValue);
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 78 milliseconds