OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_testOneLine
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
normconf.h
99
void
_testOneLine
(const char *line);
normconf.cpp
585
_testOneLine
("0385;0385;00A8 0301;0020 0308 0301;0020 0308 0301;");
588
void NormalizerConformanceTest::
_testOneLine
(const char *line) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizerConformanceTest.java
258
_testOneLine
("0385;0385;00A8 0301;0020 0308 0301;0020 0308 0301;");
261
public void
_testOneLine
(String line) throws Exception{
ConformanceTest.java
505
_testOneLine
("0385;0385;00A8 0301;0020 0308 0301;0020 0308 0301;",options);
508
public void
_testOneLine
(String line,int options) throws Exception{
Completed in 121 milliseconds