HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 351 - 375 of 1610) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 273 * Count the trail bytes for a UTF-8 lead byte.
279 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
286 /** Is this this code unit the lead code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. */
295 * Given the lead character, how many bytes are taken by this code point.
504 /** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. */
510 /** Assuming c is a surrogate, is it a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. */
    [all...]
  /external/icu4c/common/unicode/
utf_old.h 269 * Count the trail bytes for a UTF-8 lead byte.
275 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
282 /** Is this this code unit the lead code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. */
291 * Given the lead character, how many bytes are taken by this code point.
500 /** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. */
506 /** Assuming c is a surrogate, is it a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. */
    [all...]
  /external/chromium/chrome/browser/resources/options/
cookies_list.js 648 if (!listItem.selected || !listItem.lead)
651 } else if (listItem.lead) {
659 * Called on selection model lead changes.
660 * @param {Event} pe The lead change event.
669 if (!listItem.lead || !listItem.selected)
language_list.js 216 // Select the item pointed by the lead index.
352 // The lead index should be updated too.
  /external/chromium_org/chrome/browser/resources/options/
cookies_list.js 757 if (!listItem.selected || !listItem.lead)
760 } else if (listItem.lead) {
768 * Called on selection model lead changes.
769 * @param {Event} pe The lead change event.
778 if (!listItem.lead || !listItem.selected)
    [all...]
language_list.js 209 // Select the item pointed by the lead index.
396 // The lead index should be updated too.
  /external/chromium_org/third_party/icu/source/common/
utext.cpp 126 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local
127 if (UTF16_IS_LEAD(lead)) {
212 // the original position before the unpaired lead still needs to be restored.
281 // c is an unpaired lead surrogate at the end of the text.
288 // c was an unpaired lead surrogate, not at the end of the text.
314 // (A lead surrogate seen here is just returned as is, as a surrogate value.
327 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local
328 if (U16_IS_LEAD(lead) == FALSE) {
334 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
335 ut->chunkOffset--; // move iteration position over the lead surrogate
    [all...]
ucol_swp.cpp 310 /* swap the script to lead bytes */
319 /* swap the lead byte to scripts */
unames.c 154 "lead surrogate",
308 /* this is a lead byte for a double-byte token */
404 /* this is a lead byte for a double-byte token */
    [all...]
  /external/icu4c/common/
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...]
ucol_swp.cpp 308 /* swap the script to lead bytes */
317 /* swap the lead byte to scripts */
unames.cpp 156 "lead surrogate",
310 /* this is a lead byte for a double-byte token */
406 /* this is a lead byte for a double-byte token */
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 146 * uint32_t offset to the reordering code to lead CE byte remapping table
147 * uint32_t offset to the lead CE byte to reordering code mapping table
747 SURROGATE_TAG = 5, /* Lead surrogate that is tailored and doesn't start a contraction */
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java 173 "This may lead to unexpected tab sync behavior.");
179 "This may lead to unexpected tab sync behavior.");
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.cc 303 // A bad accessibility tree could lead to memory corruption.
378 // parent and new parent, which could lead to a double-free.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 122 /* That is, a lead of 0xD83C with trail 0xDDE6 .. 0xDDFF or */
123 /* a lead of 0xDB40 with trail 0xDD00 .. 0xDDEF. */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 260 // Note: GetChannel may lead to race conditions, since the mutex is not held
263 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
  /external/clang/test/Analysis/
security-syntax-checks.m 74 // will lead to false negatives, but there should be no false positives.
177 vfork(); //expected-warning{{Call to function 'vfork' is insecure as it can lead to denial of service situations in the parent process}}
  /external/pixman/pixman/
pixman-radial-gradient.c 80 * In this function error propagation can lead to bad results:
85 * if discr has the wrong sign or b is very small, this can lead to bad
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 36 * the focus is on whether the randomized calls can lead to crash in
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 21 * expensive operation, which can lead to significant performance overhead if
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 60 are deleted outside of AdbWinUsbApi module, this will lead to the heap
  /external/antlr/antlr-3.4/tool/
README.txt 5 ANTLR project lead and supreme dictator for life
  /external/bison/lib/
fcntl.c 293 can lead to odd state. It may be possible by duplicating the
  /external/bison/m4/
iconv.m4 202 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV

Completed in 1321 milliseconds

<<11121314151617181920>>