OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testAcute
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
frcoll.h
45
static const UChar
testAcute
[][MAX_TOKEN_LEN];
frcoll.cpp
94
const UChar CollationFrenchTest::
testAcute
[][CollationFrenchTest::MAX_TOKEN_LEN] =
169
const int32_t testAcuteSize = (int32_t)(sizeof(
testAcute
) / sizeof(
testAcute
[0]));
180
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
encoll.cpp
204
static const UChar
testAcute
[][CollationEnglishTest::MAX_TOKEN_LEN] = {
302
const int32_t testAcuteSize = (int32_t)(sizeof(
testAcute
) / sizeof(
testAcute
[0]));
313
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
/external/icu4c/test/intltest/
frcoll.h
45
static const UChar
testAcute
[][MAX_TOKEN_LEN];
frcoll.cpp
94
const UChar CollationFrenchTest::
testAcute
[][CollationFrenchTest::MAX_TOKEN_LEN] =
169
const int32_t testAcuteSize = (int32_t)(sizeof(
testAcute
) / sizeof(
testAcute
[0]));
180
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
encoll.cpp
204
static const UChar
testAcute
[][CollationEnglishTest::MAX_TOKEN_LEN] = {
302
const int32_t testAcuteSize = (int32_t)(sizeof(
testAcute
) / sizeof(
testAcute
[0]));
313
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
/external/chromium_org/third_party/icu/source/test/cintltst/
cfrtst.c
87
const static UChar
testAcute
[][MAX_TOKEN_LEN] =
185
testAcuteSize = sizeof(
testAcute
) / sizeof(
testAcute
[0]);
193
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
encoll.c
213
const static UChar
testAcute
[][MAX_TOKEN_LEN] = {
343
testAcuteSize = sizeof(
testAcute
) / sizeof(
testAcute
[0]);
351
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
/external/icu4c/test/cintltst/
cfrtst.c
87
const static UChar
testAcute
[][MAX_TOKEN_LEN] =
185
testAcuteSize = sizeof(
testAcute
) / sizeof(
testAcute
[0]);
193
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
encoll.c
213
const static UChar
testAcute
[][MAX_TOKEN_LEN] = {
343
testAcuteSize = sizeof(
testAcute
) / sizeof(
testAcute
[0]);
351
doTest(myCollation,
testAcute
[i],
testAcute
[j], expected );
Completed in 99 milliseconds