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

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
IndefiniteLengthInputStream.java 11 private int _b2; field in class:IndefiniteLengthInputStream
22 _b2 = in.read();
24 if (_b2 < 0)
42 if (!_eofReached && _eofOn00 && (_b1 == 0x00 && _b2 == 0x00))
73 b[off + 1] = (byte)_b2;
76 _b2 = _in.read();
78 if (_b2 < 0)
105 _b1 = _b2;
106 _b2 = b;
  /external/icu4c/layout/
IndicClassTables.cpp 46 #define _b2 (CC_SPLIT_VOWEL_PIECE_2 | CF_POS_BELOW) macro
108 _dr, _b2, _db, _xx, _xx, _xx, _xx, _da, _da, _xx, _xx, _a1, _da, _vr, _xx, _xx, // 0A40 - 0A4F
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 99 milliseconds