HomeSort by relevance Sort by last modified time
    Searched full:character (Results 1251 - 1275 of 10114) sorted by null

<<51525354555657585960>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
Box.java 39 * @return the 4 character type of the box
OriginalFormatBox.java 26 * The Original Format Box contains the four-character-code of the original untransformed sample description.
  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 63 * to do this is to use the ISO-8859-1 character set, which corresponds to
77 // both of the above character sets.
79 "Java VM does not support a standard character set.", e);
98 "Java VM does not support a standard character set.", e);
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InternalNano.java 63 * to do this is to use the ISO-8859-1 character set, which corresponds to
77 // both of the above character sets.
79 "Java VM does not support a standard character set.", e);
98 "Java VM does not support a standard character set.", e);
  /external/regex-re2/doc/
mksyntaxgo 8 /^Unicode character class/,$d
  /external/regex-re2/re2/
unicode_groups.h 5 // Unicode character groups.
  /external/sfntly/cpp/src/sample/subtly/
subsetter.h 25 // Subsets a given font using a character predicate.
  /external/srec/portable/include/
LCHAR.h 57 * Changes all instances of one character to another in a string.
60 * @param source Source character
61 * @param target Target character
109 * @param finalPosition [out] The first character after the token. A NULL value means this
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt 2 (set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
FixASCIIControlsReader.java 108 * Processes numeric escaped chars to find out if they are a control character.
143 control = Character.digit(ch, 10);
156 control = control * 10 + Character.digit(ch, 10);
183 control = control * 16 + Character.digit(ch, 16);
  /frameworks/av/media/mtp/
MtpStringBuffer.h 31 // maximum 3 bytes/character, with 1 extra for zero termination
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 29 * 13-character string using RFC 4648's Base32 encoding without the trailing
107 * Make a character array with room for the separators between each
166 throw new IllegalArgumentException("base base-32 character: " + group);
174 throw new IllegalArgumentException("illegal start character; will overflow");
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 31 * for example, replacing each character with a dot in a password field.
  /frameworks/base/media/java/android/media/
TimedText.java 119 * The offset of the start character
124 * The offset of the end character
130 * @param startChar the offset of the start character.
131 * @param endChar the offset of the end character.
173 * The offset of the start character which applys this style
178 * The offset of the end character which applys this style
216 * @param startChar the offset of the start character which applys this style
217 * @param endChar the offset of the end character which applys this style
285 * The offset of the start character to be highlighted
290 * The offset of the end character to be highlighte
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 58 * <p class="note"> At this time the vertical bar character '|', newline character '\n', and
59 * null character '\0' are used internally by the tracing mechanism. If sectionName contains
60 * these characters they will be replaced with a space character in the trace.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
UserData.java 52 * US ASCII character mapping table.
55 * 0x20 offset, meaning that the ASCII SPACE character is at index
62 * and hence only maps entries up to the '_' character.
74 * Character to use when forced to encode otherwise unencodable
  /frameworks/rs/cpu_ref/linkloader/utils/
raw_ostream.cpp 29 MyFormat const fillformat(char const fill_char, // Fill character.
raw_ostream.h 27 extern MyFormat const fillformat(char const, // Fill character.
  /frameworks/wilhelm/tests/sandbox/
getch.c 63 (void)getch(); /* consume the character */
  /libcore/luni/src/main/java/java/io/
CharConversionException.java 21 * The top level class for character conversion exceptions.
UnsupportedEncodingException.java 21 * Thrown when a program asks for a particular character converter that is
  /libcore/luni/src/main/java/java/util/
IllegalFormatCodePointException.java 23 * Unicode code point (defined by {@link Character#isValidCodePoint(int)}) is
  /ndk/sources/android/support/src/musl-multibyte/
mbtowc.c 29 * insufficient to read a character */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
regex_error.pass.cpp 34 assert(e.what() == std::string("The expression contained an invalid character class name."));
39 assert(e.what() == std::string("The expression contained an invalid escaped character, or a "
70 assert(e.what() == std::string("The expression contained an invalid character range, "
94 "expression could match the specified character sequence."));
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 49 in which the last option character we returned was found.
66 variable POSIXLY_CORRECT, or using `+' as the first character
78 with character code 1. Using `-' as the first character of the

Completed in 1011 milliseconds

<<51525354555657585960>>