Searched refs:ascii1 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | testidna.cpp | 776 UnicodeString source(www), uni0(www),uni1(www), ascii0(www), ascii1(www); in testCompare() local 790 ascii1.append(asciiIn[1]); in testCompare() 791 ascii1.append(com); in testCompare() 792 ascii1.append((UChar)0x0000); in testCompare() 822 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare() 1175 UnicodeString source(www), uni0(www),uni1(www), ascii0(www), ascii1(www); in testRootLabelSeparator() local 1189 ascii1.append(asciiIn[1]); in testRootLabelSeparator() 1190 ascii1.append(com); in testRootLabelSeparator() 1191 ascii1.append((UChar)0x0000); in testRootLabelSeparator() 1228 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testRootLabelSeparator()
|
/external/icu4c/test/intltest/ |
D | testidna.cpp | 776 UnicodeString source(www), uni0(www),uni1(www), ascii0(www), ascii1(www); in testCompare() local 790 ascii1.append(asciiIn[1]); in testCompare() 791 ascii1.append(com); in testCompare() 792 ascii1.append((UChar)0x0000); in testCompare() 822 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare() 1175 UnicodeString source(www), uni0(www),uni1(www), ascii0(www), ascii1(www); in testRootLabelSeparator() local 1189 ascii1.append(asciiIn[1]); in testRootLabelSeparator() 1190 ascii1.append(com); in testRootLabelSeparator() 1191 ascii1.append((UChar)0x0000); in testRootLabelSeparator() 1228 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testRootLabelSeparator()
|
/external/icu4c/test/cintltst/ |
D | idnatest.c | 579 ascii1[MAX_DEST_SIZE]={0}, in TestCompare() local 596 u_strcat(ascii1,temp); in TestCompare() 597 u_strcat(ascii1,com); in TestCompare() 635 testCompareWithSrc(src,srcLen,ascii1,u_strlen(ascii1),testName, func,FALSE); in TestCompare()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | idnatest.c | 579 ascii1[MAX_DEST_SIZE]={0}, in TestCompare() local 596 u_strcat(ascii1,temp); in TestCompare() 597 u_strcat(ascii1,com); in TestCompare() 635 testCompareWithSrc(src,srcLen,ascii1,u_strlen(ascii1),testName, func,FALSE); in TestCompare()
|