HomeSort by relevance Sort by last modified time
    Searched full:tis (Results 1 - 25 of 58) sorted by null

1 2 3

  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 79 TestInputStream tis = new TestInputStream(data); local
80 CipherInputStream cis = new CipherInputStream(tis){};
105 TestInputStream tis = new TestInputStream(data); local
106 CipherInputStream cis = new CipherInputStream(tis, new NullCipher());
132 TestInputStream tis = new TestInputStream(data); local
133 CipherInputStream cis = new CipherInputStream(tis, new NullCipher());
176 TestInputStream tis = new TestInputStream(data); local
177 CipherInputStream cis = new CipherInputStream(tis, new NullCipher());
220 TestInputStream tis = new TestInputStream(data); local
221 CipherInputStream cis = new CipherInputStream(tis, new NullCipher())
264 TestInputStream tis = new TestInputStream(data); local
282 TestInputStream tis = new TestInputStream(data); local
300 TestInputStream tis = new TestInputStream(data); local
    [all...]
SecretKeyFactoryTest.java 414 notes = "Tis test is checking two methods.",
420 notes = "Tis test is checking two methods.",
427 notes = "Tis test is checking two methods.",
433 notes = "Tis test is checking two methods.",
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_SingleByte_x_IBM874.java 31 // charsetName = "x-IBM874"; // ICU name "TIS-620", wanted Android name "CP874"
32 charsetName = "TIS-620"; // ICU name "TIS-620", wanted Android name "CP874"
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtilApi.h 45 #include "paramOut.h" /* check tis include*/
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtilApi.h 45 #include "paramOut.h" /* check tis include*/
  /external/e2fsprogs/intl/
config.charset 91 # TIS-620 glibc aix hpux osf solaris
216 echo "$l TIS-620"
256 echo "TIS-620 TIS-620"
274 echo "tis620 TIS-620"
317 echo "TACTIS TIS-620"
344 echo "TIS620.2533 TIS-620"
locale.alias 77 thai th_TH.TIS-620
  /external/icu4c/i18n/
plurrule_impl.h 128 tIs,
plurrule.cpp 324 case tIs:
906 if (curType != tIs && curType != tMod && curType != tIn &&
927 case tIs:
948 if (curType != tDot && curType != tSemiColon && curType != tIs && curType != tNot &&
1104 keyType = tIs;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtilApi.h 46 #include "paramOut.h" /* check tis include*/
  /frameworks/base/core/res/res/values-sv/
donottranslate-cldr.xml 66 <string name="day_of_week_medium_tuesday">tis</string>
74 <string name="day_of_week_short_tuesday">tis</string>
  /external/freetype/include/freetype/
ftwinfnt.h 104 * A superset of Thai TIS 620 and ISO 8859-11.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 159 "And bootless 'tis to tell you we will go:" +
304 "Virtue! a fig! 'tis in ourselves that we are thus" +
List6.java 173 "And bootless 'tis to tell you we will go:" +
318 "Virtue! a fig! 'tis in ourselves that we are thus" +
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
HistoricalNamesUtil.java 88 historicalNames.put("TIS-620", "TIS620");
  /dalvik/tests/062-character-encodings/
expected.txt 235 TIS-620
  /external/e2fsprogs/misc/
util.c 231 "\tis set off by an equals ('=') sign.\n\n"
dumpe2fs.c 392 "\tis set off by an equals ('=') sign.\n\n"
  /external/icu4c/data/mappings/
iso-8859_11-2001.ucm 32 # ISO/IEC 8859-11:2001 is equivalent to TIS 620-2533 (1990) with
convrtrs.txt 513 # ISO-8859-11 is a superset of TIS-620. The difference is that ISO-8859-11 contains the C1 control codes.
515 thai8 # HP-UX alias. HP-UX says TIS-620, but it's closer to ISO-8859-11.
    [all...]
  /frameworks/base/awt/java/awt/image/
ColorModel.java 900 // awt.275=This pixel representation is not suuported by tis
910 // awt.275=This pixel representation is not suuported by tis
920 // awt.275=This pixel representation is not suuported by tis
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 254 TIS620 TIS-620
  /external/webkit/WebCore/platform/text/
TextCodecICU.cpp 113 else if (strcmp(standardName, "TIS-620") == 0)
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.cpp 103 TextCodecGtk::codecAliasList TextCodecGtk::m_codecAliases_TIS_620 = { "TIS-620", 0 };
  /frameworks/base/core/res/res/values-lt-rLT/
donottranslate-cldr.xml 11 <string name="month_long_standalone_august">Rugpj?tis</string>

Completed in 605 milliseconds

1 2 3