| /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/third_party/icu/source/common/ |
| ucnvscsu.c | 1029 UChar lead, trail; local 1519 UChar lead, trail; local [all...] |
| 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);
|
| /external/icu4c/common/ |
| ucnvscsu.c | 1030 UChar lead, trail; local 1520 UChar lead, trail; local [all...] |
| 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);
|
| /external/icu4c/common/unicode/ |
| ucharstrie.h | 381 // pos is already after the leadUnit, and the lead unit has bit 15 reset. 473 // starting from a position on a node lead unit. 486 // Types of nodes are distinguished by their node lead unit ranges. 496 // Aside from the value, which uses the node lead unit's high bits: 516 // Match-node lead unit values, after masking off intermediate-value bits: 529 // Match-node lead unit bits 14..6 for the optional intermediate value. 546 // Compact intermediate-value integer, lead unit shared with a branch or linear-match node.
|
| utf.h | 66 * (lead unit without trail unit or vice versa) and just return the unit itself 170 * Is this code point a lead surrogate (U+d800..U+dbff)? 195 * is it a lead surrogate?
|
| /cts/tests/tests/hardware/src/android/hardware/cts/ |
| SensorIntegrationTests.java | 86 * of several clients can lead to the failing state. 136 * of several clients can lead to the failing state. 210 * of several clients can lead to the failing state.
|
| /external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
| grid.js | 72 * In the case of multiple columns lead item must have the same height 81 // Lead item height cannot be set. 115 * into account lead item. May vary in the case of multiple columns.
|
| list_selection_controller.js | 135 // Keep anchor and lead indexes. Note that this is intentionally 269 // Setting the lead index is done above. 270 // Mac does not allow you to change the lead.
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/ |
| list_selection_controller.js | 135 // Keep anchor and lead indexes. Note that this is intentionally 269 // Setting the lead index is done above. 270 // Mac does not allow you to change the lead.
|
| /external/chromium_org/third_party/icu/source/common/unicode/ |
| utf.h | 60 * (lead unit without trail unit or vice versa) and just return the unit itself 187 * Is this code point a lead surrogate (U+d800..U+dbff)? 212 * is it a lead surrogate?
|
| /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/file_manager/foreground/css/ |
| file_manager.css | 193 #navigation-list > [lead][selected], 194 #navigation-list > [lead], 201 #navigation-list:focus > [lead][selected], 202 #navigation-list:focus > [lead], 299 #directory-tree .tree-row[lead][selected], 300 #directory-tree .tree-row[lead], 307 #directory-tree .tree-row[lead][selected], 308 #directory-tree .tree-row[lead], 315 #directory-tree:focus .tree-row[lead][selected], 316 #directory-tree:focus .tree-row[lead], [all...] |
| /development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
| ListViewAnimations.java | 36 * This example shows how animating ListView items can lead to problems as views are recycled,
|
| /docs/source.android.com/src/source/ |
| index.jd | 50 <p>Uncontrolled customization can, of course, lead to incompatible
|
| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
| Provider2Test.java | 132 // private method but will lead to NPE thrown at
|
| /external/bison/lib/ |
| fpucw.h | 33 only as 'double', i.e. lead to wrong results. Similarly on FreeBSD 6.4, at
|
| xsize.h | 38 These computations can lead to overflow. When this happens, malloc()
|
| /external/chromium/base/threading/ |
| thread_restrictions.h | 17 // * Do not access Singleton/LazyInstance (may lead to shutdown crashes)
|
| /external/chromium/chrome/browser/content_settings/ |
| content_settings_policy_provider.h | 53 // of the GetSettings functions in response, which would then lead to a
|
| content_settings_pref_provider.h | 56 // of the GetSettings functions in response, which would then lead to a
|
| /external/chromium/chrome/browser/ui/gtk/infobars/ |
| infobar_gtk.h | 96 // (Will lead to this InfoBar being closed).
|
| /external/chromium/net/base/ |
| network_config_watcher_mac.cc | 40 // The SystemConfiguration calls in this function can lead to contention early
|