Searched defs:stringLength (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIterator.cpp29 unsigned stringLength = string.length(); local
31 if (!stringLength)
36 return stringLength;
40 return stringLength;
50 unsigned stringLength = string.length(); local
52 if (!stringLength)
57 return std::min(stringLength, numGraphemeClusters);
61 return std::min(stringLength, numGraphemeClusters);
65 return stringLength;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp128 int stringLength = complexTextRun.stringLength(); local
129 TextBreakIterator* cursorPositionIterator = cursorMovementIterator(complexTextRun.characters(), stringLength);
144 clusterEnd = stringLength;
H A DComplexTextController.h76 static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange) argument
78 return adoptRef(new ComplexTextRun(ctRun, fontData, characters, stringLocation, stringLength, runRange));
81 static PassRefPtr<ComplexTextRun> create(const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr) argument
83 return adoptRef(new ComplexTextRun(fontData, characters, stringLocation, stringLength, ltr));
90 size_t stringLength() const { return m_stringLength; } function in class:blink::ComplexTextController::ComplexTextRun
102 ComplexTextRun(CTRunRef, const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange);
103 ComplexTextRun(const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTypesLengths.java106 private static int stringLength; field in class:TypesLengths
168 return stringLength;
258 stringLength = typeLength;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusettest.c273 int32_t stringLength = 0; local
278 stringLength = (int32_t)(p - stringStart - 1);
279 strncpy(strCopy, stringStart, stringLength);
280 strCopy[stringLength] = 0;
282 u_charsToUChars(stringStart, ustr, stringLength);
284 if (uset_containsString(set, ustr, stringLength) == isIn) {
420 int32_t stringLength = 0; local
425 stringLength = (int32_t)(p - stringStart - 1);
426 strncpy(strCopy, stringStart, stringLength);
427 strCopy[stringLength]
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbytestrietest.cpp682 int32_t stringLength= (i&1) ? -1 : strlen(data[i].s); local
684 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) ||
697 stringLength=strlen(data[i].s);
699 for(int32_t j=0; j<stringLength; ++j) {
767 int32_t stringLength=strlen(expectedString); local
768 int32_t partialLength=stringLength/3;
794 stringLength-partialLength)) ||
802 stringLength-partialLength)) ||
822 int32_t stringLength=strlen(expectedString); local
823 if(!trie.next(expectedString, stringLength/
[all...]
H A Ducharstrietest.cpp861 int32_t stringLength= (i&1) ? -1 : expectedString.length(); local
864 result=trie.next(expectedString.getTerminatedBuffer(), stringLength)) ||
877 stringLength=expectedString.length();
879 for(int32_t j=0; j<stringLength; ++j) {
939 int32_t stringLength=expectedString.length(); local
940 int32_t partialLength=stringLength/3;
966 stringLength-partialLength)) ||
974 stringLength-partialLength)) ||
994 int32_t stringLength=expectedString.length(); local
995 if(!trie.next(expectedString.getTerminatedBuffer(), stringLength/
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c273 int32_t stringLength = 0; local
278 stringLength = (int32_t)(p - stringStart - 1);
279 strncpy(strCopy, stringStart, stringLength);
280 strCopy[stringLength] = 0;
282 u_charsToUChars(stringStart, ustr, stringLength);
284 if (uset_containsString(set, ustr, stringLength) == isIn) {
420 int32_t stringLength = 0; local
425 stringLength = (int32_t)(p - stringStart - 1);
426 strncpy(strCopy, stringStart, stringLength);
427 strCopy[stringLength]
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp682 int32_t stringLength= (i&1) ? -1 : strlen(data[i].s); local
684 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) ||
697 stringLength=strlen(data[i].s);
699 for(int32_t j=0; j<stringLength; ++j) {
767 int32_t stringLength=strlen(expectedString); local
768 int32_t partialLength=stringLength/3;
794 stringLength-partialLength)) ||
802 stringLength-partialLength)) ||
822 int32_t stringLength=strlen(expectedString); local
823 if(!trie.next(expectedString, stringLength/
[all...]
H A Ducharstrietest.cpp861 int32_t stringLength= (i&1) ? -1 : expectedString.length(); local
864 result=trie.next(expectedString.getTerminatedBuffer(), stringLength)) ||
877 stringLength=expectedString.length();
879 for(int32_t j=0; j<stringLength; ++j) {
939 int32_t stringLength=expectedString.length(); local
940 int32_t partialLength=stringLength/3;
966 stringLength-partialLength)) ||
974 stringLength-partialLength)) ||
994 int32_t stringLength=expectedString.length(); local
995 if(!trie.next(expectedString.getTerminatedBuffer(), stringLength/
[all...]
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp137 UINT32 stringLength; variable
138 HRBM(fStrings->GetStringLength(fIndex, &stringLength), "Could not get string length.");
139 stringLength += 1;
141 SkSMallocWCHAR wString(stringLength);
142 HRBM(fStrings->GetString(fIndex, wString.get(), stringLength), "Could not get string.");
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp1531 unsigned stringLength = string.length(); local
1532 unsigned length = stringLength + m_parsedTextPrefixLength + m_parsedTextSuffixLength + 1;
1535 if (!stringLength || string.is8Bit()) {
1540 if (stringLength)
1541 memcpy(m_dataStart8.get() + m_parsedTextPrefixLength, string.characters8(), stringLength * sizeof(LChar));
1543 unsigned start = m_parsedTextPrefixLength + stringLength;
1562 ASSERT(stringLength);
1563 memcpy(m_dataStart16.get() + m_parsedTextPrefixLength, string.characters16(), stringLength * sizeof(UChar));
1565 unsigned start = m_parsedTextPrefixLength + stringLength;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h194 /* stringLength :: The length of the string in bytes. */
207 FT_UShort stringLength; member in struct:TT_NameEntryRec_
/external/freetype/include/internal/
H A Dtttypes.h263 /* stringLength :: The length of the string in bytes. */
276 FT_UShort stringLength; member in struct:TT_NameEntryRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h194 /* stringLength :: The length of the string in bytes. */
207 FT_UShort stringLength; member in struct:TT_NameEntryRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h194 /* stringLength :: The length of the string in bytes. */
207 FT_UShort stringLength; member in struct:TT_NameEntryRec_
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp365 int stringLength = string->Length(); local
367 ASSERT(stringLength >= 0 && utf8Length >= 0);
374 if (stringLength == utf8Length) {
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h2956 __field_ecount(stringLength) WCHAR const* string;
2962 UINT32 stringLength; member in struct:DWRITE_GLYPH_RUN_DESCRIPTION
2968 __field_ecount(stringLength) UINT16 const* clusterMap;
4813 /// <param name="stringLength">The length of the string.</param>
4822 __in_ecount(stringLength) WCHAR const* string,
4823 UINT32 stringLength, variable
4837 /// <param name="stringLength">The length of the string.</param>
4855 __in_ecount(stringLength) WCHAR const* string,
4856 UINT32 stringLength, variable
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 541 milliseconds