Home
last modified time | relevance | path

Searched refs:lead (Results 1 – 25 of 173) sorted by relevance

1234567

/external/icu4c/common/
Dbmpset.cpp64 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 …]
Dutrie2_builder.c368 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()
Ducnvscsu.c1029 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 …]
Dutrie2.cpp694 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()
Ducnvbocu.c107 #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)
Dustring.c222 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/
Dstrace-graph279 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/
DHangulLayoutEngine.cpp111 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/
Dlist.css35 list > [lead],
36 grid > [lead] {
40 list:focus > [lead],
41 grid:focus > [lead] {
73 list:focus > [lead][selected],
75 grid:focus > [lead][selected],
Dtable.css5 .table[hasElementFocus] > list > [lead] {
15 .table[hasElementFocus] > list > [lead][selected],
/external/icu4c/test/cintltst/
Dbocu1tst.c121 #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 …]
Dtrie2test.c1334 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()
Dsprpdata.c209 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()
Dcustrtst.c715 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/
Dwarn-retain-cycle.m10 …]; // 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/
Dzdump.c828 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/
DGlyphMapWx.cpp46 UChar lead = buffer[i * 2]; in fill() local
48 character = U16_GET_SUPPLEMENTARY(lead, trail); in fill()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGlyphPageTreeNodeHaiku.cpp50 UChar lead = characterBuffer[i * 2]; in fill() local
52 character = U16_GET_SUPPLEMENTARY(lead, trail); in fill()
/external/chromium/chrome/browser/resources/options/
Doptions_page.css469 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/
DUnicodeMacrosFromICU.h15 #define U16_GET_SUPPLEMENTARY(lead, trail) \ argument
16 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
/external/icu4c/tools/gennorm2/
Dn2builder.cpp340 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/
Dicu_utf.h296 #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/
DKeyEventAndroid.cpp204 UChar lead = U16_LEAD(c); in singleCharacterString() local
206 UChar utf16[2] = {lead, trail}; in singleCharacterString()
/external/icu4c/test/intltest/
Dtestidn.cpp384 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/
Dutf16.h102 #define U16_GET_SUPPLEMENTARY(lead, trail) \ argument
103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)

1234567