HomeSort by relevance Sort by last modified time
    Searched refs:UTF8 (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/unicode/
UTF8.h 3 #include <JavaScriptCore/UTF8.h>
  /external/apache-http/src/org/apache/commons/codec/net/
StringEncodings.java 51 String UTF8 = "UTF-8";
QCodec.java 51 private String charset = StringEncodings.UTF8;
BCodec.java 49 private String charset = StringEncodings.UTF8;
QuotedPrintableCodec.java 63 private String charset = StringEncodings.UTF8;
URLCodec.java 55 protected String charset = StringEncodings.UTF8;
  /external/clang/include/clang/Basic/
ConvertUTF.h 103 typedef unsigned char UTF8; /* typically 8 bits */
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 *source, const UTF8 *sourceEnd)
    [all...]
  /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/clang/lib/Basic/
ConvertUTFWrapper.cpp 16 char *&ResultPtr, const UTF8 *&ErrorPtr) {
21 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin());
22 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) {
30 const UTF8 *sourceStart = (const UTF8*)Source.data();
43 const UTF8 *sourceStart = (const UTF8*)Source.data();
64 UTF8 *TargetStart = reinterpret_cast<UTF8 *>(ResultPtr)
    [all...]
ConvertUTF.c 42 Jan 2004: updated switches in from-UTF8 conversions.
88 * Magic values subtracted from a buffer value during UTF8 conversion.
102 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
222 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags) {
225 UTF8* target = *targetStart;
276 case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
277 case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
278 case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
279 case 1: *--target = (UTF8)(ch | firstByteMark[bytesToWrite])
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 34 Jan 2004: updated switches in from-UTF8 conversions.
177 * Magic values subtracted from a buffer value during UTF8 conversion.
191 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
207 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags) {
210 UTF8* target = *targetStart;
261 case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
262 case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
263 case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
264 case 1: *--target = (UTF8)(ch | firstByteMark[bytesToWrite])
    [all...]
  /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
unisetspan.cpp 204 utf8Lengths(NULL), spanLengths(NULL), utf8(NULL),
240 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) {
270 if(which&UTF8) {
291 utf8=spanBackUTF8Lengths+stringsLength;
294 if(which&UTF8) {
296 utf8=spanLengths+stringsLength;
325 if(which&UTF8) {
326 uint8_t *s8=utf8+utf8Count;
362 if(which&UTF8) {
364 uint8_t *s8=utf8+utf8Count
    [all...]
  /hardware/ril/mock-ril/src/cpp/
node_util.cpp 30 if (strcasecmp(*encoding, "utf8") == 0) {
31 return UTF8;
33 return UTF8;
68 // utf8 or ascii encoding
86 if (encoding == UTF8) return str->Utf8Length();
117 if (encoding == UTF8) {
node_util.h 22 enum encoding {ASCII, UTF8, BINARY};
node_buffer.cpp 195 enum encoding e = ParseEncoding(args[1], UTF8);
196 int length = e == UTF8 ? s->Utf8Length() : s->Length();
591 // var nbytes = Buffer.byteLength("string", "utf8")
603 enum encoding e = ParseEncoding(args[1], UTF8);
606 Integer::New(e == UTF8 ? s->Utf8Length() : s->Length());
  /external/openfst/src/include/fst/
string.h 41 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 };
65 } else if (token_type_ == UTF8) {
126 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
143 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 };
172 } else if (token_type_ == UTF8) {
238 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
  /external/webkit/Source/WebCore/platform/text/
String.cpp 27 #include <wtf/unicode/UTF8.h>
  /external/webkit/Source/JavaScriptCore/API/
JSStringRef.cpp 31 #include <wtf/unicode/UTF8.h>
80 // Any UTF8 character > 3 bytes encodes as a UTF16 surrogate pair.
  /external/webkit/Source/JavaScriptCore/
Android.v8.wtf.mk 66 wtf/unicode/UTF8.cpp \
  /external/webkit/Source/WebKit2/Shared/
WebString.h 33 #include <wtf/unicode/UTF8.h>
  /external/chromium/chrome/browser/history/
snippet_unittest.cc 159 TEST(Snippets, UTF8) {
  /external/openfst/src/include/fst/extensions/far/
print-strings.h 48 token_type = StringPrinter<Arc>::UTF8;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 36 #include <support/UTF8.h>
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 27 #include <wtf/unicode/UTF8.h>

Completed in 524 milliseconds

1 2 3