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

1 2 3

  /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));
  /external/chromium_org/v8/tools/
shell-utils.h 37 UTF8,
  /external/lldb/source/Host/macosx/cfcpp/
CFCString.cpp 109 CFCString::UTF8(std::string& str)
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)
  /external/lldb/tools/debugserver/source/MacOSX/
CFString.cpp 113 CFString::UTF8(std::string& str)
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)
  /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 * 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** targetStart, UTF8* targetEnd, ConversionFlags flags)
    [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/icu/icu4c/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
  /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/clang/lib/Lex/
LiteralSupport.cpp 363 /// 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;
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]);
    [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/icu/icu4c/source/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/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 75 #include <unicode/utf8.h>
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 211 static final int UTF8 = 1;
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);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 

Completed in 1935 milliseconds

1 2 3