HomeSort by relevance Sort by last modified time
    Searched refs:stringLength (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/proguard/src/proguard/gui/splash/
TypeWriterString.java 57 int stringLength = string.length();
58 int length = (int)(stringLength * t + 0.5);
63 if (t > 0.0 && length < stringLength)
  /external/proguard/src/proguard/util/
ExtensionMatcher.java 58 int stringLength = string.length();
61 return string.regionMatches(true, stringLength - suffixLength, suffix, 0, suffixLength);
  /external/freetype/src/base/
ftsnames.c 61 if ( entry->stringLength > 0 && entry->string == NULL )
67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) ||
69 FT_STREAM_READ( entry->string, entry->stringLength ) )
72 entry->stringLength = 0;
81 aname->string_len = entry->stringLength;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftsnames.c 61 if ( entry->stringLength > 0 && entry->string == NULL )
67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) ||
69 FT_STREAM_READ( entry->string, entry->stringLength ) )
72 entry->stringLength = 0;
81 aname->string_len = entry->stringLength;
  /external/pdfium/third_party/freetype/src/base/
ftsnames.c 61 if ( entry->stringLength > 0 && entry->string == NULL )
67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) ||
69 FT_STREAM_READ( entry->string, entry->stringLength ) )
72 entry->stringLength = 0;
81 aname->string_len = entry->stringLength;
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableString.java 65 int stringLength = 0;
72 stringLength++;
77 "unmarshal - scanned " + stringLength + " characters; found null? "
87 byte[] strBytes = new byte[stringLength + 1];
88 buffer.get(strBytes, /*dstOffset*/0, stringLength + 1); // including null character
91 return new String(strBytes, /*offset*/0, stringLength, UTF8_CHARSET);
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 238 final int stringLength = string.length;
269 if (si_i == stringLength) return false;
283 if (si + i == stringLength) return true;
297 final int stringLength = string.length;
328 if (si_i == stringLength) return false;
342 if (si + i == stringLength) return true;
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
CharSequences.java 136 int stringLength = string.length();
137 if (stringLength == 0) {
148 return stringLength - 1;
156 if (stringLength > 1) {
163 return stringLength - 2;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharSequences.java 134 int stringLength = string.length();
135 if (stringLength == 0) {
146 return stringLength - 1;
154 if (stringLength > 1) {
161 return stringLength - 2;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 106 private static int stringLength;
168 return stringLength;
258 stringLength = typeLength;
  /frameworks/base/core/java/android/util/
PathParser.java 121 int stringLength);
125 private static native long nCreatePathDataFromString(String pathString, int stringLength);
  /external/v8/src/js/
harmony-string-padding.js 24 var stringLength = thisString.length;
26 if (maxLength <= stringLength) return "";
38 var fillLength = maxLength - stringLength;
  /external/freetype/src/sfnt/
sfdriver.c 241 if ( name->nameID == 6 && name->stringLength > 0 )
259 FT_UInt len = name->stringLength / 2;
265 if ( !FT_ALLOC( result, name->stringLength + 1 ) )
273 FT_FRAME_ENTER( name->stringLength ) )
276 name->stringLength = 0;
301 FT_UInt len = name->stringLength;
316 name->stringLength = 0;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
sfdriver.c 241 if ( name->nameID == 6 && name->stringLength > 0 )
259 FT_UInt len = name->stringLength / 2;
265 if ( !FT_ALLOC( result, name->stringLength + 1 ) )
273 FT_FRAME_ENTER( name->stringLength ) )
276 name->stringLength = 0;
301 FT_UInt len = name->stringLength;
316 name->stringLength = 0;
  /external/pdfium/third_party/freetype/src/sfnt/
sfdriver.c 241 if ( name->nameID == 6 && name->stringLength > 0 )
259 FT_UInt len = name->stringLength / 2;
265 if ( !FT_ALLOC( result, name->stringLength + 1 ) )
273 FT_FRAME_ENTER( name->stringLength ) )
276 name->stringLength = 0;
301 FT_UInt len = name->stringLength;
316 name->stringLength = 0;
  /external/icu/icu4c/source/test/cintltst/
