HomeSort by relevance Sort by last modified time
    Searched full:inquote (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/net_internals/
source_filter_parser.js 145 var inQuote = false;
160 // If there's an unescaped quote character, toggle |inQuote| without
162 inQuote = !inQuote;
163 } else if (!inQuote && /\s/.test(nextCharacter)) {
  /frameworks/compile/slang/
llvm-rs-cc.cpp 298 char InQuote = ' ';
302 if (*P == '\0' || (isspace(*P) && InQuote == ' ')) {
319 if (InQuote != ' ')
325 if (InQuote == *P)
326 InQuote = ' ';
327 else if (InQuote == ' ')
328 InQuote = *P;
  /external/clang/utils/
CmpDriver 13 inQuote = False
16 if inQuote:
17 inQuote = False
20 inQuote = True
22 elif inQuote:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 168 boolean inQuote = false;
173 if (!inQuote)
176 inQuote = !inQuote;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 268 bool inQuote = false;
272 if (inQuote) {
274 inQuote = false;
289 inQuote = true;
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 364 UBool inQuote = FALSE;
376 inQuote = !inQuote;
378 } else if (inQuote) {
434 if (k != (count-1) || inNumber || inQuote) {
dtitvfmt.cpp     [all...]
msgfmt.cpp 603 UBool inQuote = FALSE;
626 inQuote = !inQuote;
628 } else if (ch == LEFT_CURLY_BRACE && !inQuote) {
635 } else if (inQuote) {
641 inQuote = FALSE;
682 inQuote = TRUE;
    [all...]
smpdtfmt.cpp 781 UBool inQuote = FALSE;
802 inQuote = ! inQuote;
805 else if ( ! inQuote && ((ch >= 0x0061 /*'a'*/ && ch <= 0x007A /*'z'*/)
    [all...]
ucol_tok.cpp     [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp     [all...]
smpdtfmt.cpp 899 UBool inQuote = FALSE;
922 inQuote = ! inQuote;
925 else if ( ! inQuote && ((ch >= 0x0061 /*'a'*/ && ch <= 0x007A /*'z'*/)
    [all...]
tzfmt.cpp     [all...]
  /external/mksh/src/
misc.c 1119 bool inquote = true; local
1124 inquote = false;
1128 if (inquote) {
1142 if (inquote) {
1144 inquote = false;
1147 } else if (!inquote) {
1149 inquote = true;
1221 inquote = true;
1223 if (inquote)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 

Completed in 545 milliseconds

1 2