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

1 2

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 97 // typedef unsigned short UTF16; /* at least 16 bits */
107 typedef ANTLR3_UINT16 UTF16; /* at least 16 bits */
146 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
149 const UTF16** sourceStart, const UTF16* sourceEnd,
161 const UTF16** sourceStart, const UTF16* sourceEnd,
166 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags)
    [all...]
  /external/llvm/include/llvm/Support/
ConvertUTF.h 102 typedef unsigned short UTF16; /* at least 16 bits */
137 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
156 const UTF16** sourceStart, const UTF16* sourceEnd,
164 const UTF16** sourceStart, const UTF16* sourceEnd,
169 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
189 * Convert an UTF8 StringRef to UTF8, UTF16, or UTF32 depending o
    [all...]
  /external/chromium_org/ui/base/resource/
resource_handle.h 25 UTF16
data_pack.cc 133 if (text_encoding_type_ != UTF8 && text_encoding_type_ != UTF16 &&
136 << ", expected between " << BINARY << " and " << UTF16;
257 if (textEncodingType != UTF8 && textEncodingType != UTF16 &&
260 << ", expected between " << BINARY << " and " << UTF16;
data_pack_unittest.cc 140 DataPack::UTF16));
resource_bundle.cc 509 DCHECK(encoding == ResourceHandle::UTF16 || encoding == ResourceHandle::UTF8)
512 // Data pack encodes strings as either UTF8 or UTF16.
514 if (encoding == ResourceHandle::UTF16) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 54 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags) {
57 UTF16* target = *targetStart;
75 *target++ = (UTF16)ch; /* normal case */
90 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
91 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
102 const UTF16** sourceStart, const UTF16* sourceEnd,
105 const UTF16* source = *sourceStart;
109 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. *
    [all...]
antlr3string.c 125 // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff.
304 /* API for UTF16 strings */
354 // Convert a UTF16 string into a UTF8 representation using the Unicode.org
357 // UCS2 has the same encoding as UTF16 so we can use UTF16 converter.
364 UTF16 * inputEnd;
387 inputEnd = (UTF16 *) (string->chars);
394 (const UTF16**)&inputEnd,
395 ((const UTF16 *)(string->chars)) + string->len,
442 * Creates a new string with enough capacity for size UTF16 characters plus a terminator
    [all...]
antlr3inputstream.c 70 // UTF16 (also covers UCS2)
83 // UTF16 Charstream API functions
99 // UTF16 Charstream API functions
691 /// \brief Common function to setup function interface for a UTF16 or UCS2 input stream.
698 /// essentially UTF16 without any surrogates and so the standard UTF16
704 // Build a string factory for this stream. This is a UTF16 string factory which is a standard
712 input->istream->index = antlr3UTF16Index; // Calculate current index in input stream, UTF16 based
716 // We must install different UTF16 routines according to whether the input
733 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffe
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unisetspan.h 40 UTF16 = 8,
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
48 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
unisetspan.cpp 237 if((which&UTF16) && length16>maxLength16) {
312 if(which&UTF16) {
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.h 40 UTF16 = 8,
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
48 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
unisetspan.cpp 21 #include "unicode/utf16.h"
239 if((which&UTF16) && length16>maxLength16) {
314 if(which&UTF16) {
    [all...]
  /external/llvm/lib/Support/
ConvertUTF.c 120 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags) {
123 UTF16* target = *targetStart;
141 *target++ = (UTF16)ch; /* normal case */
156 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
168 const UTF16** sourceStart, const UTF16* sourceEnd,
171 const UTF16* source = *sourceStart;
175 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. *
    [all...]
ConvertUTFWrapper.cpp 35 UTF16 *targetStart = reinterpret_cast<UTF16*>(ResultPtr);
95 const UTF16 *Src = reinterpret_cast<const UTF16 *>(SrcBytes.begin());
96 const UTF16 *SrcEnd = reinterpret_cast<const UTF16 *>(SrcBytes.end());
99 std::vector<UTF16> ByteSwapped;
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 48 FETCH_JSTRING(UTF16, env, address, ResultAddress, Name);
52 FETCH_JSTRING(UTF16, env, address, ResultAddress, StreetAddress);
56 FETCH_JSTRING(UTF16, env, address, ResultAddress, Locality);
58 FETCH_JSTRING(UTF16, env, address, ResultAddress, DependentLocality);
60 FETCH_JSTRING(UTF16, env, address, ResultAddress, AdministrativeArea);
62 FETCH_JSTRING(UTF16, env, address, ResultAddress, PostalCode);
64 FETCH_JSTRING(UTF16, env, address, ResultAddress, SortingCode);
66 FETCH_JSTRING(UTF16, env, address, ResultAddress, PhoneNumber);
114 return FETCH_JSTRING(UTF16, env, wallet, ResultWallet, Email);
  /external/chromium_org/v8/tools/
shell-utils.h 38 UTF16
parser-shell.cc 59 case UTF16: {
120 } else if (strcmp(argv[i], "--utf16") == 0) {
121 encoding = UTF16;
lexer-shell.cc 66 case UTF16: {
196 } else if (strcmp(argv[i], "--utf16") == 0) {
197 encoding = UTF16;
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 460 ReadUTFBufferAndDumpToStreamOptions<UTF16> options;
547 ReadUTFBufferAndDumpToStreamOptions<UTF16> options;
586 return DumpUTFBufferToStream<UTF16>(ConvertUTF16toUTF8,data,stream, 'u','\'',1);
636 return DumpUTFBufferToStream<UTF16>(ConvertUTF16toUTF8,
1044 ReadUTFBufferAndDumpToStreamOptions<UTF16> options;
    [all...]
  /external/pdfium/core/
Android.mk 55 src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp \
90 src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UTF16-H_5.cpp \
91 src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UTF16-V_5.cpp \
104 src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp \
  /external/chromium_org/tools/grit/grit/format/
data_pack.py 27 BINARY, UTF8, UTF16 = range(3)
178 # Encoding is 0 for BINARY, 1 for UTF8 and 2 for UTF16
  /external/clang/lib/Lex/
LiteralSupport.cpp 363 /// convert the UTF32 to UTF8 or UTF16. This is a subroutine of
399 UTF16 *ResultPtr = reinterpret_cast<UTF16*>(ResultBuf);
407 // Convert to UTF16.
    [all...]
  /external/chromium_org/tools/grit/grit/
util.py 30 _, UTF8, UTF16 = range(3)
40 if encoding == UTF16:
41 return message.encode('utf16')[2:]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 123 * Read as a sequence of UTF16 characters, returning them as a single string.
393 * Read as a sequence of UTF16 characters, returning them as a single string.

Completed in 389 milliseconds

1 2