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

1234567891011>>

/external/chromium_org/third_party/icu/source/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/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
53 // class Format
70 Format::Format() function in class:Format
78 Format::~Format()
85 Format::Format(const Format function in class:Format
[all...]
/external/icu4c/data/brkitr/
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...]
H A Dword.txt31 $Format = [\p{Word_Break = Format}];
61 # Rules 4 Ignore Format and Extend characters,
65 $KatakanaEx = $Katakana ($Extend | $Format)*;
66 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
67 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
68 $MidLetterEx = $MidLetter ($Extend | $Format)*;
69 $MidNumEx = $MidNum ($Extend | $Format)*;
70 $NumericEx = $Numeric ($Extend | $Format)*;
71 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
[all...]
H A Dword_POSIX.txt31 $Format = [\p{Word_Break = Format}];
61 # Rules 4 Ignore Format and Extend characters,
65 $KatakanaEx = $Katakana ($Extend | $Format)*;
66 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
67 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
68 $MidLetterEx = $MidLetter ($Extend | $Format)*;
69 $MidNumEx = $MidNum ($Extend | $Format)*;
70 $NumericEx = $Numeric ($Extend | $Format)*;
71 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
[all...]
/external/chromium_org/third_party/icu/source/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.h184 class U_I18N_API SelectFormat : public Format {
223 using Format::format;
258 virtual UBool operator==(const Format& other) const;
267 virtual UBool operator!=(const Format& other) const;
270 * Clones this Format object polymorphically. The caller owns the
274 virtual Format* clone(void) const;
277 * Format an object to produce a string.
316 * See Format::parseObject() for more.
/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.
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstructionWithJumboVariant.java32 package 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/chromium_org/third_party/skia/src/opts/
H A DSkBlitMask_opts_none.cpp5 SkMask::Format maskFormat,
15 SkMask::Format maskFormat,
/external/skia/src/opts/
H A DSkBlitMask_opts_none.cpp5 SkMask::Format maskFormat,
15 SkMask::Format maskFormat,
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java31 import org.jf.dexlib.Code.Format.Format;
37 NOP((short)0x00, "nop", ReferenceType.none, Format.Format10x, Opcode.CAN_CONTINUE),
38 MOVE((short)0x01, "move", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_FROM16((short)0x02, "move/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_16((short)0x03, "move/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
41 MOVE_WIDE((short)0x04, "move-wide", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
42 MOVE_WIDE_FROM16((short)0x05, "move-wide/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
43 MOVE_WIDE_16((short)0x06, "move-wide/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
44 MOVE_OBJECT((short)0x07, "move-object", ReferenceType.none, Format
[all...]
H A DInstruction.java31 import org.jf.dexlib.Code.Format.Format;
51 public abstract Format getFormat();
/external/chromium_org/cc/resources/
H A Dplatform_color.h24 static SourceDataFormat Format() { function in class:cc::PlatformColor
30 switch (Format()) {
43 switch (Format()) {
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h19 struct Format { struct in class:GrGLStencilBuffer
31 const Format& format)
45 const Format& format() const { return fFormat; }
53 Format fFormat;
/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.h19 struct Format { struct in class:GrGLStencilBuffer
31 const Format& format)
45 const Format& format() const { return fFormat; }
53 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/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp45 cl::opt<YAMLObjectFormat> Format(
63 if (Format == YOF_COFF) {
65 } else if (Format == YOF_ELF) {
/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,

Completed in 578 milliseconds

1234567891011>>