OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strBadConversion
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
filetst.c
831
static const UChar
strBadConversion
[] = { 0x0041, 0x0042, 0xfffd, 0x0043, 0};
880
retVal = u_file_read(testBuf, u_strlen(
strBadConversion
), myFile);
881
if (u_strncmp(
strBadConversion
, testBuf, u_strlen(
strBadConversion
)) != 0) {
[
all
...]
/external/icu4c/test/iotest/
filetst.c
831
static const UChar
strBadConversion
[] = { 0x0041, 0x0042, 0xfffd, 0x0043, 0};
880
retVal = u_file_read(testBuf, u_strlen(
strBadConversion
), myFile);
881
if (u_strncmp(
strBadConversion
, testBuf, u_strlen(
strBadConversion
)) != 0) {
[
all
...]
Completed in 222 milliseconds