OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DistanceInfo
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/unicode/
dtptngen.h
31
class
DistanceInfo
;
437
DistanceInfo
*
distanceInfo
;
462
const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask,
DistanceInfo
* missingFields, const PtnSkeleton** specifiedSkeletonPtr = 0);
/external/icu4c/i18n/
dtptngen_impl.h
163
class
DistanceInfo
: public UMemory {
168
DistanceInfo
() {};
169
virtual ~
DistanceInfo
() {};
171
void setTo(
DistanceInfo
& other);
188
int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask,
DistanceInfo
&
distanceInfo
);
dtptngen.cpp
267
distanceInfo
= new
DistanceInfo
();
269
if (fp == NULL || dtMatcher == NULL ||
distanceInfo
== NULL || patternMap == NULL) {
280
distanceInfo
= new
DistanceInfo
();
282
if (fp == NULL || dtMatcher == NULL ||
distanceInfo
== NULL || patternMap == NULL) {
297
distanceInfo
= new
DistanceInfo
();
308
*
distanceInfo
= *(other.
distanceInfo
);
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 127 milliseconds