Home
last modified time | relevance | path

Searched defs:endPos (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
H A Djs_file_path.cpp39 auto endPos = filePath.find_last_of('.'); in GetFileName() local
69 auto endPos = subPath.find("/"); in GetHapName() local
/third_party/bounds_checking_function/src/
H A Dstrncpy_s.c39 const char *endPos = strSrc; in CheckSrcCountRange() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DUnhandledBreakEngine.java46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
H A DLanguageBreakEngine.java34 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
H A DCjkBreakEngine.java109 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange() argument
H A DDictionaryBreakEngine.java185 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
H A DLSTMBreakEngine.java184 private String substring(CharacterIterator text, int startPos, int endPos) { in substring() argument
197 public void vectorize(CharacterIterator text, int startPos, int endPos, in vectorize() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DLanguageBreakEngine.java35 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
H A DUnhandledBreakEngine.java46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
H A DCjkBreakEngine.java85 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange() argument
H A DDictionaryBreakEngine.java185 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp143 auto endPos = line.find("]", pos); in fixupAsmFile() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table-inl.h133 size_t endPos = 0; in VisitMarkedCompact() local
/third_party/icu/icu4c/source/common/
H A Dbrkeng.cpp78 findBreaks( UText *text, int32_t , int32_t endPos, UVector32 & , UBool , UErrorCode &status) const findBreaks() argument
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkeng.cpp77 findBreaks( UText *text, int32_t , int32_t endPos, UVector32 & ) const findBreaks() argument
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
/arkcompiler/toolchain/tooling/client/manager/
H A Dsource_manager.cpp111 std::string::size_type endPos = fileSource.find("\r\n"); in SetFileSource() local
/third_party/gptfdisk/
H A Dgptcl.cc598 size_t startPos = 0, endPos = 0; in GetString() local
/third_party/node/deps/icu-small/source/common/
H A Dbrkeng.cpp80 findBreaks( UText *text, int32_t startPos, int32_t endPos, UVector32 & , UBool , UErrorCode &status) const findBreaks() argument
327 findBreaks( UText *text, int32_t startPos, int32_t endPos, UVector32 &foundBreaks, UBool , UErrorCode &status) const findBreaks() argument
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h62 inline size_t endPos() const { return fEnd.position(); } in endPos() function in skia::textlayout::TextWrapper::TextStretch
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp82 size_t endPos = 0; in SplitString() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrelativedateformattest.c46 int32_t endPos; member
499 int32_t beginPos, endPos; in TestNumericField() local
554 int32_t beginPos, endPos; in TestNumericField() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeImageAdaptor.cpp41 const char *endPos = eglExtensions + strlen(eglExtensions); in CheckEglExtension() local

Completed in 28 milliseconds

12