OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testAcute
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/test/intltest/
frcoll.h
47
static const UChar
testAcute
[][MAX_TOKEN_LEN];
frcoll.cpp
97
const UChar CollationFrenchTest::
testAcute
[][CollationFrenchTest::MAX_TOKEN_LEN] =
172
const int32_t testAcuteSize = UPRV_LENGTHOF(
testAcute
);
183
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
encoll.cpp
207
static const UChar
testAcute
[][CollationEnglishTest::MAX_TOKEN_LEN] = {
305
const int32_t testAcuteSize = UPRV_LENGTHOF(
testAcute
);
316
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrenchTest.java
76
private static char[][]
testAcute
= {
149
for (i = 0; i <
testAcute
.length; i++) {
150
for (j = 0; j <
testAcute
.length; j++) {
158
doTest(
testAcute
[i],
testAcute
[j], expected );
CollationEnglishTest.java
204
private static char[][]
testAcute
= {
275
for (i = 0; i <
testAcute
.length; i++) {
276
for (j = 0; j <
testAcute
.length; j++) {
284
doTest(
testAcute
[i],
testAcute
[j], expected );
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrenchTest.java
75
private static char[][]
testAcute
= {
148
for (i = 0; i <
testAcute
.length; i++) {
149
for (j = 0; j <
testAcute
.length; j++) {
157
doTest(
testAcute
[i],
testAcute
[j], expected );
CollationEnglishTest.java
203
private static char[][]
testAcute
= {
274
for (i = 0; i <
testAcute
.length; i++) {
275
for (j = 0; j <
testAcute
.length; j++) {
283
doTest(
testAcute
[i],
testAcute
[j], expected );
/external/icu/icu4c/source/test/cintltst/
cfrtst.c
90
const static UChar
testAcute
[][MAX_TOKEN_LEN] =
188
testAcuteSize = UPRV_LENGTHOF(
testAcute
);
196
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
encoll.c
216
const static UChar
testAcute
[][MAX_TOKEN_LEN] = {
346
testAcuteSize = UPRV_LENGTHOF(
testAcute
);
354
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
Completed in 411 milliseconds