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

1234567891011>>

/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
39 /* Format class implementation ---------------------------------------------- */
49 // class Format
66 Format::Format() function in class:Format
74 Format::~Format()
81 Format::Format(const Format function in class:Format
[all...]
/external/icu4c/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
H A Dselfmt.h183 class U_I18N_API SelectFormat : public Format {
222 using Format::format;
257 virtual UBool operator==(const Format& other) const;
266 virtual UBool operator!=(const Format& other) const;
269 * Clones this Format object polymorphically. The caller owns the
273 virtual Format* clone(void) const;
276 * Format an object to produce a string.
315 * See Format::parseObject() for more.
H A Dmsgfmt.h13 * 07/22/98 stephen Removed operator!= (defined in Format)
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
75 * Format object is created, cached and used.
81 * <p>After construction, a custom Format object can be set for
97 * (or using a custom Format object if one was set).
148 * a <code>Format</code> instance for the format element. The following
149 * table shows how the values map to Format instances. Combinations not
151 * be a valid pattern string for the Format subclass used.
157 * <th>resulting Format object
318 class U_I18N_API MessageFormat : public Format {
[all...]
H A Dmeasfmt.h37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java31 import org.jf.dexlib.Code.Format.Format;
37 NOP((byte)0x00, "nop", ReferenceType.none, Format.Format10x, Opcode.CAN_CONTINUE),
38 MOVE((byte)0x01, "move", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_FROM16((byte)0x02, "move/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_16((byte)0x03, "move/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
41 MOVE_WIDE((byte)0x04, "move-wide", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
42 MOVE_WIDE_FROM16((byte)0x05, "move-wide/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
43 MOVE_WIDE_16((byte)0x06, "move-wide/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
44 MOVE_OBJECT((byte)0x07, "move-object", ReferenceType.none, Format
[all...]
H A DInstruction.java31 import org.jf.dexlib.Code.Format.Format;
51 public abstract Format getFormat();
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h49 enum Format { RGBA8, BGRA8 }; enum in class:WebCore::Texture
50 static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height);
54 Format format() const { return m_format; }
57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int width, int height, int maxTextureSize);
59 Format m_format;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DUnresolvedOdexInstruction.java29 package org.jf.dexlib.Code.Format;
59 public Format getFormat() {
60 return Format.UnresolvedOdexInstruction;
H A DInstruction10x.java29 package org.jf.dexlib.Code.Format;
55 public Format getFormat() {
56 return Format.Format10x;
/external/skia/src/core/
H A DSkBlitMask.h54 static ColorProc ColorFactory(SkBitmap::Config, SkMask::Format, SkColor);
60 static ColorProc PlatformColorProcs(SkBitmap::Config, SkMask::Format, SkColor);
81 static RowProc RowFactory(SkBitmap::Config, SkMask::Format, RowFlags);
87 static RowProc PlatformRowProcs(SkBitmap::Config, SkMask::Format, RowFlags);
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h20 struct Format { struct in class:GrGLStencilBuffer
30 const Format& format)
44 const Format& format() const { return fFormat; }
52 Format fFormat;
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidImageInfo.java7 import com.jme3.texture.Image.Format;
23 protected Format format;
45 public Format getFormat(){
69 format = Image.Format.Alpha8;
72 format = Image.Format.ARGB4444;
75 format = Image.Format.RGBA8;
78 format = Image.Format.RGB565;
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h57 // Format key for constructor
58 enum Format { enum in class:google::protobuf::io::GzipInputStream
72 Format format = AUTO,
91 Format format_;
111 // Format key for constructor
112 enum Format { enum in class:google::protobuf::io::GzipOutputStream
122 Format format;
150 Format format,
/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.c77 int format = GpsTags[i].Format;
95 int format = GpsTags[i].Format;
143 unsigned Tag, Format, Components; local
156 Format = Get16u(DirEntry+2);
159 if ((Format-1) >= NUM_FORMATS) {
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
165 ComponentSize = BytesPerFormat[Format];
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
207 if (Format != FMT_URATIONAL){
208 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format,
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_none.cpp32 SkMask::Format maskFormat,
42 SkMask::Format maskFormat,
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DUnresolvedOdexInstructionMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.UnresolvedOdexInstruction;
/external/webkit/Source/WebKit/chromium/public/
H A DWebVideoFrame.h40 enum Format { enum in class:WebKit::WebVideoFrame
60 virtual Format format() const = 0;

Completed in 427 milliseconds

1234567891011>>