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

  /external/libvpx/examples/includes/geshi/geshi/
php-brief.php 58 'ESCAPE_CHAR' => '\\',
123 'ESCAPE_CHAR' => array(
z80.php 52 'ESCAPE_CHAR' => '',
95 'ESCAPE_CHAR' => array(
ruby.php 45 'ESCAPE_CHAR' => '\\',
150 'ESCAPE_CHAR' => array(
rails.php 38 'ESCAPE_CHAR' => '\\',
330 'ESCAPE_CHAR' => array(
  /frameworks/base/core/java/com/google/android/mms/pdu/
QuotedPrintable.java 23 private static byte ESCAPE_CHAR = '=';
46 if (b == ESCAPE_CHAR) {
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 70 private static byte ESCAPE_CHAR = '=';
115 buffer.write(ESCAPE_CHAR);
180 if (b == ESCAPE_CHAR) {
URLCodec.java 57 protected static byte ESCAPE_CHAR = '%';
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 291 if(!isset($language_data['ESCAPE_CHAR'])) {
292 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'ESCAPE_CHAR\'] specification to check!');
293 } else if (!is_string($language_data['ESCAPE_CHAR'])) {
294 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'ESCAPE_CHAR\'] specification which is not a string!');
295 } else if (1 < strlen($language_data['ESCAPE_CHAR'])) {
296 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'ESCAPE_CHAR\'] specification is not empty or exactly one char!');
422 $style_arrays = array('KEYWORDS', 'COMMENTS', 'ESCAPE_CHAR',
433 && !(('STRINGS' == $style_kind || 'ESCAPE_CHAR' == $style_kind) && 'HARD' == $sk_key)) {
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsSerializer.java 34 private static final char ESCAPE_CHAR = '\\';
196 && s.charAt(index - 1) != ESCAPE_CHAR) { // prev char wasn't a backslash
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 62 private static byte ESCAPE_CHAR = '=';
71 if (b == ESCAPE_CHAR) {
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 

Completed in 570 milliseconds