OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PtnSkeleton
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
dtptngen_impl.h
108
class
PtnSkeleton
: public UMemory {
114
PtnSkeleton
();
115
PtnSkeleton
(const
PtnSkeleton
& other);
116
UBool equals(const
PtnSkeleton
& other);
119
virtual ~
PtnSkeleton
();
126
PtnSkeleton
*skeleton;
178
PtnSkeleton
skeleton;
183
void set(const UnicodeString& pattern, FormatParser* fp,
PtnSkeleton
& skeleton);
184
void copyFrom(const
PtnSkeleton
& skeleton)
[
all
...]
dtptngen.cpp
759
const
PtnSkeleton
* specifiedSkeleton=NULL;
[
all
...]
/external/icu4c/i18n/unicode/
dtptngen.h
33
class
PtnSkeleton
;
462
const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const
PtnSkeleton
** specifiedSkeletonPtr = 0);
463
UnicodeString adjustFieldTypes(const UnicodeString& pattern, const
PtnSkeleton
* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 227 milliseconds