OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testChars
(Results
1 - 21
of
21
) sorted by null
/external/icu4c/extra/scrptrun/
srtest.cpp
15
UChar
testChars
[] = {
25
int32_t testLength = sizeof
testChars
/ sizeof
testChars
[0];
29
ScriptRun scriptRun(
testChars
, 0, testLength);
/libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_ISO_8859_10.java
25
testChars
= theseChars(new int[]{
OldCharset_ISO_8859_14.java
25
testChars
= theseChars(new int[]{
OldCharset_MultiByte_Big5.java
28
testChars
= theseChars(new int[]{
[
all
...]
OldCharset_MultiByte_Big5_Android.java
26
testChars
= theseChars(new int[]{
OldCharset_MultiByte_EUC_KR.java
24
testChars
= theseChars(new int[]{
[
all
...]
OldCharset_MultiByte_GBK.java
27
testChars
= theseChars(new int[]{
[
all
...]
OldCharset_MultiByte_GBK_Android.java
26
testChars
= theseChars(new int[]{
[
all
...]
OldCharset_MultiByte_UTF_16.java
28
testChars
= theseChars(new int[]{
OldCharset_MultiByte_UTF_16BE.java
24
testChars
= theseChars(new int[]{
OldCharset_MultiByte_UTF_16LE.java
24
testChars
= theseChars(new int[]{
OldCharset_MultiByte_UTF_16_Android.java
26
testChars
= theseChars(new int[]{
OldCharset_MultiByte_UTF_8.java
24
testChars
= theseChars(new int[]{
[
all
...]
OldCharset_macintosh.java
25
testChars
= theseChars(new int[]{
OldCharset_MultiByte_GB2312.java
26
testChars
= theseChars(new int[]{
OldCharset_MultiByte_x_windows_950.java
26
testChars
= theseChars(new int[]{
OldCharset_AbstractTest.java
43
static char[]
testChars
;
77
if (
testChars
== null) return;
78
if (
testChars
.length > 0) return;
103
if (
testChars
== null) return;
104
if (
testChars
.length == 0) return;
109
CharBuffer inputCB = CharBuffer.wrap(
testChars
);
132
decode(testBytes,
testChars
);
136
CharBuffer inputCB = CharBuffer.wrap(
testChars
);
OldCharset_MultiByte_ISO_2022_JP.java
23
testChars
= "?? ????? ????? Tokyo 123".toCharArray();
OldCharset_MultiByte_EUC_JP.java
26
testChars
= "?? ????? ????? Tokyo 123".toCharArray();
/external/icu4c/samples/citer/
citer.cpp
44
const char
testChars
[] = "Now is the time for all good men to come "
47
UnicodeString testString(
testChars
,"");
53
u_fprintf(out, "testText = %s",
testChars
);
111
const char
testChars
[] = "Now is the time for all good men to come "
114
UnicodeString testString(
testChars
,"");
/external/icu4c/test/cintltst/
cloctst.c
[
all
...]
Completed in 266 milliseconds