HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 101 - 125 of 1610) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
lsr-overflow.ll 4 ; The comparison uses the pre-inc value, which could lead LSR to
  /external/v8/test/mjsunit/regress/
regress-1172.js 31 // Note: no setters would lead to runtime exception if we ever attempt
  /docs/source.android.com/src/source/
roles.jd 63 <h2 id="project-leads">Project Lead</h2>
67 leads are Google employees. A project lead for an individual project is
71 <p>Lead all technical aspects of the project, including the project roadmap,
  /external/chromium_org/third_party/icu/source/common/unicode/
utf8.h 47 * lead byte position.
65 * Count the trail bytes for a UTF-8 lead byte.
74 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
141 * Is this code unit (byte) a UTF-8 lead byte?
184 * The offset may point to either the lead byte or one of the trail bytes
206 * The offset may point to either the lead byte or one of the trail bytes
235 * The offset may point to the lead byte of a multi-byte sequence,
271 * The offset may point to the lead byte of a multi-byte sequence,
460 * then the offset is moved backward to the corresponding lead byte.
477 * then the offset is moved backward to the corresponding lead byte
    [all...]
  /external/qemu/hw/
cdrom.c 66 /* lead out track */
97 *q++ = 0xa0; /* lead-in */
121 *q++ = 0xa2; /* lead-out */
  /external/chromium_org/third_party/icu/source/common/
ucnvbocu.c 60 /* number of lead bytes */
76 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
95 /* The lead byte start values. */
106 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
107 #define BOCU1_LENGTH_FROM_LEAD(lead) \
108 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
109 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
110 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
    [all...]
