/external/guava/guava-tests/test/com/google/common/io/ |
D | FilesTest.java | 78 assertTrue(Arrays.equals(I18N.getBytes(Charsets.UTF_8), in testToByteArray() 80 assertTrue(Arrays.equals(I18N.getBytes(Charsets.UTF_8), in testToByteArray() 168 assertEquals(I18N, Files.toString(i18nFile, Charsets.UTF_8)); in testToString() 170 .isNotEqualTo(I18N); in testToString() 175 Files.write(I18N, temp, Charsets.UTF_16LE); in testWriteString() 176 assertEquals(I18N, Files.toString(temp, Charsets.UTF_16LE)); in testWriteString() 194 Files.append(I18N, temp, Charsets.UTF_16LE); in testAppendString() 195 assertEquals(I18N, Files.toString(temp, Charsets.UTF_16LE)); in testAppendString() 196 Files.append(I18N, temp, Charsets.UTF_16LE); in testAppendString() 197 assertEquals(I18N + I18N, Files.toString(temp, Charsets.UTF_16LE)); in testAppendString() [all …]
|
D | ResourcesTest.java | 58 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8)); in testToString() 60 .isNotEqualTo(I18N); in testToString() 72 assertEquals(ImmutableList.of(I18N), in testReadLines() 103 assertEquals(I18N, out.toString("UTF-8")); in testCopyToOutputStream()
|
D | CharStreamsTest.java | 168 copied = CharStreams.copy(new StringReader(I18N), builder2); in testCopy() 169 assertEquals(I18N, builder2.toString()); in testCopy() 170 assertEquals(I18N.length(), copied); in testCopy()
|
D | SourceSinkFactories.java | 78 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileByteSinkFactory() 91 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileCharSinkFactory()
|
D | CharSinkTest.java | 38 private static final String STRING = ASCII + I18N;
|
D | IoTestCase.java | 43 static final String I18N field in IoTestCase
|
D | CharSourceTest.java | 57 private static final String STRING = ASCII + I18N;
|
/external/libxml2/doc/ |
D | libxml.fig | 60 4 0 0 50 0 0 18 0.0000 4 195 555 3750 5550 I18N\001
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.37.txt | 36 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
|
D | v1.27.txt | 39 Updated the I18N code so that calls to setlocate(LC_CTYPE, 0) are made
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | pluginStructure.txt | 12 I18N
|
D | AddingDetectors.txt | 101 I18N - internationalization and locale
|
/external/icu/icu4c/source/i18n/ |
D | i18n.rc | 77 VALUE "FileDescription", ICU_PRODUCT_PREFIX " I18N DLL\0"
|
/external/icu/icu4j/main/classes/collate/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
|
/external/icu/icu4j/main/classes/translit/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
|
/external/icu/icu4j/main/classes/core/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
|
/external/libxml2/ |
D | HTMLparser.c | 656 #define I18N "lang", "dir" macro 660 #define ATTRS COREATTRS,I18N,EVENTS 668 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ; 670 static const char* const i18n_attrs[] = { I18N, NULL } ; 710 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ; 716 static const char* const head_attrs[] = { I18N, "profile", NULL } ; 725 static const char* const prompt_attrs[] = { COREATTRS, I18N, "prompt", NULL } ; 734 static const char* const meta_attrs[] = { I18N, "http-equiv", "name", "scheme", "charset", NULL } ; 752 static const char* const style_attrs[] = { I18N, "media", "title", NULL } ;
|
D | TODO | 201 - I18N: http://wap.trondheim.com/vaer/index.phtml is not XML and accepted
|
D | NEWS | 2503 fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly 2513 - fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
|
/external/python/cpython3/Doc/library/ |
D | gettext.rst | 14 The :mod:`gettext` module provides internationalization (I18N) and localization 429 Internationalization (I18N) refers to the operation by which a program is made 443 In order to prepare your code for I18N, you need to look at all the strings in
|
/external/python/cpython2/Doc/library/ |
D | gettext.rst | 13 The :mod:`gettext` module provides internationalization (I18N) and localization 514 Internationalization (I18N) refers to the operation by which a program is made 528 In order to prepare your code for I18N, you need to look at all the strings in
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 35 * progressive reading and I18N conversions to the internal UTF-8 format.
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | us | 543 // symbols that usually follows, accented characters are possible for I18N.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1093 * :mod:`gettext`: This module provides internationalization (I18N) and
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 1093 * :mod:`gettext`: This module provides internationalization (I18N) and
|