Home
last modified time | relevance | path

Searched defs:startPos (Results 26 - 50 of 97) sorted by relevance

1234

/third_party/libsnd/src/ALAC/
H A Dag_enc.c235 uint32_t bitPos, startPos ; in dyn_comp() local
/third_party/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp147 const UInt64 startPos = _processedSize; in Code() local
209 const UInt64 startPos = _processedSize; in Read() 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
236 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following() argument
253 preceding(int32_t startPos, UErrorCode &status) preceding() argument
[all...]
H A Drbbi.cpp618 int32_t RuleBasedBreakIterator::following(int32_t startPos) { in following() argument
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A Dugrep.cpp381 void nextLine(int startPos) { in nextLine() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
235 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following() argument
252 preceding(int32_t startPos, UErrorCode &status) preceding() argument
[all...]
H A Drbbi.cpp634 int32_t RuleBasedBreakIterator::following(int32_t startPos) { in following() argument
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h61 inline size_t startPos() const { return fStart.position(); } in startPos() function in skia::textlayout::TextWrapper::TextStretch
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h355 const auto startPos = Iterator().Index(); in ScanString() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp776 auto startPos = iter_; in ParseBracedQuantifier() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp755 auto startPos = iter_; in ParseBracedQuantifier() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp81 size_t startPos = pos; in SplitString() local
111 size_t startPos = str.find_first_not_of(charSet); in StripString() local
[all...]
H A Dzip_file.cpp398 auto startPos = fileStartPos_ + zipEntry.localHeaderOffset; in CheckCoherencyLocalHeader() local
442 auto startPos = GetEntryStart(zipEntry, extraSize); in UnzipWithStore() local
508 auto startPos = GetEntryStart(zipEntry, extraSize); in UnzipWithInflated() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java1126 private Number matchToDelimiter(String text, int startPos, double baseVal, in matchToDelimiter() argument
H A DRuleBasedBreakIterator.java497 public int following(int startPos) { in following() argument
1197 void populateDictionary(int startPos, in argument
1382 following(int startPos) following() argument
1395 preceding(int startPos) preceding() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
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 DNFRule.java1127 private Number matchToDelimiter(String text, int startPos, double baseVal, in matchToDelimiter() argument
H A DRuleBasedBreakIterator.java436 public int following(int startPos) { in following() argument
1175 void populateDictionary(int startPos, in argument
1359 following(int startPos) following() argument
1372 preceding(int startPos) preceding() argument
[all...]
/third_party/lzma/C/
H A D7zDec.c409 SzFolder_Decode2(const CSzFolder *folder, const Byte *propsData, const UInt64 *unpackSizes, const UInt64 *packPositions, ILookInStreamPtr inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain, Byte *tempBuf[]) SzFolder_Decode2() argument
606 SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, ILookInStreamPtr inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAllocPtr allocMain) SzAr_DecodeFolder() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h441 static void SplitString(const CString& str, CVector<CString>& out, size_t startPos, size_t times = 0, char c = '/') in SplitString() argument
/third_party/icu/icu4c/source/common/
H A Drbbi.cpp648 int32_t RuleBasedBreakIterator::following(int32_t startPos) { in following() argument
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp293 const size_t startPos = _db.FoCodersDataOffset[folderIndex]; in IsFolderEncrypted() local
397 const size_t startPos = _db.FoCodersDataOffset[folderIndex]; in SetMethodToProp() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp78 const auto startPos = Lexer()->Save(); in ParseExpression() local
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp720 int32_t startPos = 0; in TestSearching() local
[all...]

Completed in 30 milliseconds

1234