Home
last modified time | relevance | path

Searched defs:startpos (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder.cpp142 size_t startpos, in EncodeText()
255 size_t startpos, in EncodeBinary()
290 size_t startpos, in EncodeNumeric()
313 size_t startpos) { in DetermineConsecutiveDigitCount()
331 size_t startpos) { in DetermineConsecutiveTextCount()
359 size_t startpos) { in DetermineConsecutiveBinaryCount()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/encoder/
H A DPDF417HighLevelEncoder.java299 int startpos, in encodeText()
427 int startpos, in encodeMultiECIBinary()
479 int startpos, in encodeBinary()
520 private static void encodeNumeric(ECIInput input, int startpos, int count, StringBuilder sb) { in encodeNumeric()
575 private static int determineConsecutiveDigitCount(ECIInput input, int startpos) { in determineConsecutiveDigitCount()
595 private static int determineConsecutiveTextCount(ECIInput input, int startpos) { in determineConsecutiveTextCount()
629 private static int determineConsecutiveBinaryCount(ECIInput input, int startpos, Charset encoding) in determineConsecutiveBinaryCount()
/aosp_15_r20/external/python/cpython2/Modules/
D_heapqmodule.c36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdown()
77 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftup() local
379 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdownmax()
418 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftupmax() local
/aosp_15_r20/external/python/cpython3/Modules/
D_heapqmodule.c25 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown()
72 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local
394 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max()
441 Py_ssize_t startpos, endpos, childpos, limit; in siftup_max() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/
H A DHighLevelEncoder.java222 static int lookAheadTest(CharSequence msg, int startpos, int currentMode) { in lookAheadTest()
242 static int lookAheadTestIntern(CharSequence msg, int startpos, int currentMode) { in lookAheadTestIntern()
469 public static int determineConsecutiveDigitCount(CharSequence msg, int startpos) { in determineConsecutiveDigitCount()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dheapq.py242 def _siftdown(heap, startpos, pos): argument
315 def _siftdown_max(heap, startpos, pos): argument
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/
Dbidi.go255 startpos []int member
291 startpos int member
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.cpp839 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord()
902 const FX_FILESIZE startpos = GetPos(); in FindTag() local
/aosp_15_r20/external/pdfium/core/fxcodec/fax/
H A Dfaxmodule.cpp127 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits()
442 int startpos = 0; in FaxGet1DLine() local
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/datamatrix/encoder/
H A DDebugPlacement.java30 int startpos = 0; in toBitFieldStringArray() local
/aosp_15_r20/external/pdfium/fxbarcode/datamatrix/
H A DBC_ASCIIEncoder.cpp43 size_t DetermineConsecutiveDigitCount(const WideString& msg, size_t startpos) { in DetermineConsecutiveDigitCount()
H A DBC_HighLevelEncoder.cpp187 size_t startpos, in LookAheadTest()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/data/
H A DTokenIterator.java116 int startpos = position; in nextToken() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
H A DTokenIterator.java118 int startpos = position; in nextToken() local
/aosp_15_r20/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/aosp_15_r20/external/python/cpython3/Lib/turtledemo/
Dpenrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/aosp_15_r20/external/perfmark/traceviewer/src/main/java/io/perfmark/traceviewer/
H A DTraceEventViewer.java195 int startpos = traceViewer.indexOf("<template"); in trimTraceViewer() local
/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dcodecs.h314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c3529 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception()
3553 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception()
3570 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler()
4850 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception()
4873 Py_ssize_t startpos, Py_ssize_t endpos, in raise_translate_exception()
4890 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_translate_call_errorhandler()

12345