HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 1 - 25 of 645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
go-back-after-alert.html 3 This tests a bug where going back just before putting up an alert can lead to a crash.
  /external/chromium/third_party/icu/source/i18n/
bocsu.h 45 * - Similar to a UTF, encoding the length of the byte sequence in the lead bytes.
47 * (trail byte values may overlap with lead/single byte values).
53 * Instead, we split the lead byte range in the middle and encode non-negative values
60 * is added to a lead byte avoiding the single-byte range.
64 * for lead/single bytes so that the middle range of single bytes is as large
66 * Note that the lead byte ranges overlap some, but that the sequences as a whole
67 * are well ordered. I.e., even if the lead byte is the same for sequences of different
88 * Number of lead bytes:
106 * Symmetrical lead byte counts are for convenience.
108 * no advantage to asymmetrical lead byte counts
    [all...]
  /external/icu4c/i18n/
bocsu.h 45 * - Similar to a UTF, encoding the length of the byte sequence in the lead bytes.
47 * (trail byte values may overlap with lead/single byte values).
53 * Instead, we split the lead byte range in the middle and encode non-negative values
60 * is added to a lead byte avoiding the single-byte range.
64 * for lead/single bytes so that the middle range of single bytes is as large
66 * Note that the lead byte ranges overlap some, but that the sequences as a whole
67 * are well ordered. I.e., even if the lead byte is the same for sequences of different
88 * Number of lead bytes:
106 * Symmetrical lead byte counts are for convenience.
108 * no advantage to asymmetrical lead byte counts
    [all...]
  /external/chromium/third_party/icu/source/common/
bmpset.cpp 64 int32_t lead=start>>6; local
68 uint32_t bits=(uint32_t)1<<lead;
77 if(lead==limitLead) {
90 ++lead;
92 if(lead<limitLead) {
93 bits=~((1<<lead)-1);
209 bits=3; // Lead bytes 0xC0 and 0xC1.
214 bits=1; // Lead byte 0xE0.
219 mask=~(0x10001<<0xd); // Lead byte 0xED.
226 mask=~(0x10001<<0xd); // Lead byte 0xED
274 int lead=c>>12; local
315 int lead=c>>12; local
355 int lead=c>>12; local
404 int lead=c>>12; local
447 int lead=c>>12; local
700 int lead=c>>12; local
    [all...]
utrie.h 38 * even for lead surrogate code _points_, while the _FROM_LEAD() macros
39 * get special "folded" values for lead surrogate code _units_ if
45 * to get that offset from the folded value for a lead surrogate unit.
62 * Lead surrogate code points' index displacement in the index array.
83 * Number of index (stage 1) entries per lead surrogate.
109 * possible duplicate entries for 1024 lead surrogates.)
121 * BMP index + 1 index block for lead surrogate code points +
122 * Latin-1-linear array + 1 data block for lead surrogate code points
132 * Extract from a lead surrogate's data the
133 * index array offset of the indexes for that lead surrogate
    [all...]
bmpset.h 97 * One byte per ASCII character, or trail byte in lead position.
109 * lead=c{10..6}
111 * it is set.contains(c)==(table7FF[trail] bit lead)
123 * lead=c{15..12}
125 * test bits (lead+16) and lead in bmpBlockBits[t1].
utrie.c 395 * with the lead surrogates indexing this compact area.
397 * Duplicate the index values for lead surrogates:
415 /* copy the lead surrogate indexes into a temporary array */
419 * set all values for lead surrogate code *units* to leadUnitValue
423 * the respective lead units
447 * In case the first lead surrogate has significant data,
450 * lead surrogate indexes.
457 /* there is data, treat the full block for a lead surrogate */
462 /* printf("supplementary data for lead surrogate U+%04lx\n", (long)(0xd7c0+(c>>10))); */
470 * if different from the value for the lead surrogate code point
    [all...]
  /external/icu4c/common/
bmpset.cpp 64 int32_t lead=start>>6; local
68 uint32_t bits=(uint32_t)1<<lead;
77 if(lead==limitLead) {
90 ++lead;
92 if(lead<limitLead) {
93 bits=~((1<<lead)-1);
209 bits=3; // Lead bytes 0xC0 and 0xC1.
214 bits=1; // Lead byte 0xE0.
219 mask=~(0x10001<<0xd); // Lead byte 0xED.
226 mask=~(0x10001<<0xd); // Lead byte 0xED
274 int lead=c>>12; local
315 int lead=c>>12; local
355 int lead=c>>12; local
404 int lead=c>>12; local
447 int lead=c>>12; local
700 int lead=c>>12; local
    [all...]
utrie.h 38 * even for lead surrogate code _points_, while the _FROM_LEAD() macros
39 * get special "folded" values for lead surrogate code _units_ if
45 * to get that offset from the folded value for a lead surrogate unit.
62 * Lead surrogate code points' index displacement in the index array.
83 * Number of index (stage 1) entries per lead surrogate.
109 * possible duplicate entries for 1024 lead surrogates.)
121 * BMP index + 1 index block for lead surrogate code points +
122 * Latin-1-linear array + 1 data block for lead surrogate code points
132 * Extract from a lead surrogate's data the
133 * index array offset of the indexes for that lead surrogate
    [all...]
bmpset.h 97 * One byte per ASCII character, or trail byte in lead position.
109 * lead=c{10..6}
111 * it is set.contains(c)==(table7FF[trail] bit lead)
123 * lead=c{15..12}
125 * test bits (lead+16) and lead in bmpBlockBits[t1].
utrie.c 395 * with the lead surrogates indexing this compact area.
397 * Duplicate the index values for lead surrogates:
415 /* copy the lead surrogate indexes into a temporary array */
419 * set all values for lead surrogate code *units* to leadUnitValue
423 * the respective lead units
447 * In case the first lead surrogate has significant data,
450 * lead surrogate indexes.
457 /* there is data, treat the full block for a lead surrogate */
462 /* printf("supplementary data for lead surrogate U+%04lx\n", (long)(0xd7c0+(c>>10))); */
470 * if different from the value for the lead surrogate code point
    [all...]
  /external/icu4c/layout/
HangulLayoutEngine.cpp 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable)
113 le_int32 lIndex = lead - LJMO_FIRST;
132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail)
140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT);
151 static le_int32 getCharClass(LEUnicode ch, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail)
153 lead = LJMO_FILL;
158 lead = ch;
172 le_int32 c = decompose(ch, lead, vowel, trail);
248 LEUnicode lead = 0; local
251 int32_t chClass = getCharClass(chars[i], lead, vowel, trail)
308 LEUnicode lead = outChars[outStart]; local
    [all...]
  /external/strace/
