| /third_party/libsnd/src/ALAC/ |
| H A D | ag_enc.c | 235 uint32_t bitPos, startPos ; in dyn_comp() local
|
| /third_party/lzma/CPP/7zip/Compress/ |
| H A D | PpmdDecoder.cpp | 147 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 D | brkeng.cpp | 80 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 D | rbbi_cache.cpp | 120 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 D | rbbi.cpp | 618 int32_t RuleBasedBreakIterator::following(int32_t startPos) { in following() argument
|
| /third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
| H A D | ugrep.cpp | 381 void nextLine(int startPos) { in nextLine() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | rbbi_cache.cpp | 120 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 D | rbbi.cpp | 634 int32_t RuleBasedBreakIterator::following(int32_t startPos) { in following() argument
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextWrapper.h | 61 inline size_t startPos() const { return fStart.position(); } in startPos() function in skia::textlayout::TextWrapper::TextStretch
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| H A D | lexer.h | 355 const auto startPos = Iterator().Index(); in ScanString() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| H A D | regexp.cpp | 776 auto startPos = iter_; in ParseBracedQuantifier() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| H A D | regexp.cpp | 755 auto startPos = iter_; in ParseBracedQuantifier() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | file_path_utils.cpp | 81 size_t startPos = pos; in SplitString() local 111 size_t startPos = str.find_first_not_of(charSet); in StripString() local [all...] |
| H A D | zip_file.cpp | 398 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 D | NFRule.java | 1126 private Number matchToDelimiter(String text, int startPos, double baseVal, in matchToDelimiter() argument
|
| H A D | RuleBasedBreakIterator.java | 497 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 D | LSTMBreakEngine.java | 184 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 D | NFRule.java | 1127 private Number matchToDelimiter(String text, int startPos, double baseVal, in matchToDelimiter() argument
|
| H A D | RuleBasedBreakIterator.java | 436 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 D | 7zDec.c | 409 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 D | string_helper.h | 441 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 D | rbbi.cpp | 648 int32_t RuleBasedBreakIterator::following(int32_t startPos) { in following() argument
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zHandler.cpp | 293 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 D | TypedParser.cpp | 78 const auto startPos = Lexer()->Save(); in ParseExpression() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ustrtest.cpp | 720 int32_t startPos = 0; in TestSearching() local [all...] |