Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/com/android/internal/util/
DHanziToPinyin.java364 private Token getToken(char character) { in getToken() argument
366 final String letter = Character.toString(character); in getToken()
370 if (character < 256) { in getToken()
374 } else if (character < FIRST_UNIHAN) { in getToken()
448 final char character = input.charAt(i); in get() local
449 if (character == ' ') { in get()
453 } else if (character < 256) { in get()
458 sb.append(character); in get()
459 } else if (character < FIRST_UNIHAN) { in get()
464 sb.append(character); in get()
[all …]
/frameworks/base/core/java/android/util/
DPatterns.java219 char character = matchingRegion.charAt(i); in digitsAndPlusOnly() local
221 if (character == '+' || Character.isDigit(character)) { in digitsAndPlusOnly()
222 buffer.append(character); in digitsAndPlusOnly()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DEventSender.java25 public void keyDown (String character, String[] withModifiers); in keyDown() argument
26 public void keyDown (String character); in keyDown() argument
DWebViewEventSender.java51 public void keyDown(String character, String[] withModifiers) { in keyDown() argument
52 Log.e("EventSender", "KeyDown: " + character + "(" in keyDown()
53 + character.getBytes()[0] + ") Modifiers: " in keyDown()
63 int keyCode = keyMapper(character.toLowerCase().toCharArray()[0]); in keyDown()
69 public void keyDown(String character) { in keyDown() argument
70 keyDown(character, null); in keyDown()
DCallbackProxy.java289 public void keyDown(String character, String[] withModifiers) { in keyDown() argument
292 map.put("character", character); in keyDown()
297 public void keyDown(String character) { in keyDown() argument
298 obtainMessage(EVENT_KEY_DOWN_2, character).sendToTarget(); in keyDown()
/frameworks/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboardHelper.java109 private void sendKeyEventsToTarget(int character) { in sendKeyEventsToTarget() argument
112 new char[] { (char) character }); in sendKeyEventsToTarget()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd54 the immediately preceding character.</li>
61 Because '{@code \}' is used as an escape character when the string is read
Dpath-permission-element.jd51 the immediately preceding character.</li>
58 Because '<code class="Code prettyprint">\</code>' is used as an escape character when the string is…
Dinstrumentation-element.jd47 if the first character of the name is a period, it is appended to the package
Ddata-element.jd103 the immediately preceding character.</li>
110 Because '{@code \}' is used as an escape character when the string is read
Dreceiver-element.jd119 as a shorthand, if the first character of the name is a period (for example,
157 If the process name begins with a lowercase character, the receiver will run
Dmeta-data-element.jd70 &mdash; such as "{@code \\n}" and "{@code \\uxxxxx}" for a Unicode character.</td>
Dservice-element.jd118 the first character of the name is a period (for example, "{@code .RoomService}"),
165 If the process name begins with a lowercase character, the service will run
Dapplication-element.jd71 However, as a shorthand, if the first character of the name is a period
218 If the process name begins with a lowercase character, a global process
Dprovider-element.jd196 However, as a shorthand, if the first character of the name is a period,
239 If the process name begins with a lowercase character, the activity will run
Dmanifest-intro.jd179 All values are set through attributes, not as character data within an element.
239 However, as a shorthand, if the first character of the string is a period, the
301 a newline or '{@code \\uxxxx}' for a Unicode character.</dd>
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd41 DOCTYPE, be sure to declare the appropriate character encoding for the document (such as
/frameworks/base/docs/html/guide/topics/resources/
Dcolor-list-resource.jd88 <p>The value always begins with a pound (#) character and then followed by the
Dmenu-resource.jd154 <dd><em>Char</em>. A character for the alphabetic shortcut key.</dd>
/frameworks/base/docs/html/sdk/
Dandroid-2.3-highlights.jd83 The keyboard also displays the current character and dictionary suggestions in a
97 the key and sliding to select a character.</p>
/frameworks/base/cmds/app_process/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/cmds/dumpsys/
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/base/libs/storage/
DNOTICE171 incidental, or consequential damages of any character arising as a
/frameworks/base/cmds/svc/
DNOTICE171 incidental, or consequential damages of any character arising as a

123