OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOOT
(Results
1 - 7
of
7
) sorted by null
/external/curl/src/
mkhelp.pl
189
foot
();
224
foot
();
226
sub
foot
{
subroutine
227
print <<
FOOT
233
FOOT
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MeasureUnitTest.java
108
{"
FOOT
", "53"},
283
MeasureUnit.
FOOT
,
379
MeasureUnit.
FOOT
,
507
MeasureUnit.
FOOT
,
639
MeasureUnit.
FOOT
,
780
MeasureUnit.
FOOT
,
[
all
...]
TimeUnitTest.java
440
new Measure(70, MeasureUnit.
FOOT
),
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java
105
{"
FOOT
", "53"},
280
MeasureUnit.
FOOT
,
376
MeasureUnit.
FOOT
,
504
MeasureUnit.
FOOT
,
636
MeasureUnit.
FOOT
,
777
MeasureUnit.
FOOT
,
[
all
...]
TimeUnitTest.java
437
new Measure(70, MeasureUnit.
FOOT
),
/external/icu/android_icu4j/src/main/java/android/icu/util/
MeasureUnit.java
86
* Get the subType, such as ?
foot
?.
420
* Constant for unit of area: square-
foot
422
public static final MeasureUnit SQUARE_FOOT = MeasureUnit.internalGetInstance("area", "square-
foot
");
703
* Constant for unit of length:
foot
705
public static final MeasureUnit
FOOT
= MeasureUnit.internalGetInstance("length", "
foot
");
944
* Constant for unit of volume: acre-
foot
946
public static final MeasureUnit ACRE_FOOT = MeasureUnit.internalGetInstance("volume", "acre-
foot
");
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java
85
* Get the subType, such as ?
foot
?.
437
* Constant for unit of area: square-
foot
440
public static final MeasureUnit SQUARE_FOOT = MeasureUnit.internalGetInstance("area", "square-
foot
");
776
* Constant for unit of length:
foot
779
public static final MeasureUnit
FOOT
= MeasureUnit.internalGetInstance("length", "
foot
");
[
all
...]
Completed in 716 milliseconds