Home
last modified time | relevance | path

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

12

/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java78 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 …]
DResourcesTest.java58 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()
DCharStreamsTest.java168 copied = CharStreams.copy(new StringReader(I18N), builder2); in testCopy()
169 assertEquals(I18N, builder2.toString()); in testCopy()
170 assertEquals(I18N.length(), copied); in testCopy()
DSourceSinkFactories.java78 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileByteSinkFactory()
91 String initialString = IoTestCase.ASCII + IoTestCase.I18N; in appendingFileCharSinkFactory()
DCharSinkTest.java38 private static final String STRING = ASCII + I18N;
DIoTestCase.java43 static final String I18N field in IoTestCase
DCharSourceTest.java57 private static final String STRING = ASCII + I18N;
/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/libxml2/doc/
Dlibxml.fig60 4 0 0 50 0 0 18 0.0000 4 195 555 3750 5550 I18N\001
/external/owasp/sanitizer/tools/findbugs/doc/
DpluginStructure.txt12 I18N
DAddingDetectors.txt101 I18N - internationalization and locale
/external/icu/icu4c/source/i18n/
Di18n.rc77 VALUE "FileDescription", ICU_PRODUCT_PREFIX " I18N DLL\0"
/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/core/.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/libxml2/
DHTMLparser.c656 #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 } ;
DTODO201 - I18N: http://wap.trondheim.com/vaer/index.phtml is not XML and accepted
DNEWS2503 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/
Dgettext.rst14 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/
Dgettext.rst13 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/
Dparser.rpgle35 * progressive reading and I18N conversions to the internal UTF-8 format.
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dus543 // symbols that usually follows, accented characters are possible for I18N.
/external/python/cpython2/Doc/whatsnew/
D2.0.rst1093 * :mod:`gettext`: This module provides internationalization (I18N) and
/external/python/cpython3/Doc/whatsnew/
D2.0.rst1093 * :mod:`gettext`: This module provides internationalization (I18N) and

12