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:DAYS_BEFORE
(Results
1 - 9
of
9
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Grego.java
53
private static final int[]
DAYS_BEFORE
= new int[] {
field in Grego
100
DAYS_BEFORE
[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
in fieldsToDay()
146
int dayOfMonth = dayOfYear -
DAYS_BEFORE
[isLeap ? month + 12 : month] + 1; // one-based DOM
in dayToFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Grego.java
55
private static final int[]
DAYS_BEFORE
= new int[] {
field in Grego
102
DAYS_BEFORE
[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
in fieldsToDay()
148
int dayOfMonth = dayOfYear -
DAYS_BEFORE
[isLeap ? month + 12 : month] + 1; // one-based DOM
in dayToFields()
/third_party/icu/icu4c/source/i18n/
H
A
D
gregoimp.cpp
85
const int16_t Grego::
DAYS_BEFORE
[24] =
member in Grego
99
DAYS_BEFORE
[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
in fieldsToDay()
138
dom = doy -
DAYS_BEFORE
[month + (isLeap ? 12 : 0)] + 1; // one-based DOM
in dayToFields()
H
A
D
gregoimp.h
263
static const int16_t
DAYS_BEFORE
[24];
member in Grego
/third_party/node/deps/icu-small/source/i18n/
H
A
D
gregoimp.cpp
90
const int16_t Grego::
DAYS_BEFORE
[24] =
member in Grego
104
DAYS_BEFORE
[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
in fieldsToDay()
143
dom = doy -
DAYS_BEFORE
[month + (isLeap ? 12 : 0)] + 1; // one-based DOM
in dayToFields()
H
A
D
gregoimp.h
263
static const int16_t
DAYS_BEFORE
[24];
member in Grego
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
gregoimp.cpp
80
const int16_t Grego::
DAYS_BEFORE
[24] =
member in Grego
94
DAYS_BEFORE
[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
in fieldsToDay()
133
dom = doy -
DAYS_BEFORE
[month + (isLeap ? 12 : 0)] + 1; // one-based DOM
in dayToFields()
H
A
D
gregoimp.h
263
static const int16_t
DAYS_BEFORE
[24];
member in Grego
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 5 milliseconds