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

12

/external/apache-http/src/org/apache/commons/codec/net/
H A DStringEncodings.java56 String UTF8 = "UTF-8"; field in interface:StringEncodings
/external/chromium_org/ui/base/resource/
H A Dresource_handle.h24 UTF8, enumerator in enum:ui::ResourceHandle::TextEncodingType
/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive3_test.cc28 // Returns UTF8 for Rune r
29 static string UTF8(Rune r) { function in namespace:re2
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/v8/tools/
H A Dshell-utils.h37 UTF8, enumerator in enum:v8::internal::Encoding
/external/regex-re2/re2/testing/
H A Dexhaustive3_test.cc28 // Returns UTF8 for Rune r
29 static string UTF8(Rune r) { function in namespace:re2
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/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/lldb/source/Host/macosx/cfcpp/
H A DCFCString.cpp109 CFCString::UTF8(std::string& str) function in class:CFCString
111 return CFCString::UTF8(get(), str);
114 // Static function that puts a copy of the UTF8 contents of CF_STR into STR
120 CFCString::UTF8 (CFStringRef cf_str, std::string& str) function in class:CFCString
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.cpp113 CFString::UTF8(std::string& str) function in class:CFString
115 return CFString::UTF8(get(), str);
118 // Static function that puts a copy of the UTF8 contents of CF_STR into STR
124 CFString::UTF8 (CFStringRef cf_str, std::string& str) function in class:CFString
/external/llvm/include/llvm/Support/
H A DConvertUTF.h103 typedef unsigned char UTF8; /* typically 8 bits */ typedef
136 const UTF8** sourceStart, const UTF8* sourceEnd,
140 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
144 const UTF8** sourceStart, const UTF8* sourceEnd,
148 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
152 const UTF8** sourceStart, const UTF8* sourceEnd,
157 UTF8** targetStar
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.h41 UTF8 = 4, enumerator in enum:UnicodeSetStringSpan::__anon12046
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/icu/icu4c/source/common/
H A Dunisetspan.h41 UTF8 = 4, enumerator in enum:UnicodeSetStringSpan::__anon21836
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/chromium_org/third_party/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);
222 UTF8 = 0x0800, // == PCRE_UTF8 enumerator in enum:re2::PCRE::Option
223 EnabledCompileOptions = UTF8,
/external/openfst/src/include/fst/
H A Dstring.h42 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; enumerator in enum:fst::StringCompiler::TokenType
75 } else if (token_type_ == UTF8) {
166 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; enumerator in enum:fst::StringPrinter::TokenType
196 } else if (token_type_ == UTF8) {
/external/pcre/dist/
H A Dpcrecpp.h147 // The UTF8 flag, passed to the constructor, causes both pattern
151 // may depend on the UTF8 flag, so always use it when matching
152 // UTF8 text. E.g., "." will match one byte normally but with UTF8
161 // Example: using the convenience function UTF8():
162 // pcrecpp::RE re(utf8_pattern, pcrecpp::UTF8());
165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
186 // PCRE_UTF8 handles UTF8 chars built-in
240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
465 static inline RE_Options UTF8() { function in namespace:pcrecpp
[all...]
/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/chromium_org/third_party/cld/encodings/proto/
H A Dencodings.pb.h35 UTF8 = 22, enumerator in enum:Encoding
139 // converting MSFT_CP1252 to UTF8 *twice*. No output conversion needed.
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon12374
522 fEncoding = UTF8; }
566 case UTF8:
/external/clang/lib/Lex/
H A DLiteralSupport.cpp363 /// convert the UTF32 to UTF8 or UTF16. This is a subroutine of
417 // Now that we've parsed/checked the UCN, we convert from UTF32->UTF8.
421 typedef uint8_t UTF8; typedef
436 // Once the bits are split out into bytes of UTF8, this is a mask OR-ed
438 static const UTF8 firstByteMark[5] = {
444 case 4: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6;
445 case 3: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6;
446 case 2: *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6;
447 case 1: *--ResultBuf = (UTF8) (UcnVal | firstByteMark[bytesToWrite]);
1099 ConvertUTF8toUTF32(reinterpret_cast<UTF8 cons
[all...]
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon22188
522 fEncoding = UTF8; }
566 case UTF8:
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java211 static final int UTF8 = 1; field in class:ClassWriter
914 * Adds an UTF8 string to the constant pool of the class being build. Does
920 * @return the index of a new or already existing UTF8 item.
923 key.set(UTF8, value, null, null);
926 pool.putByte(UTF8).putUTF8(value);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1225 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon12368
1251 fEncoding = UTF8; }
1295 case UTF8:
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1225 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon22179
1251 fEncoding = UTF8; }
1295 case UTF8:
/external/clang/include/clang/AST/
H A DExpr.h1464 UTF8, enumerator in enum:clang::StringLiteral::StringKind
1552 bool isUTF8() const { return Kind == UTF8; }
/external/chromium_org/v8/include/
H A Dv8.h1129 enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 }; enumerator in enum:v8::ScriptCompiler::StreamedSource::Encoding
/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 ...

Completed in 5096 milliseconds

12