usettest.c 272 int32_t stringLength = 0;
277 stringLength = (int32_t)(p - stringStart - 1);
278 strncpy(strCopy, stringStart, stringLength);
279 strCopy[stringLength] = 0;
281 u_charsToUChars(stringStart, ustr, stringLength);
283 if (uset_containsString(set, ustr, stringLength) == isIn) {
419 int32_t stringLength = 0;
424 stringLength = (int32_t)(p - stringStart - 1);
425 strncpy(strCopy, stringStart, stringLength);
426 strCopy[stringLength] = 0
    [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 191 int stringLength = string.length();
192 for (int stringIndex = 0; stringIndex < stringLength; stringIndex++)
208 for (int stringIndex = 0; stringIndex < stringLength; stringIndex++)
  /external/mesa3d/src/glx/apple/
appledri.c 335 /* printf("rep.stringLength %d\n", (int) rep.stringLength); */
337 if (rep.stringLength > 0 && rep.stringLength <= pathlen) {
338 _XReadPad(dpy, path, rep.stringLength);
401 printf("rep.stringLength %d\n", (int) rep.stringLength);
404 if (rep.stringLength > 0 && rep.stringLength <= bufnamesize) {
405 _XReadPad(dpy, bufname, rep.stringLength);
    [all...]
  /art/tools/
stream-trace-converter.py 115 stringLength = ReadShortLE(input)
116 str = input.read(stringLength)
122 stringLength = ReadShortLE(input)
123 str = input.read(stringLength)
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 681 int32_t stringLength= (i&1) ? -1 : strlen(data[i].s);
683 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) ||
696 stringLength=strlen(data[i].s);
698 for(int32_t j=0; j<stringLength; ++j) {
766 int32_t stringLength=strlen(expectedString);
767 int32_t partialLength=stringLength/3;
793 stringLength-partialLength)) ||
801 stringLength-partialLength)) ||
821 int32_t stringLength=strlen(expectedString);
822 if(!trie.next(expectedString, stringLength/2))
    [all...]
ucharstrietest.cpp 860 int32_t stringLength= (i&1) ? -1 : expectedString.length();
863 result=trie.next(expectedString.getTerminatedBuffer(), stringLength)) ||
876 stringLength=expectedString.length();
878 for(int32_t j=0; j<stringLength; ++j) {
    [all...]
  /external/proguard/src/proguard/
ClassPathEntry.java 209 int stringLength = string.length();
212 return string.regionMatches(true, stringLength -
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHIDManager.cpp 213 CFIndex stringLength = CFStringGetLength(cfString), usedBytes = 0L;
216 if ((freeUTF8StringPtr = (UInt8*)malloc(stringLength + 1L)) != NULL) {
217 CFStringGetBytes(cfString, CFRangeMake(0L, stringLength),
219 stringLength, &usedBytes);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
BytesTrieTest.java 580 int stringLength=data[i].s.length();
582 if( !(result=trie.next(data[i].bytes, 0, stringLength)).hasValue() ||
596 for(int j=0; j<stringLength; ++j) {
660 int stringLength=data[i].s.length();
661 int partialLength=stringLength/3;
684 } else if(!(result=trie.next(expectedString, partialLength, stringLength)).hasValue() ||
689 next(expectedString, partialLength, stringLength)).hasValue() ||
708 int stringLength=data[i].s.length();
709 if(!trie.next(expectedString, 0, stringLength/2).matches()) {
714 trie.next(expectedString, stringLength/2, stringLength)
    [all...]
CharsTrieTest.java 720 int stringLength=expectedString.length();
722 if( !(result=trie.next(expectedString, 0, stringLength)).hasValue() ||
736 for(int j=0; j<stringLength; ++j) {
    [all...]

Completed in 2030 milliseconds

1 2 3 4