OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestIDNA
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
testidna.h
8
* file name:
testidna
.h
51
class
TestIDNA
: public IntlTest {
69
virtual ~
TestIDNA
();
116
int testData(
TestIDNA
& test);
testidna.cpp
8
* file name:
testidna
.cpp
29
#include "
testidna
.h"
415
void
TestIDNA
::debug(const UChar* src, int32_t srcLength, int32_t options){
450
void
TestIDNA
::testAPI(const UChar* src, const UChar* expected, const char* testName,
646
void
TestIDNA
::testCompare(const UChar* s1, int32_t s1Len,
692
void
TestIDNA
::testToASCII(const char* testName, TestFunc func){
704
void
TestIDNA
::testToUnicode(const char* testName, TestFunc func){
716
void
TestIDNA
::testIDNToUnicode(const char* testName, TestFunc func){
742
void
TestIDNA
::testIDNToASCII(const char* testName, TestFunc func){
768
void
TestIDNA
::testCompare(const char* testName, CompareFunc func)
[
all
...]
Completed in 284 milliseconds