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

  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 667 inquote := uint8(0)
673 if inquote == 0 && b == '>' && depth == 0 {
679 case b == inquote:
680 inquote = 0
682 case inquote != 0:
686 inquote = b
688 case b == '>' && inquote == 0:
691 case b == '<' && inquote == 0:
    [all...]
marshal.go 255 inquote uint8
267 case inquote != 0:
268 if c == inquote {
269 inquote = 0
273 inquote = c
287 return depth == 0 && inquote == 0 && !incomment
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 667 inquote := uint8(0)
673 if inquote == 0 && b == '>' && depth == 0 {
679 case b == inquote:
680 inquote = 0
682 case inquote != 0:
686 inquote = b
688 case b == '>' && inquote == 0:
691 case b == '<' && inquote == 0:
    [all...]
marshal.go 255 inquote uint8
267 case inquote != 0:
268 if c == inquote {
269 inquote = 0
273 inquote = c
287 return depth == 0 && inquote == 0 && !incomment
  /external/mksh/src/
misc.c 1120 bool inquote = true; local
1125 inquote = false;
1129 if (inquote) {
1143 if (inquote) {
1145 inquote = false;
1148 } else if (!inquote) {
1150 inquote = true;
1222 inquote = true;
1224 if (inquote)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 1346 int inquote = 0; local
6114 char inquote = '\\0'; local
    [all...]
macro.c 798 int inquote = 0, macro_line = 0; local
890 && (! inquote
899 || inquote)
903 (macro_strip_at && inquote) ? '@' : '\'',
948 inquote = !inquote;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c 3961 int inquote = 0; local
4344 int inquote = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 574 milliseconds