HomeSort by relevance Sort by last modified time
    Searched full:sequence (Results 376 - 400 of 7716) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 60 int decodeUTF8Sequence(const char* sequence)
63 const unsigned char b0 = sequence[0];
69 const unsigned char b1 = sequence[1];
79 const unsigned char b2 = sequence[2];
92 const unsigned char b3 = sequence[3];
108 const unsigned char b4 = sequence[4];
123 // as many entries in this table as there are UTF-8 sequence types.
124 // (I.e., one byte sequence, two byte... etc.). Remember that sequencs
277 // in a UTF-8 sequence.
280 static inline UChar32 readUTF8Sequence(const char*& sequence, unsigned length
    [all...]
UTF8.h 35 // Given a first byte, gives the length of the UTF-8 sequence it begins.
40 // Takes a null-terminated C-style string with a UTF-8 sequence in it and converts it to a character.
42 // Returns -1 if the sequence is not valid (including presence of extra bytes).
49 sourceIllegal // source sequence is illegal/malformed
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 158 def explode(sequence)
159 sequence.is_a?(String) ? sequence.split(//) : sequence
  /external/chromium_org/third_party/angle/src/compiler/
InitializeGLPosition.h 28 void insertCode(TIntermSequence& sequence);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdetst.h 18 * collation rules as its sorting sequence.
cestst.h 18 * collation rules as its sorting sequence.
cfintst.h 18 * collation rules as its sorting sequence.
cfrtst.h 18 * collation rules as its sorting sequence.
cjaptst.h 21 * collation rules as its sorting sequence.
cmsgtst.h 35 * Test format and parse sequence and roundtrip
cturtst.h 18 * collation rules as its sorting sequence.
encoll.h 18 * collation rules as its sorting sequence.
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.h 46 /** is this byte sequence valid? */
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch.cc 6 // sequence: fixed64
26 // WriteBatch header has an 8-byte sequence number followed by a 4-byte count.
90 SequenceNumber WriteBatchInternal::Sequence(const WriteBatch* b) {
131 inserter.sequence_ = WriteBatchInternal::Sequence(b);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_fence.h 25 uint32_t sequence; member in struct:nouveau_fence
  /external/chromium_org/third_party/sqlite/src/test/
reindex.test 108 # Change a collating sequence function. Verify that REINDEX rebuilds
144 # Try to REINDEX an index for which the collation sequence is not available.
151 } {1 {no such collation sequence: c1}}
165 } {1 {no such collation sequence: c2}}
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_length_sequence.c 15 ASN.1 DER, length a SEQUENCE, Tom St Denis
21 Get the length of a DER sequence
22 @param list The sequences of items in the SEQUENCE
167 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c,v $ */
  /external/icu4c/test/cintltst/
cdetst.h 18 * collation rules as its sorting sequence.
cestst.h 18 * collation rules as its sorting sequence.
cfintst.h 18 * collation rules as its sorting sequence.
cfrtst.h 18 * collation rules as its sorting sequence.
cjaptst.h 21 * collation rules as its sorting sequence.
cmsgtst.h 35 * Test format and parse sequence and roundtrip
cturtst.h 18 * collation rules as its sorting sequence.
encoll.h 18 * collation rules as its sorting sequence.

Completed in 1479 milliseconds

<<11121314151617181920>>