Home
last modified time | relevance | path

Searched refs:I18N (Results 1 – 25 of 38) sorted by relevance

12

/external/guava/android/guava-tests/test/com/google/common/io/
DCharStreamsTest.java167 wrapAsGenericReadable(new StringReader(I18N)), wrapAsGenericAppendable(builder2)); in testCopy()
168 assertEquals(I18N, builder2.toString()); in testCopy()
169 assertEquals(I18N.length(), copied); in testCopy()
179 copied = CharStreams.copy(new StringReader(I18N), builder2); in testCopy_toStringBuilder_fromReader()
180 assertEquals(I18N, builder2.toString()); in testCopy_toStringBuilder_fromReader()
181 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReader()
191 copied = CharStreams.copy(wrapAsGenericReadable(new StringReader(I18N)), builder2); in testCopy_toStringBuilder_fromReadable()
192 assertEquals(I18N, builder2.toString()); in testCopy_toStringBuilder_fromReadable()
193 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReadable()
203 copied = CharStreams.copy(new StringReader(I18N), writer2); in testCopy_toWriter_fromReader()
[all …]
DFilesTest.java89 assertTrue(Arrays.equals(I18N.getBytes(Charsets.UTF_8), Files.toByteArray(i18nFile))); in testToByteArray()
90 assertTrue(Arrays.equals(I18N.getBytes(Charsets.UTF_8), Files.asByteSource(i18nFile).read())); in testToByteArray()
115 assertEquals(I18N, Files.toString(i18nFile, Charsets.UTF_8)); in testToString()
116 assertThat(Files.toString(i18nFile, Charsets.US_ASCII)).isNotEqualTo(I18N); in testToString()
121 Files.write(I18N, temp, Charsets.UTF_16LE); in testWriteString()
122 assertEquals(I18N, Files.toString(temp, Charsets.UTF_16LE)); in testWriteString()
140 Files.append(I18N, temp, Charsets.UTF_16LE); in testAppendString()
141 assertEquals(I18N, Files.toString(temp, Charsets.UTF_16LE)); in testAppendString()
142 Files.append(I18N, temp, Charsets.UTF_16LE); in testAppendString()
143 assertEquals(I18N + I18N, Files.toString(temp, Charsets.UTF_16LE)); in testAppendString()
[all …]
DResourcesTest.java61 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8)); in testToString()
62 assertThat(Resources.toString(resource, Charsets.US_ASCII)).isNotEqualTo(I18N); in testToString()
73 assertEquals(ImmutableList.of(I18N), Resources.readLines(resource, Charsets.UTF_8)); in testReadLines()
104 assertEquals(I18N, out.toString("UTF-8")); in testCopyToOutputStream()
DCharSinkTest.java37 private static final String STRING = ASCII + I18N;
DSourceSinkFactories.java76 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileByteSinkFactory()
89 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileCharSinkFactory()
DIoTestCase.java42 static final String I18N = field in IoTestCase
DCharSourceTest.java62 private static final String STRING = ASCII + I18N;
/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java167 wrapAsGenericReadable(new StringReader(I18N)), wrapAsGenericAppendable(builder2)); in testCopy()
168 assertEquals(I18N, builder2.toString()); in testCopy()
169 assertEquals(I18N.length(), copied); in testCopy()
179 copied = CharStreams.copy(new StringReader(I18N), builder2); in testCopy_toStringBuilder_fromReader()
180 assertEquals(I18N, builder2.toString()); in testCopy_toStringBuilder_fromReader()
181 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReader()
191 copied = CharStreams.copy(wrapAsGenericReadable(new StringReader(I18N)), builder2); in testCopy_toStringBuilder_fromReadable()
192 assertEquals(I18N, builder2.toString()); in testCopy_toStringBuilder_fromReadable()
193 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReadable()
203 copied = CharStreams.copy(new StringReader(I18N), writer2); in testCopy_toWriter_fromReader()
[all …]
DFilesTest.java89 assertTrue(Arrays.equals(I18N.getBytes(Charsets.UTF_8), Files.toByteArray(i18nFile))); in testToByteArray()
90 assertTrue(Arrays.equals(I18N.getBytes(Charsets.UTF_8), Files.asByteSource(i18nFile).read())); in testToByteArray()
115 assertEquals(I18N, Files.toString(i18nFile, Charsets.UTF_8)); in testToString()
116 assertThat(Files.toString(i18nFile, Charsets.US_ASCII)).isNotEqualTo(I18N); in testToString()
121 Files.write(I18N, temp, Charsets.UTF_16LE); in testWriteString()
122 assertEquals(I18N, Files.toString(temp, Charsets.UTF_16LE)); in testWriteString()
140 Files.append(I18N, temp, Charsets.UTF_16LE); in testAppendString()
141 assertEquals(I18N, Files.toString(temp, Charsets.UTF_16LE)); in testAppendString()
142 Files.append(I18N, temp, Charsets.UTF_16LE); in testAppendString()
143 assertEquals(I18N + I18N, Files.toString(temp, Charsets.UTF_16LE)); in testAppendString()
[all …]
DResourcesTest.java61 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8)); in testToString()
62 assertThat(Resources.toString(resource, Charsets.US_ASCII)).isNotEqualTo(I18N); in testToString()
73 assertEquals(ImmutableList.of(I18N), Resources.readLines(resource, Charsets.UTF_8)); in testReadLines()
104 assertEquals(I18N, out.toString("UTF-8")); in testCopyToOutputStream()
DSourceSinkFactories.java79 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileByteSinkFactory()
92 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileCharSinkFactory()
116 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingPathByteSinkFactory()
132 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingPathCharSinkFactory()
DCharSinkTest.java37 private static final String STRING = ASCII + I18N;
DIoTestCase.java42 static final String I18N = field in IoTestCase
/external/libxml2/doc/
Dlibxml.fig60 4 0 0 50 0 0 18 0.0000 4 195 555 3750 5550 I18N\001
/external/e2fsprogs/doc/RelNotes/
Dv1.37.txt36 Fix the I18N build which was broken in e2fsprogs 1.36 because the
39 I18N tools installed), but the gen_tarball.in script was still
Dv1.27.txt39 Updated the I18N code so that calls to setlocate(LC_CTYPE, 0) are made
/external/icu/icu4c/source/i18n/
Di18n.rc77 VALUE "FileDescription", ICU_PRODUCT_PREFIX " I18N DLL\0"
/external/python/jinja/
DREADME.rst17 - I18N support with Babel.
/external/python/jinja/docs/
Dintro.rst17 - I18N support with Babel.
/external/libcups/
DCREDITS.md17 Bjoern Jacke - I18N stuff.
/external/icu/icu4j/main/classes/collate/.settings/
Dedu.umd.cs.findbugs.core.prefs132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
/external/icu/icu4j/main/classes/translit/.settings/
Dedu.umd.cs.findbugs.core.prefs132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
/external/icu/icu4j/main/classes/core/.settings/
Dedu.umd.cs.findbugs.core.prefs132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
/external/icu/tools/icu4c_srcgen/
Dcxxfiles.txt11 ## I18N = <files from icu4c/source/i18n/unicode>
/external/icu/android_icu4j/
DAndroid.bp206 // Generates stub source files for the intra-core API of the I18N module.
315 // Generates stub source files for the core platform API of the I18N module.

12