Home
last modified time | relevance | path

Searched refs:strFile (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dstrtst.c258 UFILE *strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), "en_US"); in TestLocalizedString() local
260 if (!strFile) { in TestLocalizedString()
264 u_fprintf(strFile, "%d", 1234); in TestLocalizedString()
265 u_frewind(strFile); in TestLocalizedString()
266 u_fscanf(strFile, "%d", &numResult); in TestLocalizedString()
276 u_frewind(strFile); in TestLocalizedString()
277 locale = u_fgetlocale(strFile); in TestLocalizedString()
279 log_err("u_fgetlocale didn't return \"en\" Got: %d\n", u_fgetlocale(strFile)); in TestLocalizedString()
281 u_fsetlocale(strFile, "de_DE"); in TestLocalizedString()
282 locale = u_fgetlocale(strFile); in TestLocalizedString()
[all …]
/external/cronet/tot/third_party/icu/source/test/iotest/
Dstrtst.c258 UFILE *strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), "en_US"); in TestLocalizedString() local
260 if (!strFile) { in TestLocalizedString()
264 u_fprintf(strFile, "%d", 1234); in TestLocalizedString()
265 u_frewind(strFile); in TestLocalizedString()
266 u_fscanf(strFile, "%d", &numResult); in TestLocalizedString()
276 u_frewind(strFile); in TestLocalizedString()
277 locale = u_fgetlocale(strFile); in TestLocalizedString()
279 log_err("u_fgetlocale didn't return \"en\" Got: %d\n", u_fgetlocale(strFile)); in TestLocalizedString()
281 u_fsetlocale(strFile, "de_DE"); in TestLocalizedString()
282 locale = u_fgetlocale(strFile); in TestLocalizedString()
[all …]
/external/cronet/stable/third_party/icu/source/test/iotest/
Dstrtst.c258 UFILE *strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), "en_US"); in TestLocalizedString() local
260 if (!strFile) { in TestLocalizedString()
264 u_fprintf(strFile, "%d", 1234); in TestLocalizedString()
265 u_frewind(strFile); in TestLocalizedString()
266 u_fscanf(strFile, "%d", &numResult); in TestLocalizedString()
276 u_frewind(strFile); in TestLocalizedString()
277 locale = u_fgetlocale(strFile); in TestLocalizedString()
279 log_err("u_fgetlocale didn't return \"en\" Got: %d\n", u_fgetlocale(strFile)); in TestLocalizedString()
281 u_fsetlocale(strFile, "de_DE"); in TestLocalizedString()
282 locale = u_fgetlocale(strFile); in TestLocalizedString()
[all …]