OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canonTests
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp
79
canonTests
[0][0] = str("cat");
canonTests
[0][1] = str("cat");
canonTests
[0][2] = str("cat");
81
canonTests
[1][0] = str("\\u00e0ardvark");
canonTests
[1][1] = str("a\\u0300ardvark");
canonTests
[1][2] = str("\\u00e0ardvark");
83
canonTests
[2][0] = str("\\u1e0a");
canonTests
[2][1] = str("D\\u0307");
canonTests
[2][2] = str("\\u1e0a"); // D-dot_above
85
canonTests
[3][0] = str("D\\u0307"); canonTests[3][1] = str("D\\u0307"); canonTests[3][2] = str("\\u1e0a"); (…)
[
all
...]
tstnorm.h
50
UnicodeString
canonTests
[24][3];
/external/icu4c/test/intltest/
tstnorm.cpp
80
canonTests
[0][0] = str("cat");
canonTests
[0][1] = str("cat");
canonTests
[0][2] = str("cat");
82
canonTests
[1][0] = str("\\u00e0ardvark");
canonTests
[1][1] = str("a\\u0300ardvark");
canonTests
[1][2] = str("\\u00e0ardvark");
84
canonTests
[2][0] = str("\\u1e0a");
canonTests
[2][1] = str("D\\u0307");
canonTests
[2][2] = str("\\u1e0a"); // D-dot_above
86
canonTests
[3][0] = str("D\\u0307"); canonTests[3][1] = str("D\\u0307"); canonTests[3][2] = str("\\u1e0a"); (…)
[
all
...]
tstnorm.h
50
UnicodeString
canonTests
[24][3];
/external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c
67
static const char* const
canonTests
[][3] = {
207
TestNormCases(UNORM_NFD,
canonTests
, LENGTHOF(
canonTests
));
215
TestNormCases(UNORM_NFC,
canonTests
, LENGTHOF(
canonTests
));
473
for (count = 0; count < LENGTHOF(
canonTests
); count ++)
475
d = CharsToUChars(
canonTests
[count][1]);
476
c = CharsToUChars(
canonTests
[count][2]);
[
all
...]
/external/icu4c/test/cintltst/
cnormtst.c
68
static const char* const
canonTests
[][3] = {
211
TestNormCases(UNORM_NFD,
canonTests
, LENGTHOF(
canonTests
));
219
TestNormCases(UNORM_NFC,
canonTests
, LENGTHOF(
canonTests
));
477
for (count = 0; count < LENGTHOF(
canonTests
); count ++)
479
d = CharsToUChars(
canonTests
[count][1]);
480
c = CharsToUChars(
canonTests
[count][2]);
[
all
...]
Completed in 54 milliseconds