| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | convtest.h | 34 const char *charset, *cbopt, *name; member
|
| /third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/init/ |
| H A D | MetadataParserTest.java | 19 import static java.nio.charset.StandardCharsets.UTF_8;
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffload.h | 59 cff_charset_cid_to_gindex( CFF_Charset charset,
|
| /third_party/python/Lib/test/test_email/ |
| H A D | test_asian_codecs.py | 8 from email.charset import Charset
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | augmentExportEquals5.js | 37 charset: string;
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
| H A D | DetectingViewer.java | 27 import java.nio.charset.Charset; 40 import com.ibm.icu.charset.CharsetICU;
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | package.cpp | 81 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 D | package.cpp | 81 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 D | NameTable.java | 28 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 D | package.cpp | 81 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 D | string_tests.py | 139 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 D | test_traceback.py | 225 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 D | LSTMBreakEngineTest.java | 9 import java.nio.charset.StandardCharsets;
|
| H A D | RBBILSTMTest.java | 9 import java.nio.charset.StandardCharsets;
|
| /third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
| H A D | MetadataFilterCoverageTest.java | 23 import java.nio.charset.Charset;
|
| /third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
| H A D | GenerateTimeZonesMapData.java | 31 import java.nio.charset.Charset;
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| H A D | dataURL.js | 105 // mimeTypeRecord to text/plain;charset=US-ASCII. 107 mimeTypeRecord = parseMIMEType('text/plain;charset=US-ASCII')
|
| /third_party/weex-loader/test/ |
| H A D | test.js | 56 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 D | netfirewall_client_test.cpp | 122 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 D | netfirewall_client_test.cpp | 122 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 D | RopeByteString.java | 40 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 D | undici.js | 3079 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 D | difflib.py | 1618 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 D | pbap_server_test.cpp | 36 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 D | udataswp.h | 20 * 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
|