Home
last modified time | relevance | path

Searched refs:charset (Results 101 - 125 of 192) sorted by relevance

12345678

/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.h34 const char *charset, *cbopt, *name; member
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/init/
H A DMetadataParserTest.java19 import static java.nio.charset.StandardCharsets.UTF_8;
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.h59 cff_charset_cid_to_gindex( CFF_Charset charset,
/third_party/python/Lib/test/test_email/
H A Dtest_asian_codecs.py8 from email.charset import Charset
/third_party/typescript/tests/baselines/reference/
H A DaugmentExportEquals5.js37 charset: string;
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java27 import java.nio.charset.Charset;
40 import com.ibm.icu.charset.CharsetICU;
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp81 makeTypeEnum(uint8_t charset, UBool isBigEndian) { in makeTypeEnum() argument
82 return 2*(int32_t)charset+isBigEndian; in makeTypeEnum()
95 makeTypeLetter(uint8_t charset, UBool isBigEndian) { in makeTypeLetter() argument
96 return types[makeTypeEnum(charset, isBigEndian)]; in makeTypeLetter()
105 makeTypeProps(char type, uint8_t &charset, UBool &isBigEndian) { in makeTypeProps() argument
107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()
672 // sort the item names for the local charset in readPackage()
789 // swap and sort the item names (sorting needs to be done in the output charset) in writePackage()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp81 makeTypeEnum(uint8_t charset, UBool isBigEndian) { in makeTypeEnum() argument
82 return 2*(int32_t)charset+isBigEndian; in makeTypeEnum()
95 makeTypeLetter(uint8_t charset, UBool isBigEndian) { in makeTypeLetter() argument
96 return types[makeTypeEnum(charset, isBigEndian)]; in makeTypeLetter()
105 makeTypeProps(char type, uint8_t &charset, UBool &isBigEndian) { in makeTypeProps() argument
107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()
672 // sort the item names for the local charset in readPackage()
789 // swap and sort the item names (sorting needs to be done in the output charset) in writePackage()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java28 import com.ibm.icu.charset.CharsetICU;
32 import java.nio.charset.Charset;
33 import java.nio.charset.UnsupportedCharsetException;
1257 Charset charset = null; in getCharset()
1259 charset = CharsetICU.forNameICU(encodingName); in getCharset()
1263 return charset; in getCharset()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpackage.cpp81 makeTypeEnum(uint8_t charset, UBool isBigEndian) { in makeTypeEnum() argument
82 return 2*(int32_t)charset+isBigEndian; in makeTypeEnum()
95 makeTypeLetter(uint8_t charset, UBool isBigEndian) { in makeTypeLetter() argument
96 return types[makeTypeEnum(charset, isBigEndian)]; in makeTypeLetter()
105 makeTypeProps(char type, uint8_t &charset, UBool &isBigEndian) { in makeTypeProps() argument
107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()
672 // sort the item names for the local charset in readPackage()
789 // swap and sort the item names (sorting needs to be done in the output charset) in writePackage()
/third_party/python/Lib/test/
H A Dstring_tests.py139 charset = ['', 'a', 'b']
141 base = len(charset)
147 entry.append(charset[m])
200 charset = ['', 'a', 'b', 'c']
202 base = len(charset)
208 entry.append(charset[m])
247 charset = ['', 'a', 'b', 'c']
249 base = len(charset)
255 entry.append(charset[m])
H A Dtest_traceback.py225 def do_test(firstlines, message, charset, lineno):
228 with open(TESTFN, "w", encoding=charset) as output:
262 for charset in ("ascii", "iso-8859-1", "utf-8", "GBK"):
263 if charset == "ascii":
265 elif charset == "GBK":
269 do_test("# coding: {0}\n".format(charset),
270 text, charset, 4)
271 do_test("#!shebang\n# coding: {0}\n".format(charset),
272 text, charset, 5)
273 do_test(" \t\f\n# coding: {0}\n".format(charset),
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DLSTMBreakEngineTest.java9 import java.nio.charset.StandardCharsets;
H A DRBBILSTMTest.java9 import java.nio.charset.StandardCharsets;
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
H A DMetadataFilterCoverageTest.java23 import java.nio.charset.Charset;
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGenerateTimeZonesMapData.java31 import java.nio.charset.Charset;
/third_party/node/deps/undici/src/lib/fetch/
H A DdataURL.js105 // mimeTypeRecord to text/plain;charset=US-ASCII.
107 mimeTypeRecord = parseMIMEType('text/plain;charset=US-ASCII')
/third_party/weex-loader/test/
H A Dtest.js56 const mapStr = actualStr.match(/\/\/\# sourceMappingURL=data:application\/json;charset=utf-8;base64,([0-9a-zA-Z=+\/]+)/)
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_client_test.cpp122 std::string charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in generateRandomString() local
126 std::uniform_int_distribution<> dis(0, charset.size() - 1); in generateRandomString()
128 result += charset[dis(gen)]; in generateRandomString()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_client_test.cpp122 std::string charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in generateRandomString() local
126 std::uniform_int_distribution<> dis(0, charset.size() - 1); in generateRandomString()
128 result += charset[dis(gen)]; in generateRandomString()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java40 import java.nio.charset.Charset;
471 protected String toStringInternal(Charset charset) { in toStringInternal() argument
472 return new String(toByteArray(), charset); in toStringInternal()
/third_party/node/deps/undici/
H A Dundici.js3079 function getDecoder(charset) {
3082 switch (charset) {
3108 charset = charset.toLowerCase();
3111 return decoders.other.bind(charset);
3683 let charset = "";
3718 charset = tmp.substring(1);
3731 if (charset) {
3736 charset
3739 charset
[all...]
/third_party/python/Lib/
H A Ddifflib.py1618 content="text/html; charset=%(charset)s" />
1706 context=False, numlines=5, *, charset='utf-8'):
1721 charset -- charset of the HTML document
1729 charset=charset
1730 )).encode(charset, 'xmlcharrefreplace').decode(charset)
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp36 const std::vector<uint8_t> &description, uint8_t charset, bool fullAccess = true) {} in OnServicePasswordRequired()
35 OnServicePasswordRequired(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &description, uint8_t charset, bool fullAccess = true) OnServicePasswordRequired() argument
/third_party/icu/icu4c/source/common/
H A Dudataswp.h20 * charset families (ASCII<->EBCDIC).
67 * output charset strings
127 * according to the output charset.
154 /** Input charset family. @see U_CHARSET_FAMILY @internal ICU 2.8 */
158 /** Output charset family. @see U_CHARSET_FAMILY @internal ICU 2.8 */
333 # error Unknown charset family!
384 * isAcceptable, if not NULL, may accept data with endianness and charset family

Completed in 34 milliseconds

12345678