HomeSort by relevance Sort by last modified time
    Searched refs:lead (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 207 /* test values for lead surrogate code units */
358 0xed, 0xa0, 0x80, /* lead surrogate U+d800 */
386 /* first a couple of trail bytes in lead position */
842 /* set some values for lead surrogate code units */
1334 UChar lead; local
    [all...]
custrtst.c 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
815 first!=u_strchr(s+1, lead) ||
816 first!=u_strchr32(s+1, lead) ||
817 first!=u_memchr(s+1, lead, 9) ||
818 first!=u_memchr32(s+1, lead, 9) ||
821 first!=u_strFindFirst(s+1, -1, &lead, 1) ||
823 first!=u_strFindFirst(s+1, 9, &lead, 1) ||
824 first!=u_strrchr(s+1, lead) ||
825 first!=u_strrchr32(s+1, lead) ||
826 first!=u_memrchr(s+1, lead, 9) |
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 207 /* test values for lead surrogate code units */
358 0xed, 0xa0, 0x80, /* lead surrogate U+d800 */
386 /* first a couple of trail bytes in lead position */
842 /* set some values for lead surrogate code units */
1334 UChar lead; local
    [all...]
custrtst.c 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
815 first!=u_strchr(s+1, lead) ||
816 first!=u_strchr32(s+1, lead) ||
817 first!=u_memchr(s+1, lead, 9) ||
818 first!=u_memchr32(s+1, lead, 9) ||
821 first!=u_strFindFirst(s+1, -1, &lead, 1) ||
823 first!=u_strFindFirst(s+1, 9, &lead, 1) ||
824 first!=u_strrchr(s+1, lead) ||
825 first!=u_strrchr32(s+1, lead) ||
826 first!=u_memrchr(s+1, lead, 9) |
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 568 * Enumerate values for lead surrogate code points, not code units:
694 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead,
697 if(!U16_IS_LEAD(lead)) {
700 lead=(lead-0xd7c0)<<10; /* start code point */
701 enumEitherTrie(trie, lead, lead+0x400, enumValue, enumRange, context);
ustring.c 222 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
225 if(cs==lead && *s==trail) {
266 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local
269 if(*s==lead && *(s+1)==trail) {
397 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
400 if(cs==lead && *s==trail) {
441 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local
444 if(*limit==trail && *(limit-1)==lead) {
901 /* lead surrogate code point - make <d800 */
    [all...]
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...]
ucnvscsu.c 1029 UChar lead, trail; local
1519 UChar lead, trail; local
    [all...]
  /external/icu4c/common/
utrie2.cpp 574 * Enumerate values for lead surrogate code points, not code units:
700 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead,
703 if(!U16_IS_LEAD(lead)) {
706 lead=(lead-0xd7c0)<<10; /* start code point */
707 enumEitherTrie(trie, lead, lead+0x400, enumValue, enumRange, context);
ustring.cpp 223 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
226 if(cs==lead && *s==trail) {
267 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local
270 if(*s==lead && *(s+1)==trail) {
398 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
401 if(cs==lead && *s==trail) {
442 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local
445 if(*limit==trail && *(limit-1)==lead) {
902 /* lead surrogate code point - make <d800 */
    [all...]
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...]
ucnvscsu.c 1030 UChar lead, trail; local
1520 UChar lead, trail; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 384 UChar lead = UTF16_LEAD(mapping[i]); local
386 if(mappingData[index+i] != lead ||
388 pTestIDNA->errln( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X", lead, trail, mappingData[index+i], mappingData[index+i+1]);
413 // get data for lead surrogate
417 // get the real data from the folded lead/trail units
  /external/icu4c/test/intltest/
testidn.cpp 385 UChar lead = U16_LEAD(mapping[i]); local
387 if(mappingData[index+i] != lead ||
389 pTestIDNA->errln( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X", lead, trail, mappingData[index+i], mappingData[index+i+1]);
414 // get data for lead surrogate
418 // get the real data from the folded lead/trail units
  /external/chromium_org/chrome/browser/resources/file_manager/css/
photo_import.css 169 .grid-item[lead] {
174 .grid-item[lead][selected],
select_album_dialog.css 81 .select-album-list > li[lead] {
file_manager.css 234 #volume-list > [lead][selected],
235 #volume-list > [lead],
242 #volume-list:focus > [lead][selected],
243 #volume-list:focus > [lead],
339 #directory-tree .tree-row[lead][selected],
340 #directory-tree .tree-row[lead],
347 #directory-tree .tree-row[lead][selected],
348 #directory-tree .tree-row[lead],
355 #directory-tree:focus .tree-row[lead][selected],
356 #directory-tree:focus .tree-row[lead],
    [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/third_party/icu/source/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/chromium_org/v8/test/webkit/
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
  /external/icu4c/common/unicode/
utf16.h 51 * Is this code unit a lead surrogate (U+d800..U+dbff)?
76 * is it a lead surrogate?
100 * from its lead and trail surrogates.
102 * lead and trail surrogates.
104 * @param lead lead surrogate (U+d800..U+dbff)
109 #define U16_GET_SUPPLEMENTARY(lead, trail) \
110 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
114 * Get the lead surrogate (0xd800..0xdbff) for a
117 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/v8/src/
unicode.h 129 static inline int CombineSurrogatePair(uchar lead, uchar trail) {
130 return 0x10000 + ((lead & 0x3ff) << 10) + (trail & 0x3ff);
137 // 4 bytes and the 3 bytes that were used to encode the lead surrogate
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 38 list > *:not(:hover):not([selected]):not([lead]) .row-delete-button,
  /external/chromium_org/v8/test/mjsunit/
global-const-var-conflicts.js 29 // is silently ignored (and does not lead to exceptions).
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1172.js 31 // Note: no setters would lead to runtime exception if we ever attempt

Completed in 966 milliseconds

12 3 4 5