Home | History | Annotate | Download | only in intltest

Lines Matching refs:ascii0

776     UnicodeString source(www), uni0(www),uni1(www), ascii0(www), ascii1(www);
786 ascii0.append(asciiIn[0]);
787 ascii0.append(com);
788 ascii0.append((UChar)0x0000);
824 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE);
1175 UnicodeString source(www), uni0(www),uni1(www), ascii0(www), ascii1(www);
1185 ascii0.append(asciiIn[0]);
1186 ascii0.append(com);
1187 ascii0.append((UChar)0x0000);
1230 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE);