OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:character
(Results
651 - 675
of
12872
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java
214
* Returns the
character
at the specified index. An index ranges
215
* from <code>0</code> to <code>length() - 1</code>. The first
character
219
* @param index the index of the
character
.
220
* @return the
character
at the specified index of this string.
221
* The first
character
is at index <code>0</code>.
232
* Copies characters from this string into the destination
character
235
* @param srcBegin index of the first
character
in the string
237
* @param srcEnd index after the last
character
in the string
450
* @see java.lang.
Character
#toLowerCase(char)
451
* @see java.lang.
Character
#toUpperCase(char
[
all
...]
/external/freetype/src/cff/
cf2hints.h
90
CF2_Fixed min; /* original
character
space value */
101
* y-coordinates from
character
space to device space, providing
107
* Element
character
space AND device space positions must both increase
202
CF2_Fixed hShift; /*
character
space horizontal shift */
218
CF2_Fixed xOffset; /*
character
space offsets */
221
/*
character
space miter limit threshold */
223
/* vertical/horzizontal snap distance in
character
space */
229
/* current point,
character
space, before offset */
233
/* start point of subpath,
character
space */
/external/guava/guava/src/com/google/common/escape/
CharEscaper.java
94
// Get a replacement for the current
character
.
142
* Returns the escaped form of the given
character
, or {@code null} if this
character
does not
143
* need to be escaped. If an empty array is returned, this effectively strips the input
character
146
* <p>If the
character
does not need to be escaped, this method should return {@code null}, rather
147
* than a one-
character
array containing the
character
itself. This enables the escaping algorithm
153
* @param c the
character
to escape if necessary
159
* Helper method to grow the
character
buffer as needed, this only happens once in a while so it's
/external/guava/guava/src/com/google/common/xml/
XmlEscapers.java
32
* any characters outside the ASCII
character
range. Unlike HTML escaping the
71
* characters and the
character
values {@code 0xFFFE} and {@code 0xFFFF} which
77
*
character
references (NCR). Any non-ASCII characters appearing in the input
97
* characters and the
character
values {@code 0xFFFE} and {@code 0xFFFF} which
103
*
character
references (NCR). However, horizontal tab {@code '\t'}, line feed
124
builder.setSafeRange(
Character
.MIN_VALUE, '\uFFFD');
125
// Unsafe characters are replaced with the Unicode replacement
character
.
130
* the Unicode replacement
character
.
134
* themselves and to set the minimum safe
character
to 0x20. However this
/external/icu/android_icu4j/src/main/java/android/icu/text/
Replaceable.java
17
* history, marking each
character
with an author and revision number.
38
*
character
replaced</li>
40
* previous
character
</li>
41
* <li>If there is no previous
character
(i.e. start == 0), use the
42
* following
character
</li>
43
* <li>If there is no following
character
(i.e. the replaceable was
87
*
character
array. The first
character
to be copied is at index
88
* <code>srcStart</code>; the last
character
to be copied is at
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java
106
public static class CharIterator implements Iterator<
Character
> {
112
private
Character
_remainingChar;
133
public
Character
next() {
137
Character
next;
143
int cp = UCharacter.foldCase(
Character
.codePointAt(_text, _nextIdx), true);
144
_nextIdx = _nextIdx +
Character
.charCount(cp);
146
char[] chars =
Character
.toChars(cp);
254
Character
ch = chitr.next();
315
Character
ch = chitr.next();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Replaceable.java
16
* history, marking each
character
with an author and revision number.
37
*
character
replaced</li>
39
* previous
character
</li>
40
* <li>If there is no previous
character
(i.e. start == 0), use the
41
* following
character
</li>
42
* <li>If there is no following
character
(i.e. the replaceable was
90
*
character
array. The first
character
to be copied is at index
91
* <code>srcStart</code>; the last
character
to be copied is at
/external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java
103
* @param input the input
character
to parse (process)
113
String.format("Unexpected
character
'%s' in int_state '%s' " +
220
* @param input the last
character
parsed
237
* @param input the last
character
parsed
249
* Invoked for each
character
read when no state change occured.
252
* @param input the last
character
parsed
263
* Perform some processing on the given
character
. Derived classes
265
* on every processed
character
beyond the logic defined in
268
* @param input the input
character
to operate on
/external/libchrome/base/strings/
utf_string_conversions_unittest.cc
79
// Non-
character
is passed through.
87
// This UTF-8
character
decodes to a UTF-16 surrogate, which is illegal.
89
// Non-BMP characters. The second is a non-
character
regarded as valid.
134
// Test a non-BMP
character
.
139
// The first
character
is a truncated UTF-16
character
.
164
// Test a non-BMP
character
.
171
// The first
character
is a truncated UTF-16
character
.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2hints.h
90
CF2_Fixed min; /* original
character
space value */
101
* y-coordinates from
character
space to device space, providing
107
* Element
character
space AND device space positions must both increase
202
CF2_Fixed hShift; /*
character
space horizontal shift */
218
CF2_Fixed xOffset; /*
character
space offsets */
221
/*
character
space miter limit threshold */
223
/* vertical/horzizontal snap distance in
character
space */
229
/* current point,
character
space, before offset */
233
/* start point of subpath,
character
space */
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
CharacterTest.java
39
BulletEntity
character
;
field in class:CharacterTest
67
// Create a visual representation of the
character
(note that we don't use the physics part of BulletEntity, we'll do that manually)
75
character
= world.add("capsule", 5f, 3f, 5f);
76
characterTransform =
character
.transform; // Set by reference
78
// Create the physics representation of the
character
108
// If the left or right key is pressed, rotate the
character
and update its physics update accordingly.
117
// Fetch which direction the
character
is facing now
126
// And update the
character
controller
130
// And fetch the new transformation of the
character
(this will make the model be rendered correctly)
/external/pdfium/third_party/freetype/src/cff/
cf2hints.h
90
CF2_Fixed min; /* original
character
space value */
101
* y-coordinates from
character
space to device space, providing
107
* Element
character
space AND device space positions must both increase
202
CF2_Fixed hShift; /*
character
space horizontal shift */
218
CF2_Fixed xOffset; /*
character
space offsets */
221
/*
character
space miter limit threshold */
223
/* vertical/horzizontal snap distance in
character
space */
229
/* current point,
character
space, before offset */
233
/* start point of subpath,
character
space */
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder_unittest.cpp
141
// Single non-digit
character
contains 0 consecutive digits.
187
// Single text
character
is 1 consecutive text characters.
202
// Text run still found after indexing past lo-value
character
.
205
// Text run still found after indexing past hi-value
character
.
208
// Leading hi-value
character
results in 0 consecutive characters.
217
// Leading Text
character
doesn't affect the 12
character
case.
220
// Leading Text
character
doesn't affect the 13
character
case.
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessBindable.java
149
if (
Character
.isJavaIdentifierStart(thirdChar)) {
150
return "" +
Character
.toLowerCase(thirdChar) +
153
} else if ((firstChar == 'm' &&
Character
.isUpperCase(secondChar)) ||
154
(firstChar == '_' &&
Character
.isJavaIdentifierStart(secondChar))) {
155
return "" +
Character
.toLowerCase(secondChar) + name.subSequence(2, name.length());
173
return "" +
Character
.toLowerCase(firstChar) +
203
Character
.isJavaIdentifierStart(name.charAt(3)) &&
211
Character
.isJavaIdentifierStart(name.charAt(3)) &&
219
Character
.isJavaIdentifierStart(name.charAt(2)) &&
/libcore/ojluni/src/main/java/java/text/
Normalizer.java
51
* several different ways in Unicode. For example, take the
character
A-acute.
52
* In Unicode, this can be encoded as a single
character
(the "composed" form):
66
* treated as the same "user-level"
character
"A with acute accent". When you
69
* one accent. Sometimes the order of a
character
's combining accents is
81
* or as the single
character
87
* The ffi ligature is not a distinct semantic
character
, and strictly speaking
89
* with existing
character
sets that already provided it. The Unicode standard
104
* Note also that most legacy
character
encodings use only precomposed forms and
106
*
character
encodings the Unicode text needs to be normalized to NFC.
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaper.java
133
// Get a replacement for the current
character
.
180
* Returns the escaped form of the given
character
, or {@code null} if this
character
does not
181
* need to be escaped. If an empty array is returned, this effectively strips the input
character
184
* <p>If the
character
does not need to be escaped, this method should return {@code null}, rather
185
* than a one-
character
array containing the
character
itself. This enables the escaping algorithm
191
* @param c the
character
to escape if necessary
197
* Helper method to grow the
character
buffer as needed, this only happens once in a while so it's
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h
50
GETC() Return the value of the next
character
in the regular
54
PEEKC() Return the value of the next
character
in the regular
56
PEEKC() should return the same
character
which should
57
also be the next
character
returned by GETC().
63
is a pointer to the
character
after the last
character
of
214
first
character
matched and `loc2' points to the next unmatched
215
character
. */
221
position of the first unmatched
character
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h
50
GETC() Return the value of the next
character
in the regular
54
PEEKC() Return the value of the next
character
in the regular
56
PEEKC() should return the same
character
which should
57
also be the next
character
returned by GETC().
63
is a pointer to the
character
after the last
character
of
214
first
character
matched and `loc2' points to the next unmatched
215
character
. */
221
position of the first unmatched
character
. */
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py
38
raise UnicodeError("Invalid
character
%r" % c)
48
# 2) If a string contains any RandALCat
character
, the string
49
# MUST NOT contain any LCat
character
.
53
# 3) If a string contains any RandALCat
character
, a
54
# RandALCat
character
MUST be the first
character
of the
55
# string, and a RandALCat
character
MUST be the last
56
#
character
of the string.
122
raise UnicodeError("Invalid
character
in IDN label")
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py
38
raise UnicodeError("Invalid
character
%r" % c)
48
# 2) If a string contains any RandALCat
character
, the string
49
# MUST NOT contain any LCat
character
.
53
# 3) If a string contains any RandALCat
character
, a
54
# RandALCat
character
MUST be the first
character
of the
55
# string, and a RandALCat
character
MUST be the last
56
#
character
of the string.
122
raise UnicodeError("Invalid
character
in IDN label")
/prebuilts/go/darwin-x86/src/runtime/
rune.go
82
* one
character
sequence (7-bit value)
90
// If we can't read more than one
character
we must stop
96
* two
character
sequence (11-bit value)
120
* three
character
sequence (16-bit value)
143
* four
character
sequence (21-bit value)
169
* one
character
sequence
177
* two
character
sequence
200
* three
character
sequence
211
* four
character
sequence (21-bit value)
/prebuilts/go/linux-x86/src/runtime/
rune.go
82
* one
character
sequence (7-bit value)
90
// If we can't read more than one
character
we must stop
96
* two
character
sequence (11-bit value)
120
* three
character
sequence (16-bit value)
143
* four
character
sequence (21-bit value)
169
* one
character
sequence
177
* two
character
sequence
200
* three
character
sequence
211
* four
character
sequence (21-bit value)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py
38
raise UnicodeError("Invalid
character
%r" % c)
48
# 2) If a string contains any RandALCat
character
, the string
49
# MUST NOT contain any LCat
character
.
53
# 3) If a string contains any RandALCat
character
, a
54
# RandALCat
character
MUST be the first
character
of the
55
# string, and a RandALCat
character
MUST be the last
56
#
character
of the string.
122
raise UnicodeError("Invalid
character
in IDN label")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py
38
raise UnicodeError("Invalid
character
%r" % c)
48
# 2) If a string contains any RandALCat
character
, the string
49
# MUST NOT contain any LCat
character
.
53
# 3) If a string contains any RandALCat
character
, a
54
# RandALCat
character
MUST be the first
character
of the
55
# string, and a RandALCat
character
MUST be the last
56
#
character
of the string.
122
raise UnicodeError("Invalid
character
in IDN label")
/external/regex-re2/doc/
syntax.html
17
<tr><td><code>.</code></td><td>any
character
, including newline (s=true)</td></tr>
18
<tr><td><code>[xyz]</code></td><td>
character
class</td></tr>
19
<tr><td><code>[^xyz]</code></td><td>negated
character
class</td></tr>
20
<tr><td><code>\d</code></td><td>Perl
character
class</td></tr>
21
<tr><td><code>\D</code></td><td>negated Perl
character
class</td></tr>
22
<tr><td><code>[:alpha:]</code></td><td>ASCII
character
class</td></tr>
23
<tr><td><code>[:^alpha:]</code></td><td>negated ASCII
character
class</td></tr>
24
<tr><td><code>\pN</code></td><td>Unicode
character
class (one-letter name)</td></tr>
25
<tr><td><code>\p{Greek}</code></td><td>Unicode
character
class</td></tr>
26
<tr><td><code>\PN</code></td><td>negated Unicode
character
class (one-letter name)</td></tr
[
all
...]
Completed in 772 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>