OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:codept
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/text/
TextLine.java
219
int
codept
= 0;
local
221
codept
= mChars[j];
222
if (
codept
>= 0xD800 &&
codept
< 0xDC00 && j + 1 < runLimit) {
223
codept
= Character.codePointAt(mChars, j);
224
if (
codept
> 0xFFFF) {
231
if (j == runLimit ||
codept
== '\t') {
235
if (
codept
== '\t') {
296
int
codept
= 0;
local
298
codept
= chars[j]
[
all
...]
Completed in 139 milliseconds