OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wim
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp
375
*
wim
day of week ordinal number in BYDAY, or 0 when not found
380
static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t&
wim
,
389
wim
= 0;
464
wim
= n * sign;
834
int32_t
wim
= rule->getRuleWeekInMonth();
local
835
if (
wim
> 0) {
837
dom = 7 * (
wim
- 1) + 1;
840
dom = MONTHLENGTH[month] + 7 * (
wim
+ 1);
[
all
...]
/external/icu4c/i18n/
vtzone.cpp
374
*
wim
day of week ordinal number in BYDAY, or 0 when not found
379
static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t&
wim
,
388
wim
= 0;
463
wim
= n * sign;
833
int32_t
wim
= rule->getRuleWeekInMonth();
local
834
if (
wim
> 0) {
836
dom = 7 * (
wim
- 1) + 1;
839
dom = MONTHLENGTH[month] + 7 * (
wim
+ 1);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 158 milliseconds