Home
last modified time | relevance | path

Searched refs:fileName2 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dunzip.h154 const char* fileName2,
157 Compare two filename (fileName1,fileName2).
H A Dunzip.c345 local int strcmpcasenosensitive_internal (const char* fileName1, const char* fileName2) in strcmpcasenosensitive_internal() argument
350 char c2=*(fileName2++); in strcmpcasenosensitive_internal()
378 Compare two filename (fileName1,fileName2).
387 const char* fileName2, in unzStringFileNameCompare()
395 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
397 return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2); in unzStringFileNameCompare()
386 unzStringFileNameCompare(const char* fileName1, const char* fileName2, int iCaseSensitivity) unzStringFileNameCompare() argument
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.h154 const char* fileName2,
157 Compare two filename (fileName1,fileName2).
H A Dunzip.c345 local int strcmpcasenosensitive_internal (const char* fileName1, const char* fileName2) in strcmpcasenosensitive_internal() argument
350 char c2=*(fileName2++); in strcmpcasenosensitive_internal()
378 Compare two filename (fileName1,fileName2).
387 const char* fileName2, in unzStringFileNameCompare()
395 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
397 return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2); in unzStringFileNameCompare()
386 unzStringFileNameCompare(const char* fileName1, const char* fileName2, int iCaseSensitivity) unzStringFileNameCompare() argument
/third_party/zlib/contrib/minizip/
H A Dunzip.h154 const char* fileName2,
157 Compare two filenames (fileName1,fileName2).
H A Dunzip.c266 local int strcmpcasenosensitive_internal(const char* fileName1, const char* fileName2) in strcmpcasenosensitive_internal() argument
271 char c2=*(fileName2++); in strcmpcasenosensitive_internal()
299 Compare two filenames (fileName1,fileName2).
308 const char* fileName2, in unzStringFileNameCompare()
314 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
316 return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2); in unzStringFileNameCompare()
307 unzStringFileNameCompare(const char* fileName1, const char* fileName2, int iCaseSensitivity) unzStringFileNameCompare() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h582 void ReadZoneFile_Of_BaseFile(CFSTR fileName2, CByteBuffer &buf);
H A DArchiveExtractCallback.cpp143 void ReadZoneFile_Of_BaseFile(CFSTR fileName2, CByteBuffer &buf) in ReadZoneFile_Of_BaseFile() argument
145 FString fileName (fileName2); in ReadZoneFile_Of_BaseFile()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java772 String fileName2 = "unicode/confusablesWholeScript.txt"; in TestDeprecated()
774 Reader reader2 = TestUtil.getDataReader(fileName2, "UTF-8"); in TestDeprecated()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java769 String fileName2 = "unicode/confusablesWholeScript.txt"; in TestDeprecated()
771 Reader reader2 = TestUtil.getDataReader(fileName2, "UTF-8"); in TestDeprecated()

Completed in 16 milliseconds