Searched refs:TAB (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/build/make/
H A Dgen_msvs_sln.sh167 local TAB=$'\t'
171 ${TAB}@echo " * devenv.com not found in path."
172 ${TAB}@echo " * "
173 ${TAB}@echo " * You will have to build all configurations manually using the"
174 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
175 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
176 ${TAB}@echo " * installation to your path, eg:"
177 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
178 ${TAB}@echo " * "
179 ${TAB}
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
H A DASN1Dump.java45 private static final String TAB = " "; field in class:ASN1Dump
63 String tab = indent + TAB;
113 String tab = indent + TAB;
151 String tab = indent + TAB;
180 String tab = indent + TAB;
209 String tab = indent + TAB;
336 String tab = indent + TAB;
371 _dumpAsString(indent + TAB, verbose, (DERObject)e.nextElement(), buf);
430 indent += TAB;
439 buf.append(TAB);
[all...]
/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java72 private static byte TAB = 9; field in class:QuotedPrintableCodec
84 PRINTABLE_CHARS.set(TAB);
/external/icu4c/i18n/
H A Dselfmtimpl.h38 #define TAB ((UChar)0x0009) macro
/external/chromium/third_party/icu/source/common/
H A Duprops.h282 TAB =0x0009, enumerator in enum:__anon1410
H A Duchar.c416 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
448 return c==9 || c==0x20; /* TAB or SPACE */
481 * The only cntrl character in graph+blank is TAB (in blank).
482 * Here we implement (blank-TAB)=Zs instead of calling u_isblank().
913 USET_ADD_CP_AND_NEXT(sa, TAB);
916 sa->add(sa->set, CR+1); /* range TAB..CR */
/external/icu4c/common/
H A Duprops.h263 TAB =0x0009, enumerator in enum:__anon2423
H A Duchar.c415 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
419 (c<=0x1f && c>=TAB && (c<=CR || c>=0x1c))
451 return c==9 || c==0x20; /* TAB or SPACE */
484 * The only cntrl character in graph+blank is TAB (in blank).
485 * Here we implement (blank-TAB)=Zs instead of calling u_isblank().
799 USET_ADD_CP_AND_NEXT(sa, TAB);
802 sa->add(sa->set, CR+1); /* range TAB..CR */
/external/qemu/android/skin/
H A Dkeyset.c82 _KEYSYM1_(TAB) \
/external/qemu/android/
H A Dhw-events.h59 KEY_CODE(TAB ,15) \
/external/chromium/third_party/icu/source/tools/genrb/
H A Dparse.c42 #define TAB 0x0009 macro
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
/external/icu4c/tools/genrb/
H A Dparse.c42 #define TAB 0x0009 macro
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 532 milliseconds