OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ascii1
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
testidna.cpp
776
UnicodeString source(www), uni0(www),uni1(www), ascii0(www),
ascii1
(www);
790
ascii1
.append(asciiIn[1]);
791
ascii1
.append(com);
792
ascii1
.append((UChar)0x0000);
822
testCompare(src,srcLen,
ascii1
.getBuffer(),
ascii1
.length()-1,testName, func,FALSE);
[
all
...]
/external/icu4c/test/cintltst/
idnatest.c
579
ascii1
[MAX_DEST_SIZE]={0},
local
596
u_strcat(
ascii1
,temp);
597
u_strcat(
ascii1
,com);
635
testCompareWithSrc(src,srcLen,
ascii1
,u_strlen(
ascii1
),testName, func,FALSE);
[
all
...]
Completed in 446 milliseconds