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

1 2 3 4 5 6 7

  /external/chromium_org/v8/test/mjsunit/
whitespaces.js 10 0x0020, // Space SP
11 0x00A0, // No-break space NBSP
21 0x1680, // Ogham Space Mark
25 0x2002, // EN SPACE
26 0x2003, // EM SPACE
27 0x2004, // THREE-PER-EM SPACE
28 0x2005, // FOUR-PER-EM SPACE
29 0x2006, // SIX-PER-EM SPACE
30 0x2007, // FIGURE SPACE
31 0x2008, // PUNCTUATION SPACE
    [all...]
  /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...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
RecapitalizeStatusTests.java 28 private static final int[] SPACE = { Constants.CODE_SPACE };
32 status.start(30, 40, "abcdefghij", Locale.ENGLISH, SPACE);
38 status.start(30, 44, " abcdefghij", Locale.ENGLISH, SPACE);
44 status.start(30, 40, "abcdefgh ", Locale.ENGLISH, SPACE);
50 status.start(30, 45, " abcdefghij ", Locale.ENGLISH, SPACE);
59 status.start(29, 40, "abcd efghij", Locale.ENGLISH, SPACE);
71 status.start(29, 40, "Abcd Efghij", Locale.ENGLISH, SPACE);
83 status.start(29, 40, "ABCD EFGHIJ", Locale.ENGLISH, SPACE);
95 status.start(29, 39, "AbCDefghij", Locale.ENGLISH, SPACE);
109 status.start(29, 40, "Abcd efghij", Locale.ENGLISH, SPACE);
    [all...]
StringAndJsonUtilsTests.java 179 private static final int[] SPACE = { Constants.CODE_SPACE };
186 checkCapitalize("", "", SPACE, Locale.ENGLISH);
187 checkCapitalize("test", "Test", SPACE, Locale.ENGLISH);
188 checkCapitalize(" test", " Test", SPACE, Locale.ENGLISH);
189 checkCapitalize("Test", "Test", SPACE, Locale.ENGLISH);
190 checkCapitalize(" Test", " Test", SPACE, Locale.ENGLISH);
191 checkCapitalize(".Test", ".test", SPACE, Locale.ENGLISH);
198 checkCapitalize("Test And.retest ", "Test And.retest ", SPACE, Locale.ENGLISH);
199 checkCapitalize("Test And.Retest ", "Test And.retest ", SPACE, Locale.ENGLISH);
  /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/icu/icu4c/source/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) {
  /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;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 222 final SpacingAndPunctuations SPACE = new SpacingAndPunctuations(
245 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
248 // tab character instead of space
291 final SpacingAndPunctuations SPACE = new SpacingAndPunctuations(
307 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
319 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
332 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
344 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
356 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
368 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN)
    [all...]
  /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/proguard/build/
makefile 20 SPACE:=$(NOTHING) $(NOTHING)
21 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
  /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):

Completed in 1578 milliseconds

1 2 3 4 5 6 7