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

1 2 3

  /external/icu4c/i18n/unicode/
unirepl.h 76 * @param escapeUnprintable if TRUE then convert unprintable
78 * \\Uxxxxxxxx. Unprintable characters are defined by
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 501 // NULL data means to flush our count of unprintable characters.
506 << " consecutive unprintable ##";
554 // If we are in unprintable mode, we need to see a line of at least
572 // Treat an empty line following unprintable data as unprintable.
581 // Print out the current line, but prefix with a count of prior unprintable
585 << " consecutive unprintable ##";
  /external/icu4c/i18n/
strmatch.h 125 * @param escapeUnprintable if True then escape the unprintable characters.
182 * @param escapeUnprintable if TRUE then convert unprintable
184 * \\Uxxxxxxxx. Unprintable characters are defined by
quant.h 78 * @param escapeUnprintable if True then escape the unprintable characters.
cpdtrans.h 132 * @param escapeUnprintable if TRUE then convert unprintable
134 * \Uxxxxxxxx. Unprintable characters are those other than
rbt_set.h 143 * @param escapeUnprintable True, will escape the unprintable characters
  /external/bison/lib/
mbswidth.h 45 Otherwise, assume unprintable characters have width 0 if they are
mbswidth.c 193 /* An unprintable multibyte character. */
  /external/icu4c/common/unicode/
unimatch.h 134 * @param escapeUnprintable if TRUE then convert unprintable
136 * \\Uxxxxxxxx. Unprintable characters are those other than
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Perl5Target.java 60 // must be something unprintable...use \\uXXXX
Target.java 184 // must be something unprintable...use \\uXXXX
  /external/webkit/Source/WebCore/platform/
FileSystem.cpp 35 // - Unprintable ASCII (00-1F)
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 52 * Replaces unprintable characters by their espaced (or unicode escaped)
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 52 * Replaces unprintable characters by their espaced (or unicode escaped)
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 52 * Replaces unprintable characters by their espaced (or unicode escaped)
  /system/core/toolbox/
readtty.c 149 // fprintf(stderr, "got unprintable character 0x%x\n", buf[0]);
  /external/ipsec-tools/src/racoon/
plog.c 244 concatenates all unprintable chars to one space.
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 122 CHARACTER_CLASS(Unprintable, c < ' ' && c > '\0');
492 } else if (LookingAt<Unprintable>() || current_char_ == '\0') {
495 // Skip more unprintable characters, too. But, remember that '\0' is
500 while (TryConsumeOne<Unprintable>() ||
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
UserData.java 103 * contains unprintable characters, return null.
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 99 // A user-defined unprintable class template in the global namespace.
124 // A user-defined unprintable type in a user namespace.
1015 // Tests printing user-defined unprintable types.
1017 // Unprintable types in the global namespace.
1023 // Unprintable types in a user namespace.
1029 // Unprintable types are that too big to be printed completely.
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 99 // A user-defined unprintable class template in the global namespace.
124 // A user-defined unprintable type in a user namespace.
1021 // Tests printing user-defined unprintable types.
1023 // Unprintable types in the global namespace.
1029 // Unprintable types in a user namespace.
1035 // Unprintable types are that too big to be printed completely.
    [all...]
  /external/icu4c/common/
util.cpp 74 * Escape unprintable characters using \uxxxx notation for U+0000 to
286 * @param escapeUnprintable if true, then unprintable characters
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 306 * cases, SSIDs do not use unprintable characters, but IEEE 802.11 standard
  /external/chromium/testing/gtest/src/
gtest-printers.cc 216 // as "'\\0'", other unprintable characters are also properly escaped
  /external/gtest/src/
gtest-printers.cc 216 // as "'\\0'", other unprintable characters are also properly escaped

Completed in 1561 milliseconds

1 2 3