HomeSort by relevance Sort by last modified time
    Searched refs:quoteChar (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libxml2/include/libxml/
DOCBparser.h 48 int *inlen, int quoteChar);
HTMLparser.h 142 int *inlen, int quoteChar);
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 122 * @see java.io.StreamTokenizer#quoteChar(int)
169 * @see java.io.StreamTokenizer#quoteChar(int)
194 quoteChar('"');
195 quoteChar('\'');
384 public void quoteChar(int ch) {
  /cts/tools/vm-tests-tf/src/util/build/
ExecuteFile.java 139 tokenizer.quoteChar('\'');
140 tokenizer.quoteChar('\"');
  /external/libxml2/
DOCBparser.c 26 * @quoteChar: the quote character to escape (' or ") or zero.
41 int quoteChar ATTRIBUTE_UNUSED)
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 67 st.quoteChar('"');
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 587 s.err = &SyntaxError{"invalid character " + quoteChar(c) + " " + context, s.bytes}
591 // quoteChar formats c as a quoted character literal
592 func quoteChar(c byte) string {
stream.go 475 return nil, &SyntaxError{"invalid character " + quoteChar(c) + " " + context, 0}
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 587 s.err = &SyntaxError{"invalid character " + quoteChar(c) + " " + context, s.bytes}
591 // quoteChar formats c as a quoted character literal
592 func quoteChar(c byte) string {
stream.go 475 return nil, &SyntaxError{"invalid character " + quoteChar(c) + " " + context, 0}
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /external/sqlite/dist/orig/
shell.c 664 static char quoteChar(const char *zName){
    [all...]
  /external/sqlite/dist/
shell.c 670 static char quoteChar(const char *zName){
    [all...]
  /prebuilts/misc/common/robolectric/lib/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 

Completed in 826 milliseconds

1 2 3 4