/third_party/bounds_checking_function/src/ |
H A D | strncpy_s.c | 39 const char *endPos = strSrc; in CheckSrcCountRange() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | UnhandledBreakEngine.java | 46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
|
H A D | LanguageBreakEngine.java | 34 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
|
H A D | CjkBreakEngine.java | 109 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange() argument
|
H A D | DictionaryBreakEngine.java | 185 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
|
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 | LanguageBreakEngine.java | 35 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
|
H A D | UnhandledBreakEngine.java | 46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
|
H A D | CjkBreakEngine.java | 85 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange() argument
|
H A D | DictionaryBreakEngine.java | 185 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
|
H A D | RuleBasedBreakIterator.java | 1175 void populateDictionary(int startPos, int endPos, in populateDictionary() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMAsm.cpp | 143 auto endPos = line.find("]", pos); in fixupAsmFile() local
|
/third_party/icu/icu4c/source/common/ |
H A D | brkeng.cpp | 78 findBreaks( UText *text, int32_t , int32_t endPos, UVector32 & , 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
|
H A D | rbbi.cpp | 586 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | brkeng.cpp | 77 findBreaks( UText *text, int32_t , int32_t endPos, UVector32 & ) const findBreaks() argument
|
H A D | rbbi_cache.cpp | 120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
|
H A D | rbbi.cpp | 572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() local
|
/third_party/gptfdisk/ |
H A D | gptcl.cc | 598 size_t startPos = 0, endPos = 0; in GetString() 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
|
H A D | rbbi.cpp | 556 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() local
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.h | 62 inline size_t endPos() const { return fEnd.position(); } in endPos() function in skia::textlayout::TextWrapper::TextStretch
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | crelativedateformattest.c | 46 int32_t endPos; member 499 int32_t beginPos, endPos; in TestNumericField() local 554 int32_t beginPos, endPos; in TestNumericField() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 1197 void populateDictionary(int startPos, int endPos, in populateDictionary() argument [all...] |