Home
last modified time | relevance | path

Searched defs:strLen (Results 1 – 25 of 57) sorted by relevance

123

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnu32_setoctstr.c71 cpSize cpFromOctStr_BNU32(Ipp32u* pBNU, const Ipp8u* pOctStr, cpSize strLen) in cpFromOctStr_BNU32()
Dpcpbnu_setoctstr.c69 cpSize cpFromOctStr_BNU(BNU_CHUNK_T* pA, const Ipp8u* pStr, cpSize strLen) in cpFromOctStr_BNU()
Dpcpbnu32_getoctstr.c71 cpSize cpToOctStr_BNU32(Ipp8u* pStr, cpSize strLen, const Ipp32u* pBNU, cpSize bnuSize) in cpToOctStr_BNU32()
Dpcpbnu_getoctstr.c76 cpSize cpToOctStr_BNU(Ipp8u* pStr, cpSize strLen, const BNU_CHUNK_T* pA, cpSize nsA) in cpToOctStr_BNU()
/external/icu/icu4c/source/common/
Duset.cpp90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString()
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints()
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString()
175 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString()
186 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
/external/webrtc/webrtc/voice_engine/
Dvoe_hardware_impl.cc164 const uint16_t strLen = 128; in GetRecordingDeviceName() local
206 const uint16_t strLen = 128; in GetPlayoutDeviceName() local
/external/icu/icu4c/source/io/
Dufmt_cmn.h30 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar)) argument
/external/skqp/tools/bookmaker/
DfiddleParser.cpp80 size_t strLen = textString.length(); in parseFiddles() local
/external/skia/tools/bookmaker/
DfiddleParser.cpp83 size_t strLen = textString.length(); in parseFiddles() local
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DMessageNanoPrinter.java240 int strLen = str.length(); in escapeString() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h132 explicit StringMapEntry(unsigned strLen) in StringMapEntry()
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry()
/external/llvm/include/llvm/ADT/
DStringMap.h127 explicit StringMapEntry(unsigned strLen) in StringMapEntry()
130 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h124 explicit StringMapEntry(unsigned strLen) in StringMapEntry()
126 StringMapEntry(unsigned strLen, const ValueTy &V) in StringMapEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h130 explicit StringMapEntry(size_t strLen) in StringMapEntry()
133 StringMapEntry(size_t strLen, InitTy &&... InitVals) in StringMapEntry()
/external/skia/src/ports/
DSkOSFile_posix.cpp173 size_t strLen = strlen(str); in issuffixfor() local
DSkRemotableFontMgr_win_dw.cpp400 UINT32 strLen = static_cast<UINT32>( in matchNameStyleCharacter() local
/external/skqp/src/ports/
DSkOSFile_posix.cpp173 size_t strLen = strlen(str); in issuffixfor() local
DSkFontConfigInterface_direct.cpp103 uint32_t strLen, weight, width; in readFromMemory() local
/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp344 int32_t strLen = s->fStr->length(); in build() local
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp139 size_t strLen = m_strText.GetLength(); in FindNext() local
/external/skqp/src/core/
DSkString.cpp73 size_t strLen = strlen(string); in SkStrEndsWith() local
81 size_t strLen = strlen(string); in SkStrEndsWith() local
/external/skia/src/core/
DSkString.cpp73 size_t strLen = strlen(string); in SkStrEndsWith() local
81 size_t strLen = strlen(string); in SkStrEndsWith() local
/external/deqp/execserver/
DxsProtocol.cpp135 int strLen = (int)strlen(value); in put() local
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c681 int32_t strLen =0; in TestNewTypes() local
718 int32_t strLen =0; in TestNewTypes() local
2174 int32_t strLen = 0, seqLen = 0;/*, binLen = 0, binSeqLen = 0;*/ in TestResourceLevelAliasing() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStreamTest.java107 int strLen = msg.length * reps; in testMultiWriteBuf() local

123