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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 410 int _length = _address.length; local
411 if (length == _length) {
413 } else if (length == 2*_length) {
416 || (_address[i] > address[i+_length])) {
    [all...]
  /external/chromium/third_party/icu/public/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...]
  /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)
4325 int32_t _length = 0; local
    [all...]

Completed in 165 milliseconds