OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textChars
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java
66
char[]
textChars
= text.toCharArray();
84
assertBreakText(text,
textChars
, textSpan, i, i + 1, true, totalWidth, 1, widths[i]);
88
assertBreakText(text,
textChars
, textSpan, 0, 0, true, totalWidth, 0, 0);
91
assertBreakText(text,
textChars
, textSpan, 0, 3, true, totalWidth,
95
assertBreakText(text,
textChars
, textSpan, 0, 3, false, totalWidth,
99
assertBreakText(text,
textChars
, textSpan, 5, 7, true, totalWidth,
103
assertBreakText(text,
textChars
, textSpan, 5, 7, false, totalWidth,
107
assertBreakText(text,
textChars
, textSpan, 2, 5, true, totalWidth,
111
assertBreakText(text,
textChars
, textSpan, 2, 5, false, totalWidth,
115
assertBreakText(text,
textChars
, textSpan, 2, 5, true, widths[2] + widths[3]
[
all
...]
/external/icu/icu4c/source/test/intltest/
citrtest.cpp
551
UChar
textChars
[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00, 0x0061, 0x0000};
552
UnicodeString text(
textChars
);
[
all
...]
regextst.cpp
456
char *
textChars
= NULL;
484
textChars
= new char[inputUTF8Length+1];
485
unEscapedInput.extract(
textChars
, inputUTF8Length+1, UTF8Converter.getAlias(), status);
486
utext_openUTF8(&inputText,
textChars
, inputUTF8Length, &status);
527
delete[]
textChars
;
[
all
...]
Completed in 538 milliseconds