strace-graph 279 my ($pid, $lead) = @_;
303 print "$lead [$elapsed] @$argv\n";
306 print "$lead @$argv\n";
310 if ($lead =~ /-$/) {
311 display_pid_trace($$elem[1], "$lead--+--");
313 display_pid_trace($$elem[1], "$lead +--");
316 display_pid_trace($$elem[1], "$lead `--");
318 display_pid_trace($$elem[1], "$lead +--");
322 $lead =~ s/\`--/ /g;
323 $lead =~ s/-/ /g
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 46 UChar lead = buffer[i * 2]; local
48 character = U16_GET_SUPPLEMENTARY(lead, trail);
  /external/srec/srec/include/
fpi_tgt.h 54 #define POINTER_GAP(PKT, LEAD, LAG) ((((LEAD) - (LAG)) & (PKT)->stackMask)/(PKT)->frameSize)
61 #define POINTER_GAP(PKT, LEAD, LAG) ((LEAD) >= (LAG) ? ((LEAD) - (LAG))/(PKT)->frameSize : ((PKT)->featuresInStack + (LEAD) - (LAG))/(PKT)->frameSize)
  /external/chromium/base/third_party/icu/
icu_utf.h 94 * is it a lead surrogate?
108 * Count the trail bytes for a UTF-8 lead byte.
114 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
128 * Is this code unit (byte) a UTF-8 lead byte?
180 * The offset may point to the lead byte of a multi-byte sequence,
247 * Is this code unit a lead surrogate (U+d800..U+dbff)?
272 * is it a lead surrogate?
287 * from its lead and trail surrogates.
289 * lead and trail surrogates.
291 * @param lead lead surrogate (U+d800..U+dbff
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
102 * from its lead and trail surrogates.
104 * lead and trail surrogates.
106 * @param lead lead surrogate (U+d800..U+dbff)
111 #define U16_GET_SUPPLEMENTARY(lead, trail) \
112 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
116 * Get the lead surrogate (0xd800..0xdbff) for a
119 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/icu4c/common/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
102 * from its lead and trail surrogates.
104 * lead and trail surrogates.
106 * @param lead lead surrogate (U+d800..U+dbff)
111 #define U16_GET_SUPPLEMENTARY(lead, trail) \
112 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
116 * Get the lead surrogate (0xd800..0xdbff) for a
119 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
93 * from its lead and trail surrogates.
95 * lead and trail surrogates.
97 * @param lead lead surrogate (U+d800..U+dbff)
102 #define U16_GET_SUPPLEMENTARY(lead, trail) \
103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
107 * Get the lead surrogate (0xd800..0xdbff) for a
110 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
93 * from its lead and trail surrogates.
95 * lead and trail surrogates.
97 * @param lead lead surrogate (U+d800..U+dbff)
102 #define U16_GET_SUPPLEMENTARY(lead, trail) \
103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
107 * Get the lead surrogate (0xd800..0xdbff) for a
110 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/webkit/WebCore/icu/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
93 * from its lead and trail surrogates.
95 * lead and trail surrogates.
97 * @param lead lead surrogate (U+d800..U+dbff)
102 #define U16_GET_SUPPLEMENTARY(lead, trail) \
103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
107 * Get the lead surrogate (0xd800..0xdbff) for a
110 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
93 * from its lead and trail surrogates.
95 * lead and trail surrogates.
97 * @param lead lead surrogate (U+d800..U+dbff)
102 #define U16_GET_SUPPLEMENTARY(lead, trail) \
103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
107 * Get the lead surrogate (0xd800..0xdbff) for a
110 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
bocu1tst.c 74 /* number of lead bytes */
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
109 /* The lead byte start values. */
120 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
121 #define BOCU1_LENGTH_FROM_LEAD(lead) \
122 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
123 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
124 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
287 int32_t result, m, lead, count, shift; local
    [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 74 /* number of lead bytes */
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
109 /* The lead byte start values. */
120 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
121 #define BOCU1_LENGTH_FROM_LEAD(lead) \
122 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
123 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
124 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
287 int32_t result, m, lead, count, shift; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeMacrosFromICU.h 33 #define U16_GET_SUPPLEMENTARY(lead, trail) \
34 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>