/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationBigTextNormalizer.java | 80 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/ |
D | Patterns.java | 553 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/ |
D | concat.h | 45 explicit constexpr StaticString(char c) : character(c) {} 47 const char character; 48 const std::string_view view{&character, 1u};
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 230 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/ |
D | hyb_file_format.md | 29 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/ |
D | Generic.kcm | 16 # 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.
|
D | Vendor_18d1_Product_5018.kcm | 16 # Key character map for Google Pixel C Keyboard
|
D | Virtual.kcm | 16 # Key character map for a built-in generic virtual keyboard primarily used
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 161 char16_t character = 0; member
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 1172 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/ |
D | flags.aconfig | 102 description: "A feature flag that implement inter character justification."
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
D | tsconfig.json | 63 …// "newLine": "crlf", /* Set the newline character for emitting fil…
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 83 * For a NxM image each character glyph will be N/16 pixels wide and M/(12*2) pixels high
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 363 // 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/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/module/foundation/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/module/mpeg2ts/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/base/media/jni/soundpool/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libmedia/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/base/keystore/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/native/cmds/cmd/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/module/extractors/midi/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|