OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testToUnicode
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/test/intltest/
testidna.h
58
void
TestToUnicode
();
75
void
testToUnicode
(const char* testName, TestFunc func);
testidna.cpp
247
UBool
testToUnicode
;
712
void TestIDNA::
testToUnicode
(const char* testName, TestFunc func){
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestData.java
263
public boolean
testToUnicode
;
271
testToUnicode
= testToUni;
TestIDNARef.java
33
public void
TestToUnicode
() throws Exception{
427
//
TestToUnicode
428
if(errCase.
testToUnicode
==true){
[
all
...]
TestIDNA.java
37
public void
TestToUnicode
() throws Exception{
362
//
TestToUnicode
363
if(errCase.
testToUnicode
==true){
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestData.java
260
public boolean
testToUnicode
;
268
testToUnicode
= testToUni;
TestIDNARef.java
30
public void
TestToUnicode
() throws Exception{
424
//
TestToUnicode
425
if(errCase.
testToUnicode
==true){
[
all
...]
TestIDNA.java
34
public void
TestToUnicode
() throws Exception{
359
//
TestToUnicode
360
if(errCase.
testToUnicode
==true){
[
all
...]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java
109
int
testToUnicode
= 0;
117
TestToUnicode
(testcase,
testToUnicode
);
118
testToUnicode
++;
473
private void
TestToUnicode
(DataMap testcase, int caseNr) {
510
logln("
TestToUnicode
[" + caseNr + "] " + cc.charset + " ");
[
all
...]
Completed in 2704 milliseconds