/third_party/node/deps/icu-small/source/common/ |
D | uset.cpp | 90 uset_addString(USet* set, const char16_t* str, int32_t strLen) { in uset_addString() 97 uset_addAllCodePoints(USet* set, const char16_t *str, int32_t strLen) { in uset_addAllCodePoints() 114 uset_removeString(USet* set, const char16_t* str, int32_t strLen) { in uset_removeString() 215 uset_containsString(const USet* set, const char16_t* str, int32_t strLen) { in uset_containsString() 226 uset_containsAllCodePoints(const USet* set, const char16_t *str, int32_t strLen) { in uset_containsAllCodePoints()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uset.cpp | 90 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() 210 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString() 221 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
|
/third_party/icu/icu4c/source/common/ |
D | uset.cpp | 90 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() 215 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString() 226 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
|
/third_party/icu/icu4c/source/io/ |
D | ufmt_cmn.h | 30 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar)) argument
|
/third_party/skia/third_party/externals/icu/source/io/ |
D | ufmt_cmn.h | 30 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar)) argument
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ReactorDebugInfo.cpp | 38 size_t strLen = str.size(); in endswith_lower() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 131 explicit StringMapEntryStorage(size_t strLen) in StringMapEntryStorage() 134 StringMapEntryStorage(size_t strLen, InitTy &&... InitVals) in StringMapEntryStorage() 148 : StringMapEntryBase(strLen) {} in StringMapEntryBase() argument
|
D | StringRef.h | 77 static constexpr size_t strLen(const char *Str) { in strLen() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 132 explicit StringMapEntry(unsigned strLen) in StringMapEntry() 135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | PostScriptTable.java | 436 int strLen = this.data.readUByte(index); in parse() local
|
/third_party/skia/src/ports/ |
D | SkOSFile_posix.cpp | 173 size_t strLen = strlen(str); in issuffixfor() local
|
D | SkFontConfigInterface_direct.cpp | 91 uint32_t strLen, weight, width; in readFromMemory() local
|
D | SkRemotableFontMgr_win_dw.cpp | 401 UINT32 strLen = static_cast<UINT32>( in matchNameStyleCharacter() local
|
D | SkFontMgr_win_dw.cpp | 861 UINT32 strLen = SkTo<UINT32>(SkUTF::ToUTF16(character, reinterpret_cast<uint16_t*>(str))); in fallback() local 930 UINT32 strLen = SkTo<UINT32>(SkUTF::ToUTF16(character, reinterpret_cast<uint16_t*>(str))); in layoutFallback() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_conf.cpp | 344 int32_t strLen = s->fStr->length(); in build() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof_conf.cpp | 343 int32_t strLen = s->fStr->length(); in build() local
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof_conf.cpp | 343 int32_t strLen = s->fStr->length(); in build() local
|
/third_party/skia/src/core/ |
D | SkString.cpp | 62 size_t strLen = strlen(string); in SkStrEndsWith() local 70 size_t strLen = strlen(string); in SkStrEndsWith() local
|
/third_party/vk-gl-cts/execserver/ |
D | xsProtocol.cpp | 135 int strLen = (int)strlen(value); in put() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | string_utils.cpp | 25 const size_t strLen, in EndsWithSuffix()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 709 int32_t strLen =0; in TestNewTypes() local 746 int32_t strLen =0; in TestNewTypes() local 2229 int32_t strLen = 0, seqLen = 0;/*, binLen = 0, binSeqLen = 0;*/ in TestResourceLevelAliasing() local
|
D | citertst.c | 1065 int strLen = u_unescape(src[count], str, 20); in TestDiscontiguos() local
|
D | custrtrn.c | 1433 int32_t strLen =0; in Test_WCHART_LongString() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 171 const size_t strLen = combinedStr.size(); in getSearchPath() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 68 deUint8 strLen = (deUint8)binary.shaderEntryPoints[i].size(); in writeSpirV() local 96 deUint8 strLen; in readSpirV() local
|