/external/icu4c/data/brkitr/ |
word_ja.txt | 31 $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...] |
word.txt | 31 $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...] |
word_POSIX.txt | 31 $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...] |
sent.txt | 20 $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...] |
sent_el.txt | 20 $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/ |
format.cpp | 7 * File FORMAT.CPP 19 // This file was generated from the java source file Format.java 37 /* Format class implementation ---------------------------------------------- */ 41 #include "unicode/format.h" 47 // class Format 64 Format::Format() 72 Format::~Format() 79 Format::Format(const Format &that 101 Format::format(const Formattable& obj, function in class:Format [all...] |
currfmt.h | 56 * Override Format API. 58 virtual UBool operator==(const Format& other) const; 61 * Override Format API. 63 virtual Format* clone() const; 66 * Override Format API. 68 virtual UnicodeString& format(const Formattable& obj, 74 * Override Format API. 81 * Override Format API.
|
/external/icu4c/i18n/unicode/ |
format.h | 7 * File FORMAT.H 18 // This file was generated from the java source file Format.java 55 * Many of the concrete subclasses of Format employ the notion of 59 * "$#,##0.00;($#,##0.00)", which is a common US English format for 65 * is not inherent to Format classes in general, and is not part of 70 * NumberFormat which allows the user to format different number ranges 73 * MessageFormat is a formatter which utilizes other Format objects to 74 * format a string containing with multiple values. For instance, 81 * the Format cannot format the type of object, otherwise if there i [all...] |
measfmt.h | 18 #include "unicode/format.h" 31 * <p>To format or parse a measure object, first create a formatter 33 * object's format and parse methods. 37 * @see Format 41 class U_I18N_API MeasureFormat : public Format {
|
msgfmt.h | 12 * 07/22/98 stephen Removed operator!= (defined in Format) 29 #include "unicode/format.h" 73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)}, 74 * {@link #adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status)}, 75 * {@link #format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection, UErrorCode& success)}, 76 * {@link #format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo,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)} 942 MessageFormat::format(const Formattable& obj, function in class:MessageFormat [all...] |
tmutfmt.h | 15 * \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. 58 * // create time unit format instance 59 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status); 60 * // format a time unit amount 65 * formatted = ((Format*)format)->format(formattable, formatted, status); 67 * ((Format*)format)->parseObject(formatted, result, status) [all...] |
plurfmt.h | 79 * <code>applyPattern()</code> method. The <code>format()</code> 106 * format patterns. <code>PluralFormat</code> preserves these so that you 110 * automatically evaluate the resulting format pattern.<br/> 112 * in message texts to define a nested format pattern.<br/> 117 * <code>format()</code> method. It will be formatted using a 135 * msgFmt->format(args1, 1, result, ignore, status); 138 * msgFmt->format(args2, 1, result, ignore, status); 148 * If you use plural format strings with <code>MessageFormat</code> and want 153 * "<code>'</code>" in the number format pattern. Since 163 * constructor, this locale will be used to format the number in the messag [all...] |
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
FormatFieldTest.java | 27 import java.text.Format; 30 @TestTargetClass(Format.Field.class) 32 private class MockFormatField extends Format.Field { 42 * @tests java.text.Format.Field#FormatField(java.lang.String) Test of 43 * method java.text.Format.Field#FormatField(java.lang.String).
|
FormatTest.java | 29 import java.text.Format; 34 @TestTargetClass(Format.class) 36 private class MockFormat extends Format { 38 public StringBuffer format(Object obj, StringBuffer toAppendTo, method in class:FormatTest.MockFormat 53 * @tests java.text.Format#format(Object) Test of method 54 * java.text.Format#format(Object). 59 method = "Format", 71 * @tests java.text.Format#clone() Test of method java.text.Format#clone() [all...] |
/external/bison/src/ |
system.h | 101 /* The __-protected variants of `format' and `printf' attributes 104 # define __format__ format 154 #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); [all...] |
/external/jhead/ |
makernote.c | 8 // Process exif format directory, as used by Cannon maker note 38 int Tag, Format, Components; 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) [all...] |
gpsinfo.c | 79 int format = GpsTags[i].Format; local 80 if (format == 0) { 81 printf("tag %s format not defined", GpsTags[i].Desc); 97 int format = GpsTags[i].Format; local 98 if (format == 0) { 99 printf("tag %s format not defined", GpsTags[i].Desc); 102 return format; 145 unsigned Tag, Format, Components [all...] |
/external/webkit/WebKit/chromium/public/ |
WebClipboard.h | 44 enum Format { 57 virtual bool isFormatAvailable(Format, Buffer) = 0;
|
/dalvik/libcore/text/src/main/java/java/text/ |
FieldPosition.java | 22 * to the format method with such a parameter, then the indices will be set to 26 * various format classes (for example {@code NumberFormat.INTEGER_FIELD}) or 27 * one of the fields of type {@code Format.Field}. 36 private Format.Field myAttribute; 55 public FieldPosition(Format.Field attribute) { 69 public FieldPosition(Format.Field attribute, int field) { 131 public Format.Field getFieldAttribute() {
|
Format.java | 42 * Many of the concrete subclasses of {@code Format} employ the notion of a 46 * common US English format for currency values, yielding strings such as 49 * patterns, the notion of a pattern is not inherent to {@code Format} classes 54 * {@code NumberFormat} which allows the user to format different number ranges 57 * is a formatter which utilizes other {@code Format} objects to format a string 64 public abstract class Format implements Serializable, Cloneable { 69 * Constructs a new {@code Format} instance. 71 public Format() { 75 * Returns a copy of this {@code Format} instance 132 public final String format(Object object) { method in class:Format 157 public abstract StringBuffer format(Object object, StringBuffer buffer, method in class:Format [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
DeclareStyleableInfo.java | 39 public enum Format { 52 /** Formats of the attribute. Cannot be null. Should have at least one format. */ 53 private Format[] mFormats; 66 * Should have at least one format. 68 public AttributeInfo(String name, Format[] formats) { 76 * Should have at least one format. 79 public AttributeInfo(String name, Format[] formats, String javadoc) { 99 * Should have at least one format. */ 100 public Format[] getFormats() {
|
/external/skia/include/core/ |
SkMask.h | 24 the 3-channel 3D format. These are passed to SkMaskFilter objects. 27 enum Format { 58 Format fFormat; 129 static bool FormatIsLCD(Format fm) {
|
SkMaskFilter.h | 44 /** Returns the format of the resulting mask that this subclass will return 47 virtual SkMask::Format getFormat() = 0;
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragment.java | 81 public enum Format { 88 Format(int id) { 95 Format format; field in class:ProgramFragment.Builder.Slot 96 Slot(EnvMode _env, Format _fmt) { 98 format = _fmt; 109 public void setTexture(EnvMode env, Format fmt, int slot) 126 tmp[1] = mSlots[0].format.mID; 130 tmp[3] = mSlots[1].format.mID;
|
/external/skia/include/effects/ |
SkEmbossMaskFilter.h | 39 virtual SkMask::Format getFormat();
|