Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:posBegin
(Results
1 - 9
of
9
) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cdateintervalformattest.c
185
int32_t
posBegin
;
member
348
fpos.beginIndex != expectedPtr->
posBegin
|| fpos.endIndex != expectedPtr->posEnd ) {
in TestFPos_SkelWithSeconds()
353
expectedPtr->
posBegin
, expectedPtr->posEnd, bebuf,
in TestFPos_SkelWithSeconds()
/third_party/backends/backend/
H
A
D
u12-scanner.h
245
u_long
posBegin
;
member
H
A
D
u12-tpa.c
430
dev->scan.
posBegin
= _DATA_ORIGIN_X + _POS_ORG_OFFSETX * 2;
in u12tpa_FindCenterPointer()
435
dev->scan.
posBegin
= (right + left) / 2UL - _POS_PAGEWIDTH;
in u12tpa_FindCenterPointer()
H
A
D
plustek-pp_hwdefs.h
758
ULong
posBegin
;
member
H
A
D
plustek-pp_p12.c
342
(UShort)(ps->Scan.
posBegin
+ ps->DataInf.crImage.x);
in p12SetupScanningCondition()
H
A
D
plustek-pp_tpa.c
820
ps->Scan.
posBegin
= ps->Device.DataOriginX + _POS_ORG_OFFSETX * 2;
in TPAP98003FindCenterPointer()
825
ps->Scan.
posBegin
= (right + left) / 2UL - _POS_PAGEWIDTH;
in TPAP98003FindCenterPointer()
H
A
D
u12-hw.c
604
dev->regs.RD_Origin = (u_short)dev->scan.
posBegin
;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
DateIntervalFormatTest.java
1692
public int
posBegin
;
in TestFPos_SkelWithSeconds()
1697
posBegin
= pBegin;
in TestFPos_SkelWithSeconds()
1854
pos.getBeginIndex() != expectPosFmt.
posBegin
|| pos.getEndIndex() != expectPosFmt.posEnd) {
in TestFPos_SkelWithSeconds()
1856
": expect " + expectPosFmt.
posBegin
+ "-" + expectPosFmt.posEnd + " \"" + expectPosFmt.format +
in TestFPos_SkelWithSeconds()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
DateIntervalFormatTest.java
1874
public int
posBegin
;
in TestFPos_SkelWithSeconds()
1879
posBegin
= pBegin;
in TestFPos_SkelWithSeconds()
2036
pos.getBeginIndex() != expectPosFmt.
posBegin
|| pos.getEndIndex() != expectPosFmt.posEnd) {
in TestFPos_SkelWithSeconds()
2038
": expect " + expectPosFmt.
posBegin
+ "-" + expectPosFmt.posEnd + " \"" + expectPosFmt.format +
in TestFPos_SkelWithSeconds()
Completed in 16 milliseconds