/external/icu/icu4c/source/common/ |
ucnvscsu.c | 1030 UChar lead, trail; local 1520 UChar lead, trail; local [all...] |
normalizer2impl.h | 41 JAMO_L_BASE=0x1100, /* "lead" jamo */ 284 * Might skip only a lead surrogate rather than the whole surrogate pair if none of 285 * the supplementary code points associated with the lead surrogate have non-zero FCD data. 331 /** Returns TRUE if the single-or-lead code unit c might have non-zero FCD data. */ 332 UBool singleLeadMightHaveNonZeroFCD16(UChar32 lead) const { 333 // 0<=lead<=0xffff 334 uint8_t bits=smallFCD[lead>>8]; 336 return (UBool)((bits>>((lead>>5)&7))&1); 660 * Gets the 16-bit FCD value (lead & trail CCs) for a code point, for u_getIntPropertyValue(). 736 * The trie has a value for each lead surrogate code unit representing the "worst case [all...] |
utrie2.h | 41 * - Still separate data for lead surrogate code _units_ vs. code _points_, 42 * but the lead surrogate code unit values are not required any more 47 * in the lead surrogate data for the associated supplementary code points. 500 * A UTrie2 stores separate values for lead surrogate code _units_ vs. code _points_. 507 * code points associated with a lead surrogate. 509 * lead surrogate code _unit_, with utrie2_set32ForLeadSurrogateCodeUnit(). 513 * data and the code unit is a lead surrogate, then check if a trail surrogate 516 * or UTRIE2_GET32_FROM_SUPP(); otherwise reset the lead 519 * If there is only trivial data for lead and trail surrogates, then processing 525 * Get a value from a lead surrogate code unit as stored in the trie [all...] |
uiter.cpp | 909 UChar lead=U16_LEAD(iter->reservedField); local 915 return lead;
|
utext.cpp | 129 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local 130 if (U16_IS_LEAD(lead)) { 215 // the original position before the unpaired lead still needs to be restored. 284 // c is an unpaired lead surrogate at the end of the text. 291 // c was an unpaired lead surrogate, not at the end of the text. 317 // (A lead surrogate seen here is just returned as is, as a surrogate value. 330 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local 331 if (U16_IS_LEAD(lead) == FALSE) { 337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); 338 ut->chunkOffset--; // move iteration position over the lead surrogate [all...] |
/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/regress/ |
regress-1172.js | 31 // Note: no setters would lead to runtime exception if we ever attempt
|
/external/icu/icu4c/source/i18n/ |
collationdatabuilder.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
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); 642 * Gets the 16-bit FCD value (lead & trail CCs) for a code point, for u_getIntPropertyValue(). 718 * The trie has a value for each lead surrogate code unit representing the "worst case [all...] |
utrie2.h | 41 * - Still separate data for lead surrogate code _units_ vs. code _points_, 42 * but the lead surrogate code unit values are not required any more 47 * in the lead surrogate data for the associated supplementary code points. 500 * A UTrie2 stores separate values for lead surrogate code _units_ vs. code _points_. 507 * code points associated with a lead surrogate. 509 * lead surrogate code _unit_, with utrie2_set32ForLeadSurrogateCodeUnit(). 513 * data and the code unit is a lead surrogate, then check if a trail surrogate 516 * or UTRIE2_GET32_FROM_SUPP(); otherwise reset the lead 519 * If there is only trivial data for lead and trail surrogates, then processing 525 * Get a value from a lead surrogate code unit as stored in the trie [all...] |
uiter.cpp | 909 UChar lead=U16_LEAD(iter->reservedField); local 915 return lead;
|
utext.cpp | 129 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local 130 if (U16_IS_LEAD(lead)) { 215 // the original position before the unpaired lead still needs to be restored. 284 // c is an unpaired lead surrogate at the end of the text. 291 // c was an unpaired lead surrogate, not at the end of the text. 317 // (A lead surrogate seen here is just returned as is, as a surrogate value. 330 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local 331 if (U16_IS_LEAD(lead) == FALSE) { 337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); 338 ut->chunkOffset--; // move iteration position over the lead surrogate [all...] |
/external/chromium_org/third_party/icu/source/samples/uciter8/ |
uit_len8.c | 448 UChar lead=U16_LEAD(iter->reservedField); local 454 return lead;
|
/external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
file_manager.css | 260 #directory-tree .tree-row[lead][selected], 261 #directory-tree .tree-row[lead], 269 #directory-tree:focus .tree-row[lead][selected], 270 #directory-tree:focus .tree-row[lead], 277 #directory-tree:focus .tree-row[lead][selected], 278 #directory-tree:focus .tree-row[lead], 1492 list.autocomplete-suggestions > li[lead] > div[search-icon] { 1499 list.autocomplete-suggestions > [lead] { 1505 list.autocomplete-suggestions > [lead] > div.detail-text em { [all...] |
/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/webkit/ |
dfg-constant-fold-misprediction.js | 39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
|
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js | 25 "Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures."
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
exceptions.js | 121 debug("Except a lot of errors. They should all be caught and lead to PASS");
|
/external/chromium_org/v8/test/webkit/fast/js/ |
toString-number.js | 77 // Passing the string to number should also lead to valid conversion.
|
/external/icu/icu4c/source/samples/uciter8/ |
uit_len8.c | 448 UChar lead=U16_LEAD(iter->reservedField); local 454 return lead;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfprintf.c | 312 int lead; /* sig figs before decimal or group sep */ local 800 lead = expt; 1030 PRINTANDPAD(cp, dtoaend, lead, zeroes); 1031 cp += lead; [all...] |
vfwprintf.c | 315 int lead; /* sig figs before decimal or group sep */ local 777 lead = expt; 1007 lead, zeroes); 1008 cp += lead; [all...] |
/external/tinyxml2/ |
tinyxml2.cpp | 42 // ef bb bf (Microsoft "lead bytes") - designates UTF-8
[all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | 1843 UChar lead; local 3397 UChar lead; local 3728 UChar lead = getPrevNormalizedChar(source, status); local 3810 UChar lead = getPrevNormalizedChar(source, status); local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnormtst.c | 1359 UChar32 c, lead, trail; local [all...] |