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

  /external/lz4/tests/
checkTag.c 48 size_t const tagLength = strlen(tag);
51 if (tagLength < 2) return 0;
53 if (tagLength <= verLength) return 0;
  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerFactory.java 83 int tagLength = 0;
98 tagLength = tagName.length();
99 if (tagLength > TAG_MAX_LENGTH) {
107 if (tagLength == 0 || (tagLength + tokenLength) > TAG_MAX_LENGTH) {
  /external/icu/icu4c/source/common/
loclikely.cpp 90 * @param tagLength The length of the tag.
97 int32_t tagLength,
109 tagLength);
111 *bufferLength += tagLength;
188 int32_t tagLength = 0;
197 &tagLength);
208 &tagLength);
236 &tagLength);
243 &tagLength);
252 &tagLength);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLog.java 122 int tagLength = tag == null ? 0 : tag.length();
124 return extraLogLength + tagLength + msgLength;
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 545 milliseconds