OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Measure
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/i18n/
measure.cpp
17
#include "unicode/
measure
.h"
22
Measure
::
Measure
() {}
24
Measure
::
Measure
(const Formattable& _number, MeasureUnit* adoptedUnit,
33
Measure
::
Measure
(const
Measure
& other) :
38
Measure
&
Measure
::operator=(const Measure& other)
[
all
...]
/external/icu4c/i18n/unicode/
measure.h
31
* For example, a length
measure
consists of a number and a length
35
* <p>
Measure
objects are parsed and formatted by subclasses of
38
* <p>
Measure
objects are immutable.
45
class U_I18N_API
Measure
: public UObject {
57
Measure
(const Formattable& number, MeasureUnit* adoptedUnit,
64
Measure
(const
Measure
& other);
70
Measure
& operator=(const
Measure
& other);
83
virtual ~
Measure
();
[
all
...]
/external/v8/benchmarks/
base.js
202
function
Measure
(data) {
216
//
Measure
the benchmark once for warm up and throw the result
218
Measure
(null);
221
Measure
(data);
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 335 milliseconds