HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 51 - 75 of 2854) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg 24 :{int |tree_for_<it.label.text> = nil}; separator="\n">
26 :{int |stream_<it> = ANTLR3::AST::RewriteRule<rewriteElementType>Stream.new( @adaptor, "token <it>" )}; separator="\n">
28 :{int |stream_<it> = ANTLR3::AST::RewriteRuleSubtreeStream.new( @adaptor, "rule <it>" )}; separator="\n">
90 # elements: <referencedElementsDeep; separator=", ">
91 # token labels: <referencedTokenLabels; separator=", ">
92 # rule labels: <referencedRuleLabels; separator=", ">
93 # token list labels: <referencedTokenListLabels; separator=", ">
94 # rule list labels: <referencedRuleListLabels; separator=", ">
95 # wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", ">
102 <rest(alts):{a| els<rewriteAltRest(a)>}; anchor, separator="\n\n"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 33 * decimal-separator %char; "."
34 * grouping-separator %char; ","
42 * pattern-separator %char; ";"
132 * Set the "decimal-separator" attribute.
133 * decimal-separator specifies the character used for the decimal sign;
136 * @param ds Character to set as decimal separator
144 * Get the "decimal-separator" attribute.
145 * decimal-separator specifies the character used for the decimal sign;
148 * @return the character to use as decimal separator
156 * Set the "grouping-separator" attribute
    [all...]
  /external/chromium/webkit/glue/
webmenuitem.h 20 SEPARATOR = WebKit::WebMenuItemInfo::Separator,
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion.cc 28 // ctrl-^ maps to \x1E (Record separator, Information separator two)
31 // ctrl-_ maps to \x1F (Unit separator, Information separator one)
43 // ctrl-\ maps to \x1C (File separator, Information separator four)
46 // ctrl-] maps to \x1D (Group separator, Information separator three)
  /external/sonivox/docs/JET_Programming_Manual_files/
header.htm 19 <div style='mso-element:footnote-separator' id=fs>
21 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
29 <div style='mso-element:footnote-continuation-separator' id=fcs>
31 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
39 <div style='mso-element:endnote-separator' id=es>
41 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
49 <div style='mso-element:endnote-continuation-separator' id=ecs>
51 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
  /frameworks/compile/slang/
os_sep.h 21 /* Define the default path separator for the platform. */
27 /* Define the default path separator for the platform. */
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/swingui/
gunit.stg 14 <it.testCases: testCase(); separator="\n\n">
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1711.js 28 // string.split needs to evaluate the separator's toString even if limit
32 var separator = new Object(); class
33 separator.toString = function() {
37 'subject'.split(separator, 0);
  /external/v8/test/mjsunit/regress/
regress-1711.js 28 // string.split needs to evaluate the separator's toString even if limit
32 var separator = new Object(); class
33 separator.toString = function() {
37 'subject'.split(separator, 0);
  /frameworks/base/core/java/android/widget/
ListAdapter.java 32 * clickable (there is no separator.)
41 * Returns true if the item at the specified position is not a separator.
42 * (A separator is a non-selectable, non-clickable item).
49 * @return True if the item is not a separator
  /external/chromium_org/base/strings/
string_util_constants.cc 19 0x180E, /* Mongolian Vowel Separator */ \
32 0x2028, /* Line Separator */ \
33 0x2029, /* Paragraph Separator */ \
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.h 15 // To insert a separator before this item set |has_leading_separator|.
28 // Returns true if a separator should be inserted before this item.
46 // True if the item has a separator in front of it.
  /external/chromium_org/third_party/icu/source/common/
ucat.c 16 /* Separator between set_num and msg_num */
17 static const char SEPARATOR = '%';
32 buffer[i++] = SEPARATOR;
  /external/icu4c/common/
ucat.c 16 /* Separator between set_num and msg_num */
17 static const char SEPARATOR = '%';
32 buffer[i++] = SEPARATOR;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 175 ruleDescriptor.wildcardTreeListLabels]:{it | <ASTLabelType> *<it.label.text>_tree=nil;}; separator="\n">
176 <ruleDescriptor.tokenListLabels:{it | <ASTLabelType> *<it.label.text>_tree = nil;}; separator="\n">
179 description:@"token <it>"] retain];}; separator="\n">
182 description:@"rule <it>"] retain];}; separator="\n">
188 <[ruleDescriptor.allTokenRefsInAltsWithRewrites,ruleDescriptor.allRuleRefsInAltsWithRewrites]:{it | [stream_<it> release];}; separator="\n">
206 <referencedTokenLabels:{it | [stream_<it> release];}; separator="\n">
207 <referencedTokenListLabels:{it | [stream_<it> release];}; separator="\n">
208 <referencedRuleLabels:{it | [stream_<it> release];}; separator="\n">
209 <referencedRuleListLabels:{it | [stream_<it> release];}; separator="\n">
303 // elements: <referencedElementsDeep; separator=", "
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 42 public StringTokenizer( string str, string separator )
43 : this( str, separator, false )
46 public StringTokenizer( string str, string separator, bool returnDelims )
48 _tokens = str.Split( separator.ToCharArray(), StringSplitOptions.None );
51 char[] delims = separator.ToCharArray();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 43 public StringTokenizer( string str, string separator )
44 : this( str, separator, false )
47 public StringTokenizer( string str, string separator, bool returnDelims )
49 _tokens = str.Split( separator.ToCharArray(), StringSplitOptions.None );
52 char[] delims = separator.ToCharArray();
  /external/guava/guava/src/com/google/common/base/
Joiner.java 36 * {@link Map}) with a separator. It either appends the results to an {@link Appendable} or returns
65 * Returns a joiner which automatically places {@code separator} between consecutive elements.
67 public static Joiner on(String separator) {
68 return new Joiner(separator);
72 * Returns a joiner which automatically places {@code separator} between consecutive elements.
74 public static Joiner on(char separator) {
75 return new Joiner(String.valueOf(separator));
78 private final String separator; field in class:Joiner
80 private Joiner(String separator) {
81 this.separator = checkNotNull(separator)
    [all...]
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 205 istream&, SparseTupleWeight<W, K>&, char separator);
209 char separator, char open_paren, char close_paren);
338 char separator = FLAGS_fst_weight_separator[0]; local
353 strm << separator; local
357 strm << separator; local
361 strm << separator; local
363 strm << separator; local
379 char separator = FLAGS_fst_weight_separator[0]; local
388 strm, w, separator, FLAGS_fst_weight_parentheses[0],
391 return SparseTupleWeight<W, K>::ReadNoParen(strm, w, separator);
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
86 // On Windows platform, uses \ as the separator rather than /.
94 // On Windows, uses \ as the separator rather than /.
113 // If input name has a trailing separator character, removes it and returns
115 // On Windows platform, uses \ as the separator, other platforms use /.
123 // On Windows platform, '\' is the path separator, otherwise it is '/'.
131 // On Windows platform, '\' is the path separator, otherwise it is '/'.
143 // not represent a directory (that is, it doesn't end with a path separator).
160 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/gtest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]

Completed in 724 milliseconds

1 23 4 5 6 7 8 91011>>