Searched refs:u_fstropen (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/io/ |
H A D | ufile.c | 198 u_fstropen(UChar *stringBuf, function
|
/external/icu/icu4c/source/io/unicode/ |
H A D | ustdio.h | 107 * <li>u_fstropen can be used to simulate file IO with strings. 328 u_fstropen(UChar *stringBuf,
|
/external/icu/icu4c/source/test/iotest/ |
H A D | trnstst.c | 235 f = u_fstropen(ubuf, UPRV_LENGTHOF(ubuf), "en_US_POSIX");
|
H A D | strtst.c | 257 UFILE *strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), "en_US"); 260 log_err("u_fstropen failed to work\n"); 300 strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), NULL); 309 if (u_fstropen(testStr, -1, NULL) != NULL) { 310 log_err("u_fstropen returned a UFILE* on a negative buffer size\n", numResult);
|
/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 259 #define u_fstropen U_ICU_ENTRY_POINT_RENAME(u_fstropen) macro
|
Completed in 140 milliseconds