HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 101 - 125 of 479) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/guide/basics/
fixme-gs-core-packages.jd 21 <dd>This tutorial document will lead you through
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txPort.c 279 * Always do WAKE action after STOP action, since WAKE may lead to more activities!!
  /system/core/libcutils/
strdup8to16.c 75 /* bytes that start 0? or 11 are lead bytes and count as characters.*/
  /external/icu4c/tools/gencase/
store.c 1117 UChar lead; local
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 48 * if(token==0xfffe) -- lead byte of double-byte token
74 * A nibble n with a value of 12..15 is a lead nibble and forms a value with the following nibble m
726 /* how many tokens and lead bytes do we have now? */
737 /* adjust for the real number of lead bytes */
740 /* limit the number of lead bytes */
757 /* set the lead byte tokens */
794 printf("number of lead bytes: %d\n", leadByteCount);
    [all...]
  /external/icu4c/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/
utext.cpp 125 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local
126 if (UTF16_IS_LEAD(lead)) {
211 // the original position before the unpaired lead still needs to be restored.
280 // c is an unpaired lead surrogate at the end of the text.
287 // c was an unpaired lead surrogate, not at the end of the text.
313 // (A lead surrogate seen here is just returned as is, as a surrogate value.
326 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local
327 if (U16_IS_LEAD(lead) == FALSE) {
333 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
334 ut->chunkOffset--; // move iteration position over the lead surrogate
    [all...]
unames.c 154 "lead surrogate",
314 /* this is a lead byte for a double-byte token */
407 /* this is a lead byte for a double-byte token */
    [all...]
ucnvlat1.c 279 /* this is an unmatched lead code unit (1st surrogate) */
359 * or runs into a lead byte.
402 * For Latin-1, there is at most exactly one lead byte because of the
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-pass.h 238 for O_j. This would lead to uninitialized warnings for O_j's
255 where not all edges carry a new replacement may lead to silent
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 60 are deleted outside of AdbWinUsbApi module, this will lead to the heap
  /external/elfutils/lib/
dynamicsizehash.c 121 might lead to an infinite loop at some point, though. */
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 38 // - Like all reference counting schemes, cycles lead to leaks.
  /external/qemu/target-arm/
memcheck_arm_helpers.h 151 * code contains it. This inconsistency will lead to an immanent
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 70 // everything else isn't running anymore. This will lead
  /frameworks/base/docs/html/resources/articles/
faster-screen-orientation-change.jd 58 the automatic destruction/creation of the activities can be lead to a
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 59 assert (!(rdstate() & badbit) && "close failed in the destructor! This may lead to loss of user data. Please call close() manually and either enable exceptions or check the badbit.");
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txPort.c 291 * Always do WAKE action after STOP action, since WAKE may lead to more activities!!
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint.
64 * (which use pairs of lead/trail code units called "surrogates"),
157 * a trail surrogate or ends with a lead surrogate,
180 * a trail surrogate or ends with a lead surrogate,
244 * a trail surrogate or ends with a lead surrogate,
267 * a trail surrogate or ends with a lead surrogate,
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint.
64 * (which use pairs of lead/trail code units called "surrogates"),
157 * a trail surrogate or ends with a lead surrogate,
180 * a trail surrogate or ends with a lead surrogate,
244 * a trail surrogate or ends with a lead surrogate,
267 * a trail surrogate or ends with a lead surrogate,
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint.
64 * (which use pairs of lead/trail code units called "surrogates"),
157 * a trail surrogate or ends with a lead surrogate,
180 * a trail surrogate or ends with a lead surrogate,
244 * a trail surrogate or ends with a lead surrogate,
267 * a trail surrogate or ends with a lead surrogate,
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint.
64 * (which use pairs of lead/trail code units called "surrogates"),
157 * a trail surrogate or ends with a lead surrogate,
180 * a trail surrogate or ends with a lead surrogate,
244 * a trail surrogate or ends with a lead surrogate,
267 * a trail surrogate or ends with a lead surrogate,
    [all...]
  /bionic/libc/netbsd/isc/
ev_streams.c 225 /* Pull off or truncate lead iovec(s). */
  /external/bzip2/
README 112 lead to disastrous loss of data.

Completed in 300 milliseconds

1 2 3 45 6 7 8 91011>>