OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PtnSkeleton
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
dtptngen_impl.h
109
class
PtnSkeleton
: public UMemory {
115
PtnSkeleton
();
116
PtnSkeleton
(const
PtnSkeleton
& other);
117
UBool equals(const
PtnSkeleton
& other);
120
virtual ~
PtnSkeleton
();
127
PtnSkeleton
*skeleton;
179
PtnSkeleton
skeleton;
184
void set(const UnicodeString& pattern, FormatParser* fp,
PtnSkeleton
& skeleton);
185
void copyFrom(const
PtnSkeleton
& skeleton)
[
all
...]
dtptngen.cpp
771
const
PtnSkeleton
* specifiedSkeleton=NULL;
[
all
...]
/external/icu4c/i18n/unicode/
dtptngen.h
33
class
PtnSkeleton
;
464
const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const
PtnSkeleton
** specifiedSkeletonPtr = 0);
465
UnicodeString adjustFieldTypes(const UnicodeString& pattern, const
PtnSkeleton
* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
Completed in 2491 milliseconds