Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 164) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/util/
DNotificationBigTextNormalizer.java80 final char character = line.charAt(j); in normalizeLines() local
83 if ((character >= '\u200B' && character <= '\u200D') in normalizeLines()
84 || character == '\uFEFF' || character == '\u034F') { in normalizeLines()
88 if ((character >= '\u2060' && character <= '\u2065') in normalizeLines()
89 || (character >= '\u206A' && character <= '\u206F') in normalizeLines()
90 || (character >= '\uFFF9' && character <= '\uFFFB')) { in normalizeLines()
94 if (isSpace(character)) { in normalizeLines()
102 lineSB.append(character); in normalizeLines()
/frameworks/base/core/java/android/util/
DPatterns.java553 char character = matchingRegion.charAt(i); in digitsAndPlusOnly() local
555 if (character == '+' || Character.isDigit(character)) { in digitsAndPlusOnly()
556 buffer.append(character); in digitsAndPlusOnly()
/frameworks/native/include/ftl/details/
Dconcat.h45 explicit constexpr StaticString(char c) : character(c) {}
47 const char character;
48 const std::string_view view{&character, 1u};
/frameworks/native/libs/input/
DKeyCharacterMap.cpp230 result = behavior->character; in getCharacter()
270 if (behavior.character) { in getMatch()
272 if (behavior.character == chars[i]) { in getMatch()
273 result = behavior.character; in getMatch()
483 if (behavior.character == ch) { in findKey()
643 char16_t character = parcel->readInt32(); in readFromParcel() local
652 .character = character, in readFromParcel()
720 parcel->writeInt32(behavior.character); in writeToParcel()
1004 char16_t character; in parseKeyProperty() local
1005 status_t status = parseCharacterLiteral(&character); in parseKeyProperty()
[all …]
/frameworks/minikin/doc/
Dhyb_file_format.md29 in the trie has an entry in the array, and the character and link fields in the tuple
36 to compare `c == character[s + c]`, and if so, `t = link[s + c]`.
75 character. Note that, in the current implementation, automatic hyphenation is disabled
76 for any word containing an unmapped character.
/frameworks/base/data/keyboards/
DGeneric.kcm16 # Generic key character map for full alphabetic US English PC style external keyboards.
19 # Do not edit the generic key character map to support a specific keyboard; instead, create
20 # a new key character map file with the required keyboard configuration.
DVendor_18d1_Product_5018.kcm16 # Key character map for Google Pixel C Keyboard
DVirtual.kcm16 # Key character map for a built-in generic virtual keyboard primarily used
/frameworks/native/include/input/
DKeyCharacterMap.h161 char16_t character = 0; member
/frameworks/base/core/java/android/net/
DUri.java1172 final int character = authority.charAt(i); in findPortSeparator() local
1173 if (':' == character) return i; in findPortSeparator()
1175 if (character < '0' || character > '9') return NOT_FOUND; in findPortSeparator()
/frameworks/base/core/java/android/text/flags/
Dflags.aconfig102 description: "A feature flag that implement inter character justification."
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dtsconfig.json63 …// "newLine": "crlf", /* Set the newline character for emitting fil…
/frameworks/base/cmds/bootanimation/
DFORMAT.md83 * For a NxM image each character glyph will be N/16 pixels wide and M/(12*2) pixels high
/frameworks/base/tools/aapt2/
DResources.proto363 // The first character position this span applies to, in UTF-16 offset.
366 // The last character position this span applies to, in UTF-16 offset.
/frameworks/av/services/mediaextractor/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/module/foundation/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/module/mpeg2ts/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/media/jni/soundpool/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libmedia/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/keystore/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/native/cmds/cmd/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/module/extractors/midi/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libstagefright/codecs/flac/enc/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/codec2/components/mpeg4_h263/
DNOTICE171 incidental, or consequential damages of any character arising as a

1234567