OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u_fstropen
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/test/iotest/
strtst.c
254
UFILE *strFile =
u_fstropen
(testStr, sizeof(testStr)/sizeof(testStr[0]), "en_US");
257
log_err("
u_fstropen
failed to work\n");
297
strFile =
u_fstropen
(testStr, sizeof(testStr)/sizeof(testStr[0]), NULL);
306
if (
u_fstropen
(testStr, -1, NULL) != NULL) {
307
log_err("
u_fstropen
returned a UFILE* on a negative buffer size\n", numResult);
trnstst.c
232
f =
u_fstropen
(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
/external/icu/icu4c/source/io/
ufile.c
196
u_fstropen
(UChar *stringBuf,
function
/external/icu/icu4c/source/common/unicode/
urename.h
257
#define
u_fstropen
U_ICU_ENTRY_POINT_RENAME(
u_fstropen
)
macro
[
all
...]
/external/icu/icu4c/source/io/unicode/
ustdio.h
105
* <li>
u_fstropen
can be used to simulate file IO with strings.
326
u_fstropen
(UChar *stringBuf,
[
all
...]
Completed in 339 milliseconds