HomeSort by relevance Sort by last modified time
    Searched refs:firstCount (Results 1 - 6 of 6) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorDisorderedMarksTest.java 84 int firstCount = Character.charCount(first);
85 if (s.length() == firstCount) continue;
86 String trailString = s.substring(firstCount);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorDisorderedMarksTest.java 81 int firstCount = Character.charCount(first);
82 if (s.length() == firstCount) continue;
83 String trailString = s.substring(firstCount);
  /external/libpcap/msdos/
pkt_rx1.s 16 .firstCount resw 1 ; # of bytes on 1st call
76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
114 mov [di], cx ; remember firstCount.
pktdrvr.h 92 WORD firstCount; /* # of bytes on 1st */
pkt_rx0.asm 46 firstCount dw 0 ; # of bytes on 1st call
121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
153 mov [di].firstCount, cx ; remember the first count.
178 ; push [si].firstCount
pktdrvr.c 496 count_1 = rx->firstCount;
786 size = min (head->firstCount, sizeof(RX_ELEMENT));
835 head.firstCount = _farpeekw (_dos_ds, realBase+ofs);
841 size = min (head.firstCount, sizeof(RX_ELEMENT));
901 head.firstCount = *(WORD*) (realBase+ofs);
907 size = min (head.firstCount, sizeof(RX_ELEMENT));
968 size = min (head->firstCount, sizeof(RX_ELEMENT));
    [all...]

Completed in 1174 milliseconds