Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/android/util/
DPatterns.java499 char character = matchingRegion.charAt(i); in digitsAndPlusOnly() local
501 if (character == '+' || Character.isDigit(character)) { in digitsAndPlusOnly()
502 buffer.append(character); in digitsAndPlusOnly()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp236 result = behavior->character; in getCharacter()
277 if (behavior->character) { in getMatch()
279 if (behavior->character == chars[i]) { in getMatch()
280 result = behavior->character; in getMatch()
473 if (behavior->character == ch) { in findKey()
631 char16_t character = parcel->readInt32(); in readFromParcel() local
640 behavior->character = character; in readFromParcel()
673 parcel->writeInt32(behavior->character); in writeToParcel()
707 next(NULL), metaState(0), character(0), fallbackKeyCode(0), replacementKeyCode(0) { in Behavior()
712 metaState(other.metaState), character(other.character), in Behavior()
[all …]
/frameworks/base/core/java/android/net/nsd/
DNsdServiceInfo.java196 char character = key.charAt(i); in setAttribute() local
197 if (character < 0x20 || character > 0x7E) { in setAttribute()
199 } else if (character == 0x3D) { in setAttribute()
/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/support/compat/tests/java/android/support/v4/text/util/
DLinkifyCompatTest.java73 char character = matchingRegion.charAt(i);
75 if (character == '.' || Character.isLowerCase(character)
76 || Character.isDigit(character)) {
77 buffer.append(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.
Dqwerty.kcm16 # Emulator keyboard character map #1.
18 # This file is no longer used as the platform's default keyboard character map.
DVendor_18d1_Product_5018.kcm16 # Key character map for Google Pixel C Keyboard
Dqwerty2.kcm16 # Emulator keyboard character map #2.
DVirtual.kcm16 # Key character map for a built-in generic virtual keyboard primarily used
/frameworks/native/libs/ui/
DAndroid.bp35 // We use four-character constants for the GraphicBuffer header, and don't care
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/data-binding/compilerCommon/
DXMLParser.g449 /** ``All text that is not markup constitutes the character data of
/frameworks/native/libs/gui/
DAndroid.bp47 // Allow four-character integer literals
/frameworks/native/include/input/
DKeyCharacterMap.h158 char16_t character; member
/frameworks/support/
DLICENSE.txt159 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/packages/SystemUI/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/cmds/bu/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libstagefright/id3/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libeffects/testlibs/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/packages/PrintRecommendationService/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/av/media/libeffects/preprocessing/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/native/libs/nativewindow/
DNOTICE171 incidental, or consequential damages of any character arising as a

123456