Searched defs:UTF8 (Results 1 - 15 of 15) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
H A DStringEncodings.java51 String UTF8 = "UTF-8"; field in interface:StringEncodings
/external/clang/include/clang/Basic/
H A DConvertUTF.h103 typedef unsigned char UTF8; /* typically 8 bits */ typedef
133 const UTF8** sourceStart, const UTF8* sourceEnd,
137 const UTF8** sourceStart, const UTF8* sourceEnd,
143 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags);
148 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags);
159 Boolean isLegalUTF8Sequence(const UTF8 *sourc
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3convertutf.h98 // typedef unsigned char UTF8; /* typically 8 bits */
108 typedef ANTLR3_UINT8 UTF8; /* typically 8 bits */ typedef
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* targetEn
[all...]
/external/icu4c/common/
H A Dunisetspan.h41 UTF8 = 4, enumerator in enum:UnicodeSetStringSpan::__anon5832
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
/external/openfst/src/include/fst/
H A Dstring.h41 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; enumerator in enum:fst::StringCompiler::TokenType
65 } else if (token_type_ == UTF8) {
143 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; enumerator in enum:fst::StringPrinter::TokenType
172 } else if (token_type_ == UTF8) {
/external/regex-re2/util/
H A Dpcre.h48 // 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 enumerator in enum:re2::PCRE::Option
217 EnabledCompileOptions = UTF8,
/external/clang/lib/Lex/
H A DLiteralSupport.cpp317 /// convert the UTF32 to UTF8 or UTF16. This is a subroutine of
371 // Now that we've parsed/checked the UCN, we convert from UTF32->UTF8.
375 typedef uint8_t UTF8; typedef
390 // Once the bits are split out into bytes of UTF8, this is a mask OR-ed
392 static const UTF8 firstByteMark[5] = {
398 case 4: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6;
399 case 3: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6;
400 case 2: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6;
401 case 1: *--ResultBuf = (UTF8) (UcnVal | firstByteMark[bytesToWrite]);
934 ConvertUTF8toUTF32(reinterpret_cast<UTF8 cons
[all...]
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon6122
522 fEncoding = UTF8; }
566 case UTF8:
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.cpp75 enum Type { ASCII, JIS, EUC, SJIS, UTF16, UTF8 }; enumerator in enum:WebCore::KanjiCode::Type
603 case KanjiCode::UTF8:
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1225 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon6116
1251 fEncoding = UTF8; }
1295 case UTF8:
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4239 \hline LTC\_ASN1\_UTF8\_STRING & UTF8 STRING (one wchar\_t per char) \\
4574 \subsection{ASN.1 UTF8 STRING}
4593 These will encode or decode an UTF8 STRING. The characters are read or stored in individual \textbf{wchar\_t} elements. These function performs no internal
/external/clang/include/clang/AST/
H A DExpr.h1347 UTF8, enumerator in enum:clang::StringLiteral::StringKind
1435 bool isUTF8() const { return Kind == UTF8; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1187 milliseconds