Home
last modified time | relevance | path

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

1234567

/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/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/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboardHelper.java175 private void sendKeyEventsToTarget(int character) { in sendKeyEventsToTarget() argument
178 new char[] { (char) character }); in sendKeyEventsToTarget()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd56 the immediately preceding character.</li>
63 Because '{@code \}' is used as an escape character when the string is read
Dpath-permission-element.jd53 the immediately preceding character.</li>
60 Because '<code class="Code prettyprint">\</code>' is used as an escape character when the string is…
Ddata-element.jd128 the immediately preceding character.</li>
135 Because '{@code \}' is used as an escape character when the string is read
Dinstrumentation-element.jd49 if the first character of the name is a period, it is appended to the package
Dreceiver-element.jd121 as a shorthand, if the first character of the name is a period (for example,
164 If the process name begins with a lowercase character, the receiver will run
Dmeta-data-element.jd74 &mdash; such as "{@code \\n}" and "{@code \\uxxxxx}" for a Unicode character.</td>
Dservice-element.jd127 the first character of the name is a period (for example, "{@code .RoomService}"),
179 If the process name begins with a lowercase character, the service will run
/frameworks/data-binding/compilerCommon/
DXMLParser.g449 /** ``All text that is not markup constitutes the character data of
/frameworks/base/docs/html/distribute/engage/
Dnotifications.jd30 when a new limited time character can be won or a discount on an in-app
/frameworks/native/include/input/
DKeyCharacterMap.h158 char16_t character; member
/frameworks/base/docs/html/distribute/googleplay/families/
Dfaq.jd380 How can users find character pages?
385 the verticals. They can also be accessed from character-specific badges on details
386 pages of character content.
/frameworks/base/docs/html/distribute/users/
Dexperiments.jd34 use of character art against objects from a game.
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd59 DOCTYPE, be sure to declare the appropriate character encoding for the document (such as
/frameworks/base/docs/html/google/play/billing/
Dbilling_promotions.jd39 <li>A game could have a special item, such as a character or decoration,
100 the her character receives the lives, consuming the item. She can now redeem
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd90 <dd>Normal text keyboard with the @ character.</dd>
92 <dd>Normal text keyboard with the / character.</dd>

1234567