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
79
char[]
textChars
= text.toCharArray();
97
assertBreakText(text,
textChars
, textSpan, i, i + 1, true, totalWidth, 1, widths[i]);
101
assertBreakText(text,
textChars
, textSpan, 0, 0, true, totalWidth, 0, 0);
104
assertBreakText(text,
textChars
, textSpan, 0, 3, true, totalWidth,
108
assertBreakText(text,
textChars
, textSpan, 0, 3, false, totalWidth,
112
assertBreakText(text,
textChars
, textSpan, 5, 7, true, totalWidth,
116
assertBreakText(text,
textChars
, textSpan, 5, 7, false, totalWidth,
120
assertBreakText(text,
textChars
, textSpan, 2, 5, true, totalWidth,
124
assertBreakText(text,
textChars
, textSpan, 2, 5, false, totalWidth,
128
assertBreakText(text,
textChars
, textSpan, 2, 5, true, widths[2] + widths[3]
[
all
...]
/external/icu4c/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
327
char *
textChars
= NULL;
355
textChars
= new char[inputUTF8Length+1];
356
unEscapedInput.extract(
textChars
, inputUTF8Length+1, UTF8Converter.getAlias(), status);
357
utext_openUTF8(&inputText,
textChars
, inputUTF8Length, &status);
398
delete[]
textChars
;
[
all
...]
Completed in 551 milliseconds