Searched refs:u_fstropen (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Dufile.c151 u_fstropen(UChar *stringBuf, function
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h103 * <li>u_fstropen can be used to simulate file IO with strings.
301 u_fstropen(UChar *stringBuf,
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dtrnstst.c232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
H A Dstrtst.c254 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);
/external/icu/icu4c/source/io/
H A Dufile.c151 u_fstropen(UChar *stringBuf, function
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h103 * <li>u_fstropen can be used to simulate file IO with strings.
301 u_fstropen(UChar *stringBuf,
/external/icu/icu4c/source/test/iotest/
H A Dtrnstst.c232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
H A Dstrtst.c254 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);
/external/icu/icu4c/source/common/unicode/
H A Durename.h255 #define u_fstropen U_ICU_ENTRY_POINT_RENAME(u_fstropen) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h263 #define u_fstropen U_ICU_ENTRY_POINT_RENAME(u_fstropen) macro

Completed in 2157 milliseconds