Searched refs:Format (Results 1 - 25 of 115) sorted by relevance

12345

/external/icu4c/data/brkitr/
H A Dword_ja.txt31 $Format = [\p{Word_Break = Format}];
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*;
61 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
[all...]
H A Dword.txt31 $Format = [\p{Word_Break = Format}];
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*;
61 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
[all...]
H A Dword_POSIX.txt31 $Format = [\p{Word_Break = Format}];
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*;
61 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
[all...]
H A Dsent.txt20 $Format = [\p{Sentence_Break = Format}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*;
[all...]
H A Dsent_el.txt20 $Format = [\p{Sentence_Break = Format}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*;
[all...]
/external/icu4c/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
37 /* Format class implementation ---------------------------------------------- */
47 // class Format
64 Format::Format() function in class:Format
72 Format::~Format()
79 Format::Format(const Format function in class:Format
[all...]
H A Dcurrfmt.h56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 * Override Format API.
74 * Override Format API.
81 * Override Format API.
H A Dcurrfmt.cpp36 UBool CurrencyFormat::operator==(const Format& other) const {
47 Format* CurrencyFormat::clone() const {
/external/icu4c/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
55 * Many of the concrete subclasses of Format employ the notion of
65 * is not inherent to Format classes in general, and is not part of
73 * MessageFormat is a formatter which utilizes other Format objects to
81 * the Format cannot format the type of object, otherwise if there is
93 class U_I18N_API Format : public UObject { class in inherits:UObject
99 virtual ~Format();
102 * Return true if the given Format objects are semantically equal.
105 * @return Return true if the given Format objects are semantically equal.
109 virtual UBool operator==(const Format
[all...]
H A Dmeasfmt.h37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
H A Dmsgfmt.h12 * 07/22/98 stephen Removed operator!= (defined in Format)
73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)},
74 * {@link #adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status)},
86 * {@link #adoptFormats(Format** formatsToAdopt, int32_t count)},
87 * {@link #setFormats(const Format** newFormats,int32_t count)},
88 * {@link #adoptFormat(int32_t n, Format *newFormat)},
306 class U_I18N_API MessageFormat : public Format {
378 * Clones this Format object polymorphically. The caller owns the
382 virtual Format* clone(void) const;
385 * Returns true if the given Format object
[all...]
H A Dplurfmt.h174 class U_I18N_API PluralFormat : public Format {
420 virtual UBool operator==(const Format& other) const;
429 virtual UBool operator!=(const Format& other) const;
432 * Clones this Format object polymorphically. The caller owns the
436 virtual Format* clone(void) const;
439 * Redeclared Format method.
475 * See Format::parseObject() for more.
H A Dtmutfmt.h15 * \brief C++ API: Format and parse duration in single time unit
50 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
65 * formatted = ((Format*)format)->format(formattable, formatted, status);
67 * ((Format*)format)->parseObject(formatted, result, status);
127 * Clone this Format object polymorphically. The caller owns the result and
132 virtual Format* clone(void) const;
142 * Return true if the given Format objects are semantically equal. Objects
145 * @return true if the given Format objects are semantically equal.
148 virtual UBool operator==(const Format& other) const;
151 * Return true if the given Format object
[all...]
H A Ddtitvfmt.h18 * \brief C++ API: Format and parse date interval in a language-independent manner.
218 class U_I18N_API DateIntervalFormat : public Format {
340 * Clone this Format object polymorphically. The caller owns the result and
345 virtual Format* clone(void) const;
348 * Return true if the given Format objects are semantically equal. Objects
351 * @return true if the given Format objects are semantically equal.
354 virtual UBool operator==(const Format& other) const;
357 * Return true if the given Format objects are not semantically equal.
360 * @return true if the given Format objects are not semantically equal.
363 UBool operator!=(const Format
[all...]
/external/bison/src/
H A Dsystem.h154 #define obstack_fgrow1(Obs, Format, Arg1) \
157 sprintf (buf, Format, Arg1); \
161 #define obstack_fgrow2(Obs, Format, Arg1, Arg2) \
164 sprintf (buf, Format, Arg1, Arg2); \
168 #define obstack_fgrow3(Obs, Format, Arg1, Arg2, Arg3) \
171 sprintf (buf, Format, Arg1, Arg2, Arg3); \
175 #define obstack_fgrow4(Obs, Format, Arg1, Arg2, Arg3, Arg4) \
178 sprintf (buf, Format, Arg1, Arg2, Arg3, Arg4); \
/external/jhead/
H A Dmakernote.c38 int Tag, Format, Components; local
45 Format = Get16u(DirEntry+2);
48 if ((Format-1) >= NUM_FORMATS) {
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
59 ByteCount = Components * BytesPerFormat[Format];
86 switch(Format){
115 PrintFormatNumber(ValuePtr, Format, ByteCount);
126 if (Tag == 4 && Format == FMT_USHORT){
H A Dgpsinfo.c79 int format = GpsTags[i].Format;
97 int format = GpsTags[i].Format;
145 unsigned Tag, Format, Components; local
158 Format = Get16u(DirEntry+2);
161 if ((Format-1) >= NUM_FORMATS) {
163 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
167 ComponentSize = BytesPerFormat[Format];
171 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
209 if (Format != FMT_URATIONAL){
210 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format,
[all...]
H A Dexif.c383 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) argument
388 switch(Format){
404 printf("Unknown format %d:", Format);
420 double ConvertAnyFormat(void * ValuePtr, int Format) argument
425 switch(Format){
454 ErrNonfatal("Illegal format code %d",Format,0);
509 int Tag, Format, Components; local
516 Format = Get16u(DirEntry+2);
519 if ((Format-1) >= NUM_FORMATS) {
521 ErrNonfatal("Illegal number format %d for tag %04x", Format, Ta
[all...]
H A Djhead.h144 int Format; // format of data member in struct:__anon1886
154 int Format; member in struct:__anon1887
155 int DataLength; // Number of elements in Format. -1 means any length.
171 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount);
172 double ConvertAnyFormat(void * ValuePtr, int Format);
/external/webkit/WebKit/chromium/public/
H A DWebClipboard.h44 enum Format { enum in class:WebKit::WebClipboard
57 virtual bool isFormatAvailable(Format, Buffer) = 0;
/external/skia/include/core/
H A DSkMask.h27 enum Format { enum in struct:SkMask
58 Format fFormat;
129 static bool FormatIsLCD(Format fm) {
/external/skia/include/effects/
H A DSkEmbossMaskFilter.h39 virtual SkMask::Format getFormat();
/external/skia/include/images/
H A DSkImageDecoder.h33 enum Format { enum in class:SkImageDecoder
45 /** Return the compressed data's format (see Format enum)
47 virtual Format getFormat() const;
199 Format* format = NULL);
219 Format* format = NULL);
239 Format* format = NULL);
/external/opencore/nodes/pvomxaudiodecnode/src/
H A Dpvmf_omx_audiodec_node.cpp565 PVMFFormatType Format = PVMF_MIME_FORMAT_UNKNOWN; local
568 Format = ((PVMFOMXDecPort*)iInPort)->iFormat;
570 if (Format == PVMF_MIME_MPEG4_AUDIO ||
571 Format == PVMF_MIME_3640 ||
572 Format == PVMF_MIME_LATM ||
573 Format == PVMF_MIME_ADIF ||
574 Format == PVMF_MIME_ASF_MPEG4_AUDIO ||
575 Format == PVMF_MIME_AAC_SIZEHDR) // for testing
580 else if (Format == PVMF_MIME_AMR_IF2 ||
581 Format
1381 PVMFFormatType Format = PVMF_MIME_FORMAT_UNKNOWN; local
1468 PVMFFormatType Format = PVMF_MIME_FORMAT_UNKNOWN; local
[all...]
/external/clearsilver/csharp/
H A Dcsperftest.cs31 h.setValue(String.Format("foo.{0}",i),"5");

Completed in 193 milliseconds

12345