OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asciifirst
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java
103
final int
asciiFirst
= 0x20;
105
return (
asciiFirst
<= c && c <= asciiLast) || c == '\r' || c == '\n';
455
final int
asciiFirst
= 0x20;
464
if (!(
asciiFirst
<= c && c <= asciiLast)) {
561
final int
asciiFirst
= 0x20;
566
if (!(
asciiFirst
<= c && c <= asciiLast) ||
607
final int
asciiFirst
= 0x20;
614
if (codePoint <
asciiFirst
|| codePoint == '"') {
[
all
...]
/frameworks/base/core/java/android/text/
TextUtils.java
[
all
...]
Completed in 87 milliseconds