HomeSort by relevance Sort by last modified time
    Searched refs:Encoding (Results 151 - 175 of 244) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/re2/re2/
compile.cc 118 enum Encoding {
221 Encoding encoding_; // Input encoding
536 // encoding (Latin 1 or UTF-8).
    [all...]
  /external/lldb/source/Interpreter/
Args.cpp     [all...]
  /external/regex-re2/re2/
compile.cc 117 enum Encoding {
220 Encoding encoding_; // Input encoding
535 // encoding (Latin 1 or UTF-8).
    [all...]
  /external/tinyxml/
xmltest.cpp 561 // the word "resume" with the correct accents, in a latin encoding.
570 XmlTest( "Legacy encoding: Verify text element.", "r\x82sum\x82", text->Value() );
618 dec.Parse( "<?xml version='1.0' encoding='UTF-8'?>", 0, TIXML_ENCODING_UNKNOWN );
623 XmlTest( "Copy/Assign: declaration copy.", "UTF-8", decCopy.Encoding() );
624 XmlTest( "Copy/Assign: text assign.", "UTF-8", decAssign.Encoding() );
982 "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"
tinyxml.h 210 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
246 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
273 TiXmlEncoding encoding ); // the current encoding
276 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
283 if ( encoding == TIXML_ENCODING_UTF8 )
296 return GetEntity( p, _value, length, encoding );
328 TiXmlEncoding encoding );
1176 TIXML_STRING encoding; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp 120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
124 // to figure out alhabetical vs. not across encoding. So take a very
127 // if ( encoding == TIXML_ENCODING_UTF8 )
141 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
145 // to figure out alhabetical vs. not across encoding. So take a very
148 // if ( encoding == TIXML_ENCODING_UTF8 )
166 void Stamp( const char* now, TiXmlEncoding encoding );
187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
253 if ( encoding == TIXML_ENCODING_UTF8 )
277 if ( encoding == TIXML_ENCODING_UTF8
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 199 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFDictionary_autogen.h     [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 273 String::Encoding encoding);
  /external/libvpx/libvpx/
examples.mk 167 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /external/lldb/source/Symbol/
Type.cpp 387 lldb::Encoding
547 // We have no encoding type, return void?
602 // If we have an encoding type, then we need to make sure it is
ClangASTContext.cpp 537 ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (Encoding encoding, uint32_t bit_size)
539 return ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (getASTContext(), encoding, bit_size);
543 ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (ASTContext *ast, Encoding encoding, uint32_t bit_size)
548 switch (encoding)
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFDictionary_autogen.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 167 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /external/libvorbis/doc/
05-comment.tex 29 \subsection{Comment encoding}
163 however, use the UTF-8 character encoding to allow easy representation
197 \subsubsection{Encoding}
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 481 // Platform ID Encoding ID Name
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 417 // This class encapsulates encoding and decoding of sources positions from
7624 String::Encoding encoding() const { return encoding_; } function in class:v8::FINAL::FINAL
7667 String::Encoding encoding() { return encoding_; } function in class:v8::FINAL::FINAL
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 28 "Tag too large for debug encoding!");
250 ConstantInt::get(Type::getInt32Ty(VMContext), 0) // Encoding
264 uint64_t AlignInBits, unsigned Encoding) {
278 ConstantInt::get(Type::getInt32Ty(VMContext), Encoding)
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 482 // Platform ID Encoding ID Name
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 257 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
288 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
320 TiXmlEncoding encoding ); // the current encoding
323 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
330 if ( encoding == TIXML_ENCODING_UTF8 )
343 return GetEntity( p, _value, length, encoding );
369 TiXmlEncoding encoding );
1342 TIXML_STRING encoding; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
133 // to figure out alhabetical vs. not across encoding. So take a very
136 // if ( encoding == TIXML_ENCODING_UTF8 )
150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
154 // to figure out alhabetical vs. not across encoding. So take a very
157 // if ( encoding == TIXML_ENCODING_UTF8 )
175 void Stamp( const char* now, TiXmlEncoding encoding );
196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
262 if ( encoding == TIXML_ENCODING_UTF8 )
286 if ( encoding == TIXML_ENCODING_UTF8
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 257 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
288 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
320 TiXmlEncoding encoding ); // the current encoding
323 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
330 if ( encoding == TIXML_ENCODING_UTF8 )
343 return GetEntity( p, _value, length, encoding );
369 TiXmlEncoding encoding );
1342 TIXML_STRING encoding; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
133 // to figure out alhabetical vs. not across encoding. So take a very
136 // if ( encoding == TIXML_ENCODING_UTF8 )
150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
154 // to figure out alhabetical vs. not across encoding. So take a very
157 // if ( encoding == TIXML_ENCODING_UTF8 )
175 void Stamp( const char* now, TiXmlEncoding encoding );
196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
262 if ( encoding == TIXML_ENCODING_UTF8 )
286 if ( encoding == TIXML_ENCODING_UTF8
    [all...]

Completed in 1958 milliseconds

1 2 3 4 5 67 8 910