/external/icu4c/common/ |
D | bmpset.cpp | 64 int32_t lead=start>>6; in set32x64Bits() local 68 uint32_t bits=(uint32_t)1<<lead; in set32x64Bits() 77 if(lead==limitLead) { in set32x64Bits() 90 ++lead; in set32x64Bits() 92 if(lead<limitLead) { in set32x64Bits() 93 bits=~((1<<lead)-1); in set32x64Bits() 274 int lead=c>>12; in contains() local 275 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in contains() 282 return containsSlow(c, list4kStarts[lead], list4kStarts[lead+1]); in contains() 315 int lead=c>>12; in span() local [all …]
|
D | utrie2_builder.c | 368 UChar lead; in utrie2_cloneAsThawed() local 390 for(lead=0xd800; lead<0xdc00; ++lead) { in utrie2_cloneAsThawed() 393 value=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(other, lead); in utrie2_cloneAsThawed() 395 value=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(other, lead); in utrie2_cloneAsThawed() 398 utrie2_set32ForLeadSurrogateCodeUnit(context.trie, lead, value, pErrorCode); in utrie2_cloneAsThawed() 412 UChar lead; in utrie2_fromUTrie() local 429 for(lead=0xd800; lead<0xdc00; ++lead) { in utrie2_fromUTrie() 432 value=UTRIE_GET16_FROM_LEAD(trie1, lead); in utrie2_fromUTrie() 434 value=UTRIE_GET32_FROM_LEAD(trie1, lead); in utrie2_fromUTrie() 437 utrie2_set32ForLeadSurrogateCodeUnit(context.trie, lead, value, pErrorCode); in utrie2_fromUTrie()
|
D | ucnvscsu.c | 1029 UChar lead, trail; in _SCSUFromUnicodeWithOffsets() local 1104 lead=(UChar)c; in _SCSUFromUnicodeWithOffsets() 1165 c=((uint32_t)lead<<16)|trail; in _SCSUFromUnicodeWithOffsets() 1301 lead=(UChar)c; in _SCSUFromUnicodeWithOffsets() 1344 …} else if(source<sourceLimit && lead==*source && /* too lazy to check trail in same window as sour… in _SCSUFromUnicodeWithOffsets() 1358 c=((uint32_t)lead<<16)|trail; in _SCSUFromUnicodeWithOffsets() 1519 UChar lead, trail; in _SCSUFromUnicode() local 1579 lead=(UChar)c; in _SCSUFromUnicode() 1633 c=((uint32_t)lead<<16)|trail; in _SCSUFromUnicode() 1763 lead=(UChar)c; in _SCSUFromUnicode() [all …]
|
D | utrie2.cpp | 694 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument 697 if(!U16_IS_LEAD(lead)) { in utrie2_enumForLeadSurrogate() 700 lead=(lead-0xd7c0)<<10; /* start code point */ in utrie2_enumForLeadSurrogate() 701 enumEitherTrie(trie, lead, lead+0x400, enumValue, enumRange, context); in utrie2_enumForLeadSurrogate()
|
D | ucnvbocu.c | 107 #define BOCU1_LENGTH_FROM_LEAD(lead) \ argument 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)
|
D | ustring.c | 222 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); in u_strchr32() local 225 if(cs==lead && *s==trail) { in u_strchr32() 266 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); in u_memchr32() local 269 if(*s==lead && *(s+1)==trail) { in u_memchr32() 397 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); in u_strrchr32() local 400 if(cs==lead && *s==trail) { in u_strrchr32() 441 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); in u_memrchr32() local 444 if(*limit==trail && *(limit-1)==lead) { in u_memrchr32()
|
/external/strace/ |
D | 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/icu4c/layout/ |
D | HangulLayoutEngine.cpp | 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) in compose() argument 113 le_int32 lIndex = lead - LJMO_FIRST; in compose() 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in decompose() argument 140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT); in decompose() 151 static le_int32 getCharClass(LEUnicode ch, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in getCharClass() argument 153 lead = LJMO_FILL; in getCharClass() 158 lead = ch; in getCharClass() 172 le_int32 c = decompose(ch, lead, vowel, trail); in getCharClass() 248 LEUnicode lead = 0; in characterProcessing() local 251 int32_t chClass = getCharClass(chars[i], lead, vowel, trail); in characterProcessing() [all …]
|
/external/chromium/chrome/browser/resources/shared/css/ |
D | list.css | 35 list > [lead], 36 grid > [lead] { 40 list:focus > [lead], 41 grid:focus > [lead] { 73 list:focus > [lead][selected], 75 grid:focus > [lead][selected],
|
D | table.css | 5 .table[hasElementFocus] > list > [lead] { 15 .table[hasElementFocus] > list > [lead][selected],
|
/external/icu4c/test/cintltst/ |
D | bocu1tst.c | 121 #define BOCU1_LENGTH_FROM_LEAD(lead) \ argument 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; in packDiff() local 297 lead=BOCU1_START_POS_2; in packDiff() 302 lead=BOCU1_START_POS_3; in packDiff() 307 lead=BOCU1_START_POS_4; in packDiff() 315 lead=BOCU1_START_NEG_2; in packDiff() 320 lead=BOCU1_START_NEG_3; in packDiff() [all …]
|
D | trie2test.c | 1334 UChar lead; in testTrie2FromTrie1() local 1377 for(lead=0xd800; lead<0xdc00; ++lead) { in testTrie2FromTrie1() 1379 value1=UTRIE_GET16_FROM_LEAD(&trie1_16, lead); in testTrie2FromTrie1() 1380 value2=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie2, lead); in testTrie2FromTrie1() 1384 name, (long)value2, (long)value1, (long)lead); in testTrie2FromTrie1() 1396 for(lead=0xd800; lead<0xdc00; ++lead) { in testTrie2FromTrie1() 1398 value1=UTRIE_GET32_FROM_LEAD(&trie1_32, lead); in testTrie2FromTrie1() 1399 value2=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie2, lead); in testTrie2FromTrie1() 1403 name, (long)value2, (long)value1, (long)lead); in testTrie2FromTrie1()
|
D | sprpdata.c | 209 UChar lead = UTF16_LEAD(mapping[i]); in compareMapping() local 211 if(mappingData[index+i] != lead || in compareMapping() 213 … get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X\n", lead, trail, mappingData… in compareMapping()
|
D | custrtst.c | 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; in TestSurrogateSearching() local 815 first!=u_strchr(s+1, lead) || in TestSurrogateSearching() 816 first!=u_strchr32(s+1, lead) || in TestSurrogateSearching() 817 first!=u_memchr(s+1, lead, 9) || in TestSurrogateSearching() 818 first!=u_memchr32(s+1, lead, 9) || in TestSurrogateSearching() 821 first!=u_strFindFirst(s+1, -1, &lead, 1) || in TestSurrogateSearching() 823 first!=u_strFindFirst(s+1, 9, &lead, 1) || in TestSurrogateSearching() 824 first!=u_strrchr(s+1, lead) || in TestSurrogateSearching() 825 first!=u_strrchr32(s+1, lead) || in TestSurrogateSearching() 826 first!=u_memrchr(s+1, lead, 9) || in TestSurrogateSearching() [all …]
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 10 …]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} 12 …}; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} 15 …]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} 29 … // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}… 72 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}} 92 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}} 123 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
|
/external/icu4c/tools/tzcode/ |
D | zdump.c | 828 register int lead; local 854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + 857 if (trail < 0 && lead > 0) { 859 --lead; 860 } else if (lead < 0 && trail > 0) { 862 ++lead; 864 if (lead == 0) 866 else (void) printf("%d%d", lead, ((trail < 0) ? -trail : trail)); 931 register int lead; in dumptimeICU() local 939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR; in dumptimeICU() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GlyphMapWx.cpp | 46 UChar lead = buffer[i * 2]; in fill() local 48 character = U16_GET_SUPPLEMENTARY(lead, trail); in fill()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GlyphPageTreeNodeHaiku.cpp | 50 UChar lead = characterBuffer[i * 2]; in fill() local 52 character = U16_GET_SUPPLEMENTARY(lead, trail); in fill()
|
/external/chromium/chrome/browser/resources/options/ |
D | options_page.css | 469 list:not([hasElementFocus]) > [lead][selected] { 475 list[hasElementFocus] > [lead][selected], 477 list:not([hasElementFocus]) > [selected][lead]:hover { selector 482 list[hasElementFocus] > [lead], 483 list[hasElementFocus] > [lead][selected] { 488 list[hasElementFocus] > [lead]:nth-child(2), 489 list[hasElementFocus] > [lead][selected]:nth-child(2) { 493 list[hasElementFocus] > [lead]:nth-last-child(2), 494 list[hasElementFocus] > [lead][selected]:nth-last-child(2) { 498 list[disabled] > [lead][selected], [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/ |
D | UnicodeMacrosFromICU.h | 15 #define U16_GET_SUPPLEMENTARY(lead, trail) \ argument 16 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
|
/external/icu4c/tools/gennorm2/ |
D | n2builder.cpp | 340 UChar32 lead=m.char32At(0); in addComposition() local 342 if(getCC(lead)!=0) { in addComposition() 347 (long)start, (long)lead); in addComposition() 354 Norm *leadNorm=createNorm(lead); in addComposition() 369 (long)start, (long)lead, (long)trail); in addComposition() 1006 for(UChar lead=0xd800; lead<0xdc00; ++lead) { in processData() local 1007 uint32_t maxValue=utrie2_get32(norm16Trie, lead); in processData() 1008 utrie2_enumForLeadSurrogate(norm16Trie, lead, NULL, enumRangeMaxValue, &maxValue); in processData() 1017 utrie2_set32ForLeadSurrogateCodeUnit(norm16Trie, lead, maxValue, errorCode); in processData()
|
/external/chromium/base/third_party/icu/ |
D | icu_utf.h | 296 #define CBU16_GET_SUPPLEMENTARY(lead, trail) \ argument 297 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
|
/external/webkit/Source/WebCore/platform/android/ |
D | KeyEventAndroid.cpp | 204 UChar lead = U16_LEAD(c); in singleCharacterString() local 206 UChar utf16[2] = {lead, trail}; in singleCharacterString()
|
/external/icu4c/test/intltest/ |
D | testidn.cpp | 384 UChar lead = UTF16_LEAD(mapping[i]); in compareMapping() local 386 if(mappingData[index+i] != lead || in compareMapping() 388 …ot get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X", lead, trail, mappingData… in compareMapping()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf16.h | 102 #define U16_GET_SUPPLEMENTARY(lead, trail) \ argument 103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
|