/external/apache-http/src/org/apache/commons/codec/net/ |
StringEncodings.java | 51 String UTF8 = "UTF-8";
|
/external/chromium_org/third_party/re2/re2/testing/ |
exhaustive3_test.cc | 28 // Returns UTF8 for Rune r 29 static string UTF8(Rune r) { 35 // Returns a vector of "interesting" UTF8 characters. 48 v.push_back(UTF8(i)); 53 v.push_back(UTF8(256 + j)); 56 v.push_back(UTF8(i + j)); 60 v.push_back(UTF8(Runemax + j));
|
/external/chromium_org/ui/base/resource/ |
resource_handle.h | 24 UTF8,
|
/external/regex-re2/re2/testing/ |
exhaustive3_test.cc | 28 // Returns UTF8 for Rune r 29 static string UTF8(Rune r) { 35 // Returns a vector of "interesting" UTF8 characters. 48 v.push_back(UTF8(i)); 53 v.push_back(UTF8(256 + j)); 56 v.push_back(UTF8(i + j)); 60 v.push_back(UTF8(Runemax + j));
|
/cts/tests/tests/ndef/src/android/ndef/cts/ |
NdefTest.java | 37 static final Charset UTF8 = Charset.forName("UTF-8");
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3convertutf.h | 98 // typedef unsigned char UTF8; /* typically 8 bits */ 108 typedef ANTLR3_UINT8 UTF8; /* typically 8 bits */ 145 const UTF8** sourceStart, const UTF8* sourceEnd, 150 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags); 153 const UTF8** sourceStart, const UTF8* sourceEnd, 158 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags) [all...] |
/external/llvm/include/llvm/Support/ |
ConvertUTF.h | 103 typedef unsigned char UTF8; /* typically 8 bits */ 136 const UTF8** sourceStart, const UTF8* sourceEnd, 140 const UTF8** sourceStart, const UTF8* sourceEnd, 145 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags); 149 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags); 159 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.h | 41 UTF8 = 4, 49 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED, 50 FWD_UTF8_NOT_CONTAINED = FWD | UTF8 | NOT_CONTAINED, 53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 54 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED 122 uint8_t *utf8; member in class:UnicodeSetStringSpan
|
/external/icu4c/common/ |
unisetspan.h | 41 UTF8 = 4, 49 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED, 50 FWD_UTF8_NOT_CONTAINED = FWD | UTF8 | NOT_CONTAINED, 53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 54 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED 122 uint8_t *utf8; member in class:UnicodeSetStringSpan
|
/external/openfst/src/include/fst/ |
string.h | 42 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; 75 } else if (token_type_ == UTF8) { 149 TokenType token_type_; // Token type: symbol, byte or utf8 encoded 166 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; 196 } else if (token_type_ == UTF8) { 262 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
header.py | 31 UTF8 = Charset('utf-8') 281 for charset in USASCII, charset, UTF8:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 31 UTF8 = Charset('utf-8') 281 for charset in USASCII, charset, UTF8:
|
/external/chromium_org/third_party/re2/util/ |
pcre.h | 48 // The UTF8 flag, passed to the constructor, causes both pattern 52 // may depend on the UTF8 flag, so always use it when matching 53 // UTF8 text. E.g., "." will match one byte normally but with UTF8 57 // PCRE re(utf8_pattern, PCRE::UTF8); 222 UTF8 = 0x0800, // == PCRE_UTF8 223 EnabledCompileOptions = UTF8,
|
/external/chromium_org/v8/tools/ |
lexer-shell.cc | 53 UTF8, 99 case UTF8: 230 } else if (strcmp(argv[i], "--utf8") == 0) { 231 encoding = UTF8;
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 321 /// convert the UTF32 to UTF8 or UTF16. This is a subroutine of 375 // Now that we've parsed/checked the UCN, we convert from UTF32->UTF8. 379 typedef uint8_t UTF8; 394 // Once the bits are split out into bytes of UTF8, this is a mask OR-ed 396 static const UTF8 firstByteMark[5] = { 402 case 4: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6; 403 case 3: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6; 404 case 2: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6; 405 case 1: *--ResultBuf = (UTF8) (UcnVal | firstByteMark[bytesToWrite]); [all...] |
/external/regex-re2/util/ |
pcre.h | 48 // The UTF8 flag, passed to the constructor, causes both pattern 52 // may depend on the UTF8 flag, so always use it when matching 53 // UTF8 text. E.g., "." will match one byte normally but with UTF8 57 // PCRE re(utf8_pattern, PCRE::UTF8); 216 UTF8 = 0x0800, // == PCRE_UTF8 217 EnabledCompileOptions = UTF8,
|
/external/chromium_org/third_party/cld/encodings/proto/ |
encodings.pb.h | 35 UTF8 = 22, 139 // converting MSFT_CP1252 to UTF8 *twice*. No output conversion needed.
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 67 #include <unicode/utf8.h> 488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; 522 fEncoding = UTF8; } 566 case UTF8:
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 67 #include <unicode/utf8.h> 488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; 522 fEncoding = UTF8; } 566 case UTF8:
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
collperf.cpp | 75 #include <unicode/utf8.h> [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 75 #include <unicode/utf8.h> [all...] |
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |