/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_build.cpp | 14 * Unicode Spoof Detection Data Builder 18 * There are three relatively independent sets of Spoof data, 69 // Set up a shell of a spoof detector, with empty data.
|
uspoof_impl.h | 9 * Implemenation header for spoof detection 37 // Magic number for sanity checking spoof data. 84 // if a Spoof opportunity is detected. 117 int32_t fCheckMask; // Spoof table selector. f(Check Type) 120 // for this Spoof Checker. Defaults to all chars. 255 // A small class that wraps the raw (usually memory mapped) spoof data. 259 // 2. Reference counting. When a spoof checker is cloned, the raw data is shared 267 static SpoofData *getDefault(UErrorCode &status); // Load standard ICU spoof data. 268 SpoofData(UErrorCode &status); // Create new spoof data wrapper. 280 // Check raw Spoof Data Version compatibility [all...] |
uspoof_impl.cpp | 129 // Binary search the spoof data key table for the inChar 325 // the state of the spoof checker. 330 // Store the updated spoof checker state. 458 // SpoofData::getDefault() - return a wrapper around the spoof data that is 515 // Spoof Data constructor for use from data builder. 525 // The spoof header should already be sized to be a multiple of 16 bytes. 570 // during the opening of a Spoof Checker from prebuilt data. 815 // uspoof_swap - byte swap and char encoding swap of spoof data 831 // Check that the data header is for spoof data. 860 // Get the Spoof Data Header, and check that it appears to be OK [all...] |
i18n.vcxproj.filters | 22 <Filter Include="spoof">
457 <Filter>spoof</Filter>
460 <Filter>spoof</Filter>
463 <Filter>spoof</Filter>
466 <Filter>spoof</Filter>
469 <Filter>spoof</Filter>
738 <Filter>spoof</Filter>
741 <Filter>spoof</Filter>
744 <Filter>spoof</Filter>
952 <Filter>spoof</Filter> [all...] |
uspoof_conf.h | 46 // the spoof mappings. These strings will utimately end up in the
|
/external/icu4c/i18n/ |
uspoof_build.cpp | 14 * Unicode Spoof Detection Data Builder 18 * There are three relatively independent sets of Spoof data, 69 // Set up a shell of a spoof detector, with empty data.
|
uspoof_impl.h | 9 * Implemenation header for spoof detection 37 // Magic number for sanity checking spoof data. 85 // if a Spoof opportunity is detected. 94 // creating new ones unless we get multi-thread concurrency in spoof 109 // for this Spoof Checker. Defaults to all chars. 186 // A small class that wraps the raw (usually memory mapped) spoof data. 190 // 2. Reference counting. When a spoof checker is cloned, the raw data is shared 198 static SpoofData *getDefault(UErrorCode &status); // Load standard ICU spoof data. 199 SpoofData(UErrorCode &status); // Create new spoof data wrapper. 211 // Check raw Spoof Data Version compatibility [all...] |
i18n.vcxproj.filters | 22 <Filter Include="spoof">
463 <Filter>spoof</Filter>
466 <Filter>spoof</Filter>
469 <Filter>spoof</Filter>
472 <Filter>spoof</Filter>
475 <Filter>spoof</Filter>
478 <Filter>spoof</Filter>
481 <Filter>spoof</Filter>
775 <Filter>spoof</Filter>
778 <Filter>spoof</Filter> [all...] |
uspoof_impl.cpp | 136 // Binary search the spoof data key table for the inChar 329 // the state of the spoof checker. 334 // Store the updated spoof checker state. 411 // creating new ones unless we get multi-thread concurrency in spoof 479 // SpoofData::getDefault() - return a wrapper around the spoof data that is 536 // Spoof Data constructor for use from data builder. 546 // The spoof header should already be sized to be a multiple of 16 bytes. 591 // during the opening of a Spoof Checker from prebuilt data. 693 // uspoof_swap - byte swap and char encoding swap of spoof data 709 // Check that the data header is for spoof data [all...] |
scriptset.h | 29 // as part of the spoof check whole script confusable binary data. Its
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itspoof.h | 9 * IntlTestSpoof is the top level test class for the Unicode Spoof detection tests
|
itmajor.cpp | 188 name = "spoof";
|
/external/icu4c/test/intltest/ |
itspoof.h | 9 * IntlTestSpoof is the top level test class for the Unicode Spoof detection tests
|
/external/chromium_org/base/message_loop/ |
message_pump_io_ios_unittest.cc | 136 // Spoof a callback. 171 // Spoof a callback. 182 // Spoof a callback.
|
message_pump_libevent_unittest.cc | 132 // Spoof a libevent notification. 156 // Spoof a libevent notification.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SecureViewOverlay.java | 63 private void spoofLayout(View spoof, View original) { 72 spoof.layout(x, y, x + original.getWidth(), y + original.getHeight());
|
/external/icu4c/i18n/unicode/ |
uspoof.h | 14 * Unicode Spoof Detection 240 * Enable all spoof checks. 308 * Create a Unicode Spoof Checker, configured to perform all 314 * @return the newly created Spoof Checker 322 * Open a Spoof checker from its serialized from, stored in 32-bit-aligned memory. 325 * as long as the spoof checker, or any cloned copies of the spoof checker, 327 * The spoof checker (and any clones) must be closed prior to deleting the 330 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data 336 * @return the spoof checker [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uspoof.h | 14 * Unicode Spoof Detection 218 * Create a Unicode Spoof Checker, configured to perform all 224 * @return the newly created Spoof Checker 232 * Open a Spoof checker from its serialized from, stored in 32-bit-aligned memory. 235 * as long as the spoof checker, or any cloned copies of the spoof checker, 237 * The spoof checker (and any clones) must be closed prior to deleting the 240 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data 246 * @return the spoof checker. 257 * Open a Spoof Checker from the source form of the spoof data [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spooftest.c | 13 * This is an API test for ICU spoof detection in plain C. It doesn't test very many cases, and doesn't 17 * More complete testing of spoof detection functionality is done with the C++ tests. 78 * Identifiers for verifying that spoof checking is minimally alive and working. 104 * Spoof Detction C API Tests 117 /* If things are so broken that we can't even open a default spoof checker, */ 188 /* Serialize the default spoof checker */ 197 /* Create a new spoof checker from the freshly serialized data */ 203 /* Verify that the new spoof checker at least wiggles */ 280 /* Verify that the cloned spoof checker is alive */
|
/external/icu4c/test/cintltst/ |
spooftest.c | 13 * This is an API test for ICU spoof detection in plain C. It doesn't test very many cases, and doesn't 17 * More complete testing of spoof detection functionality is done with the C++ tests. 78 * Identifiers for verifying that spoof checking is minimally alive and working. 106 * Spoof Detction C API Tests 119 /* If things are so broken that we can't even open a default spoof checker, */ 193 /* Serialize the default spoof checker */ 202 /* Create a new spoof checker from the freshly serialized data */ 208 /* Verify that the new spoof checker at least wiggles */ 285 /* Verify that the cloned spoof checker is alive */
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_utilities.mm | 46 // If the superview is the infobar view, then subtract out the anti-spoof
|
/external/chromium_org/third_party/icu/source/tools/gencfu/ |
gencfu.cpp | 25 // is also accepted direaccepted by ICU spoof detedtors. The 178 // spoof detection data file parsing is dependent on regular expressions. 222 // Create the Spoof Detector from the source confusables files. 255 // Copy the data format version numbers from the spoof data header into the UDataMemory header.
|
/external/icu4c/tools/gencfu/ |
gencfu.1.in | 42 This source (.txt) format is also accepted by ICU spoof detectors.
|
gencfu.cpp | 25 // is also accepted direaccepted by ICU spoof detedtors. The 178 // spoof detection data file parsing is dependent on regular expressions. 222 // Create the Spoof Detector from the source confusables files. 255 // Copy the data format version numbers from the spoof data header into the UDataMemory header.
|
/external/chromium_org/webkit/common/user_agent/ |
user_agent.cc | 65 // in browsers that Silverlight doesn't officially support; spoof as
|