utf_impl.c 45 * lead bytes above 0xf4 are illegal.
254 /* no lead byte at all */
267 /* lead byte, this will always end the loop */
289 /* the lead byte does not match the number of trail bytes */
290 /* only set the position to the lead byte if it would
ustrtrns.c 263 * *ps points to after the lead byte and will be moved to after the last trail byte.
264 * c is the lead byte.
331 * *ps points to after the lead byte and will be moved to after the last trail byte.
332 * c is the lead byte.
443 * The code explicitly checks for NULs only in the lead byte position.
474 ++pSrc; /* continue after the lead byte */
521 ++pSrc; /* continue after the lead byte */
595 ++pSrc; /* continue after the lead byte */
641 ++pSrc; /* continue after the lead byte */
690 ++pSrc; /* continue after the lead byte *
    [all...]
normalizer2impl.h 40 JAMO_L_BASE=0x1100, /* "lead" jamo */
562 * bits 15..8 lead combining class
565 * If c is a lead surrogate and the value is not 0,
578 * bits 15..8 lead combining class
598 } else /* unpaired lead surrogate */ {
608 * bits 15..8 lead combining class
706 * The trie has a value for each lead surrogate code unit representing the "worst case"
708 * the lead surrogate. If all of the 1024 supplementary characters are normalization-inert,
709 * then their lead surrogate code unit has the trie value 0.
710 * When the lead surrogate unit's value exceeds the quick check minimum during processing
    [all...]
unormcmp.cpp 96 * this string's lead surrogate.
98 * preceding lead units were identical, we back up the other string by one unit
332 * therefore the lead surrogate must have been the same as in the other string;
333 * compare this decomposition with the lead surrogate in the other string
377 * therefore the lead surrogate must have been the same as in the other string;
378 * compare this decomposition with the lead surrogate in the other string
422 * therefore the lead surrogate must have been the same as in the other string;
423 * compare this decomposition with the lead surrogate in the other string
463 * therefore the lead surrogate must have been the same as in the other string;
464 * compare this decomposition with the lead surrogate in the other strin
    [all...]
utrie2_builder.c 46 * Exception: Support for separate values for lead surrogate code _units_
59 * corresponding to one lead surrogate.
174 * Plus as many as needed for lead surrogate code points.
368 UChar lead; local
390 for(lead=0xd800; lead<0xdc00; ++lead) {
393 value=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(other, lead);
395 value=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(other, lead);
398 utrie2_set32ForLeadSurrogateCodeUnit(context.trie, lead, value, pErrorCode)
412 UChar lead; local
    [all...]
  /external/icu4c/common/
ucnvbocu.cpp 63 /* number of lead bytes */
79 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
98 /* The lead byte start values. */
109 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
110 #define BOCU1_LENGTH_FROM_LEAD(lead) \
111 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
112 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
113 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
    [all...]
utf_impl.c 49 * lead bytes above 0xf4 are illegal.
241 /* no lead byte at all */
249 /* lead byte, this will always end the loop */
267 /* the lead byte does not match the number of trail bytes */
268 /* only set the position to the lead byte if it would
normalizer2impl.h 41 JAMO_L_BASE=0x1100, /* "lead" jamo */
278 * Might skip only a lead surrogate rather than the whole surrogate pair if none of
279 * the supplementary code points associated with the lead surrogate have non-zero FCD data.
325 /** Returns TRUE if the single-or-lead code unit c might have non-zero FCD data. */
326 UBool singleLeadMightHaveNonZeroFCD16(UChar32 lead) const {
327 // 0<=lead<=0xffff
328 uint8_t bits=smallFCD[lead>>8];
330 return (UBool)((bits>>((lead>>5)&7))&1);
640 * Gets the 16-bit FCD value (lead & trail CCs) for a code point, for u_getIntPropertyValue().
716 * The trie has a value for each lead surrogate code unit representing the "worst case
    [all...]
ustrtrns.cpp 267 * *ps points to after the lead byte and will be moved to after the last trail byte.
268 * c is the lead byte.
336 * *ps points to after the lead byte and will be moved to after the last trail byte.
337 * c is the lead byte.
449 * The code explicitly checks for NULs only in the lead byte position.
480 ++pSrc; /* continue after the lead byte */
527 ++pSrc; /* continue after the lead byte */
601 ++pSrc; /* continue after the lead byte */
647 ++pSrc; /* continue after the lead byte */
696 ++pSrc; /* continue after the lead byte *
    [all...]
unormcmp.cpp 96 * this string's lead surrogate.
98 * preceding lead units were identical, we back up the other string by one unit
332 * therefore the lead surrogate must have been the same as in the other string;
333 * compare this decomposition with the lead surrogate in the other string
377 * therefore the lead surrogate must have been the same as in the other string;
378 * compare this decomposition with the lead surrogate in the other string
422 * therefore the lead surrogate must have been the same as in the other string;
423 * compare this decomposition with the lead surrogate in the other string
463 * therefore the lead surrogate must have been the same as in the other string;
464 * compare this decomposition with the lead surrogate in the other strin
    [all...]
utrie2_builder.cpp 46 * Exception: Support for separate values for lead surrogate code _units_
59 * corresponding to one lead surrogate.
174 * Plus as many as needed for lead surrogate code points.
368 UChar lead; local
390 for(lead=0xd800; lead<0xdc00; ++lead) {
393 value=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(other, lead);
395 value=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(other, lead);
398 utrie2_set32ForLeadSurrogateCodeUnit(context.trie, lead, value, pErrorCode)
412 UChar lead; local
    [all...]
  /external/e2fsprogs/intl/
printf-parse.c 96 /* Overflow, would lead to out of memory. */ \
151 /* n too large, would lead to out of memory later. */
221 /* n too large, would lead to out of memory later. */
278 /* n too large, would lead to out of memory
510 /* Overflow, would lead to out of memory. */
  /external/icu4c/tools/gennorm2/
n2builder.cpp 365 UChar32 lead=m.char32At(0); local
367 if(getCC(lead)!=0) {
372 (long)start, (long)lead);
377 // Insert (trail, composite) pair into compositions list for the lead character.
379 Norm *leadNorm=createNorm(lead);
394 (long)start, (long)lead, (long)trail);
702 UChar32 lead= c<=0xffff ? c : U16_LEAD(c); local
703 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
844 UChar32 lead= c<=0xffff ? c : U16_LEAD(c) local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 340 UChar32 lead=m.char32At(0); local
342 if(getCC(lead)!=0) {
347 (long)start, (long)lead);
352 // Insert (trail, composite) pair into compositions list for the lead character.
354 Norm *leadNorm=createNorm(lead);
369 (long)start, (long)lead, (long)trail);
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceIntegrationTest.java 96 // Adding an observer should not lead to a callback.
118 // Adding an observer should not lead to a callback.
140 // Adding an observer should not lead to a callback.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_selection_controller.js 135 // Keep anchor and lead indexes. Note that this is intentionally
266 // Setting the lead index is done above.
267 // Mac does not allow you to change the lead.
  /external/chromium_org/v8/src/
unicode.h 114 static inline int CombineSurrogatePair(uchar lead, uchar trail) {
115 return 0x10000 + ((lead & 0x3ff) << 10) + (trail & 0x3ff);
122 // 4 bytes and the 3 bytes that were used to encode the lead surrogate
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 83 * Calling waitForCompletion after calling stopPlaybackOrRecord will lead into blocking
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 112 // seems reasonable, it could lead to false-failures.
182 // seems reasonable, it could lead to false-failures.
262 // seems reasonable, it could lead to false-failures.
367 // seems reasonable, it could lead to false-failures.

Completed in 1019 milliseconds

1 2 3 45 6 7 8 91011>>