HomeSort by relevance Sort by last modified time
    Searched refs:SPACE (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/v8/test/webkit/
string-trim.js 43 {s : '\u0020', t : 'SPACE'},
44 {s : '\u00A0', t : 'NO-BREAK SPACE'},
47 {s : '\u2002', t : 'EN SPACE'},
48 {s : '\u2003', t : 'EM SPACE'},
49 {s : '\u2004', t : 'THREE-PER-EM SPACE'},
50 {s : '\u2005', t : 'FOUR-PER-EM SPACE'},
51 {s : '\u2006', t : 'SIX-PER-EM SPACE'},
52 {s : '\u2007', t : 'FIGURE SPACE'},
53 {s : '\u2008', t : 'PUNCTUATION SPACE'},
54 {s : '\u2009', t : 'THIN SPACE'},
    [all...]
  /external/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 53 {s : '\u0020', t : 'SPACE'},
54 {s : '\u00A0', t : 'NO-BREAK SPACE'},
57 {s : '\u2002', t : 'EN SPACE'},
58 {s : '\u2003', t : 'EM SPACE'},
59 {s : '\u2004', t : 'THREE-PER-EM SPACE'},
60 {s : '\u2005', t : 'FOUR-PER-EM SPACE'},
61 {s : '\u2006', t : 'SIX-PER-EM SPACE'},
62 {s : '\u2007', t : 'FIGURE SPACE'},
63 {s : '\u2008', t : 'PUNCTUATION SPACE'},
64 {s : '\u2009', t : 'THIN SPACE'},
    [all...]
  /external/v8/test/mjsunit/third_party/
string-trim.js 53 {s : '\u0020', t : 'SPACE'},
54 {s : '\u00A0', t : 'NO-BREAK SPACE'},
57 {s : '\u2002', t : 'EN SPACE'},
58 {s : '\u2003', t : 'EM SPACE'},
59 {s : '\u2004', t : 'THREE-PER-EM SPACE'},
60 {s : '\u2005', t : 'FOUR-PER-EM SPACE'},
61 {s : '\u2006', t : 'SIX-PER-EM SPACE'},
62 {s : '\u2007', t : 'FIGURE SPACE'},
63 {s : '\u2008', t : 'PUNCTUATION SPACE'},
64 {s : '\u2009', t : 'THIN SPACE'},
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t027eof.py 17 assert tok.type == self.lexerModule.SPACE, tok
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 64 SPACE = 282,
102 #define SPACE 282
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 78 private static final String SPACE = " ";
123 if (hasCountry) builder.append(SPACE);
136 if (hasRegion) builder.append(SPACE);
140 if (hasRegion || hasCity) builder.append(SPACE);
153 if (hasStreet) builder.append(SPACE);
206 if (hasCity) builder.append(COMMA + SPACE);
210 if (hasCity || hasRegion) builder.append(SPACE);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
nuances.rb 39 SPACE: ' ';
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.cpp 31 static const UChar SPACE = 32; // ' '
119 ++maxLen; // allow for temporary trailing space
159 // to a single space. If closeDelimiter is found, exit
163 // Convert \s+ => SPACE. This assumes there are no
164 // runs of >1 space characters in names.
168 name.charAt(name.length()-1) != SPACE) {
169 name.append(SPACE);
171 // temporary trailing space, so use '>'.
182 // Delete trailing space, if any
184 name.charAt(len-1) == SPACE) {
    [all...]
brktrans.cpp 31 static const UChar SPACE = 32; // ' '
40 fInsertion(SPACE) {
dtitv_impl.h 31 #define SPACE ((UChar)0x0020)
  /external/icu4c/i18n/
name2uni.cpp 33 static const UChar SPACE = 32; // ' '
121 ++maxLen; // allow for temporary trailing space
161 // to a single space. If closeDelimiter is found, exit
165 // Convert \s+ => SPACE. This assumes there are no
166 // runs of >1 space characters in names.
170 name.charAt(name.length()-1) != SPACE) {
171 name.append(SPACE);
173 // temporary trailing space, so use '>'.
184 // Delete trailing space, if any
186 name.charAt(len-1) == SPACE) {
    [all...]
brktrans.cpp 31 static const UChar SPACE = 32; // ' '
40 fInsertion(SPACE) {
dtitv_impl.h 31 #define SPACE ((UChar)0x0020)
  /external/openssh/regress/
sftp-glob.sh 50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
65 sftp_ls "${DIR}/g-q\\ space" "escaped space" "g-q space" ""
66 sftp_ls "'${DIR}/g-q space'" "quoted space" "g-q space" ""
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 33 private static final int SPACE = 5;
116 int x = clientArea.x + imageBounds.width + SPACE;
136 int width = imageBounds.width + SPACE + textExtent.x;
  /external/guava/guava/src/com/google/common/base/
Ascii.java 123 * the printing position one printing space backward on the same
365 * Space: A normally non-printing graphic character used to
379 public static final byte SPACE = 32;
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
165 %type <ival> expression INTEGER operator SPACE integer_constant
550 | SPACE {
551 $$ = _token_create_ival (parser, SPACE, SPACE);
807 if (token->type != SPACE)
873 while (n != NULL && n->token->type == SPACE)
901 if (node_a->token->type == SPACE) {
906 if (node_b->token->type == SPACE) {
957 case SPACE
    [all...]
glcpp-lex.l 72 SPACE [[:space:]]
73 NONSPACE [^[:space:]]
87 OTHER [^][_#[:space:]#a-zA-Z0-9(){}.&*~!/%<>^|;,=+-]
120 return SPACE;
286 return SPACE;
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
165 %type <ival> expression INTEGER operator SPACE integer_constant
550 | SPACE {
551 $$ = _token_create_ival (parser, SPACE, SPACE);
807 if (token->type != SPACE)
873 while (n != NULL && n->token->type == SPACE)
901 if (node_a->token->type == SPACE) {
906 if (node_b->token->type == SPACE) {
957 case SPACE
    [all...]
glcpp-lex.l 72 SPACE [[:space:]]
73 NONSPACE [^[:space:]]
87 OTHER [^][_#[:space:]#a-zA-Z0-9(){}.&*~!/%<>^|;,=+-]
120 return SPACE;
286 return SPACE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 18 SPACE = ' '
240 returnlist = [(SPACE.join(self.commentlist), plist[0])]
248 returnlist = [(SPACE.join(self.commentlist), addrspec)]
268 returnlist = [(SPACE.join(plist) + ' (' +
271 returnlist = [(SPACE.join(plist), routeaddr)]
275 returnlist = [(SPACE.join(self.commentlist), plist[0])]
434 runs of continuous whitespace into one space.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 18 SPACE = ' '
240 returnlist = [(SPACE.join(self.commentlist), plist[0])]
248 returnlist = [(SPACE.join(self.commentlist), addrspec)]
268 returnlist = [(SPACE.join(plist) + ' (' +
271 returnlist = [(SPACE.join(plist), routeaddr)]
275 returnlist = [(SPACE.join(self.commentlist), plist[0])]
434 runs of continuous whitespace into one space.
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 74 private static byte SPACE = 32;
85 PRINTABLE_CHARS.set(SPACE);
  /external/chromium_org/third_party/pexpect/
screen.py 44 SPACE = chr(32) # Space or blank character.
76 self.w = [ [SPACE] * self.cols for c in range(self.rows)]
101 def fill (self, ch=SPACE):
105 def fill_region (self, rs,cs, re,ce, ch=SPACE):
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CsvUtils.java 53 * flag is specified, these methods add an extra space just after the comma separator. Note that
61 private static final char SPACE = ' ';
72 * Find the first non-space character in the text.
76 * @return the index of the first occurrence of the non-space character in the
86 while (index < length && text.charAt(index) == SPACE) {
93 * Find the last non-space character in the text.
98 * points a non-space character.
99 * @return the index of the last occurrence of the non-space character in the
110 while (index > toIndex && text.charAt(index - 1) == SPACE) {
282 * space after each comma separator. {@link #JOIN_FLAGS_ALWAYS_QUOTED} will always ad
    [all...]

Completed in 500 milliseconds

1 2 3 4 5 6