/external/webkit/WebCore/platform/graphics/haiku/ |
GlyphPageTreeNodeHaiku.cpp | 50 UChar lead = characterBuffer[i * 2]; local 52 character = U16_GET_SUPPLEMENTARY(lead, trail);
|
/external/webkit/WebCore/platform/graphics/wx/ |
GlyphMapWx.cpp | 46 UChar lead = buffer[i * 2]; local 48 character = U16_GET_SUPPLEMENTARY(lead, trail);
|
/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/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...] |
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/ |
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...] |
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/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/webkit/JavaScriptCore/wtf/unicode/glib/ |
UnicodeMacrosFromICU.h | 33 #define U16_GET_SUPPLEMENTARY(lead, trail) \ 34 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
|
/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...] |
sprpdata.c | 209 UChar lead = UTF16_LEAD(mapping[i]); local 211 if(mappingData[index+i] != lead || 213 log_err( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X\n", lead, trail, mappingData[index+i], mappingData[index+i+1]); 240 // get data for lead surrogate 244 // get the real data from the folded lead/trail units
|
/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...] |
sprpdata.c | 209 UChar lead = UTF16_LEAD(mapping[i]); local 211 if(mappingData[index+i] != lead || 213 log_err( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X\n", lead, trail, mappingData[index+i], mappingData[index+i+1]); 240 // get data for lead surrogate 244 // get the real data from the folded lead/trail units
|
/external/chromium/third_party/icu/source/tools/genprops/ |
store.c | 458 /* delete lead surrogate code unit values */ 459 UChar lead; local 461 for(lead=0xd800; lead<0xdc00; ++lead) { 462 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 468 "genprops error: deleting lead surrogate code unit values failed - %s\n",
|
/external/icu4c/tools/genprops/ |
store.c | 417 /* delete lead surrogate code unit values */ 418 UChar lead; local 420 for(lead=0xd800; lead<0xdc00; ++lead) { 421 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 427 "genprops error: deleting lead surrogate code unit values failed - %s\n",
|
/bionic/libc/tzcode/ |
strftime.c | 744 register int lead; local 749 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; 751 if (trail < 0 && lead > 0) { 753 --lead; 754 } else if (lead < 0 && trail > 0) { 756 ++lead; 759 if (lead == 0 && trail < 0) 761 else pt = _conv(lead, getformat(modifier, "%02d",
|
/development/simulator/wrapsim/ |
Android.mk | 31 # library or system calls they make could lead to recursive behavior.
|
/external/chromium/third_party/icu/source/tools/genbidi/ |
store.c | 407 /* delete lead surrogate code unit values */ 408 UChar lead; local 410 for(lead=0xd800; lead<0xdc00; ++lead) { 411 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 417 "genbidi error: deleting lead surrogate code unit values failed - %s\n",
|
/external/icu4c/tools/genbidi/ |
store.c | 407 /* delete lead surrogate code unit values */ 408 UChar lead; local 410 for(lead=0xd800; lead<0xdc00; ++lead) { 411 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 417 "genbidi error: deleting lead surrogate code unit values failed - %s\n",
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
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; local 939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR [all...] |
/external/icu4c/tools/tzcode/ |
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; local 939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR [all...] |
/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/webkit/WebCore/platform/android/ |
KeyEventAndroid.cpp | 204 UChar lead = U16_LEAD(c); local 206 UChar utf16[2] = {lead, trail};
|
/system/core/libcutils/ |
tzstrftime.c | 694 register int lead; local 699 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; 701 if (trail < 0 && lead > 0) { 703 --lead; 704 } else if (lead < 0 && trail > 0) { 706 ++lead; 709 if (lead == 0 && trail < 0) 711 else pt = _conv(lead, getformat(modifier, "%02d",
|
/external/chromium/third_party/icu/source/tools/gennorm/ |
store.c | 132 * The lead and trail code points combine into the the combined one, 133 * i.e., there is a canonical decomposition of combined-> <lead, trail>. 136 * After processCombining(), they contain the indexes of the lead and trail 143 uint32_t lead, trail, combined; member in struct:CombiningTriple 414 addCombiningTriple(uint32_t lead, uint32_t trail, uint32_t combined) { 426 createNorm(lead)->combiningFlags|=1; /* combines forward */ 429 addCombiningCP(lead, 1); 433 triple->lead=lead; 459 /* add lead and trail indexes to the triples for sorting * [all...] |