HomeSort by relevance Sort by last modified time
    Searched full:seglen (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/icu/source/common/
caniter.cpp 350 int32_t segLen = segment.extract(USeg, 256, status);
351 getEquivalents2(&basic, USeg, segLen, status);
426 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) {
434 UnicodeString toPut(segment, segLen);
443 for (i = 0; i < segLen; i += UTF16_CHAR_LENGTH(cp)) {
445 UTF_GET_CHAR(segment, 0, i, segLen, cp);
453 if (extract(&remainder, cp, segment, segLen, i, status) == NULL) {
493 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
494 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
535 while(i < segLen) {
    [all...]
  /external/icu4c/common/
caniter.cpp 352 int32_t segLen = segment.extract(USeg, 256, status);
353 getEquivalents2(&basic, USeg, segLen, status);
428 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) {
436 UnicodeString toPut(segment, segLen);
445 for (i = 0; i < segLen; i += UTF16_CHAR_LENGTH(cp)) {
447 UTF_GET_CHAR(segment, 0, i, segLen, cp);
455 if (extract(&remainder, cp, segment, segLen, i, status) == NULL) {
495 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
496 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
519 while(i < segLen) {
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
caniter.h 181 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
182 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
190 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
191 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu4c/common/unicode/
caniter.h 184 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
185 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
193 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
194 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 630 int seglen, copylen; local
651 seglen = hdr.bh_hdrlen + hdr.bh_caplen;
652 if (seglen > bpfSize) {
653 syslog(LOG_ERR, "Truncated bpf packet: seglen=%d, bpfSize=%d",
654 seglen, bpfSize);
658 seglen = BPF_WORDALIGN(seglen);
662 if (seglen >= bpfSize) {
665 bpfSize -= seglen;
666 bpfOffset += seglen;
    [all...]

Completed in 429 milliseconds