HomeSort by relevance Sort by last modified time
    Searched defs:_length (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 414 int _length = _address.length; local
415 if (length == _length) {
417 } else if (length == 2*_length) {
420 || (_address[i] > address[i+_length])) {
    [all...]
  /external/icu4c/common/unicode/
unistr.h 94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
4263 int32_t _length = 0; local
    [all...]

Completed in 317 milliseconds