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

1 2 3 4 5

  /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...]
  /external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp 31 static const UChar SPACE = 32; // ' '
40 fInsertion(SPACE) {
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...]
dtitv_impl.h 31 #define SPACE ((UChar)0x0020)
selfmtimpl.h 37 #define SPACE ((UChar)0x0020)
  /external/icu/icu4c/source/i18n/
brktrans.cpp 31 static const UChar SPACE = 32; // ' '
40 fInsertion(SPACE) {
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...]
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 100 * the space key.
103 SPACE: 0x100,
116 'Space': 0x100 },
306 if (dotsToSend & this.SPACE) {
307 if (dotsToSend != this.SPACE) {
308 // Can't combine space and actual dot keys.
311 // Space is sent as a blank cell.
  /external/chromium_org/third_party/icu/source/common/
util.cpp 21 static const UChar SPACE = 0x0020; // ' '
125 * Skip over a sequence of zero or more white space characters at pos.
126 * @param advance if true, advance pos to the first non-white-space
129 * @return the index of the first non-white-space character at or
348 if (c == SPACE) {
417 /* "white space" in the sense of ICU rule parsers
  /external/icu/icu4c/source/common/
util.cpp 22 static const UChar SPACE = 0x0020; // ' '
126 * Skip over a sequence of zero or more white space characters at pos.
127 * @param advance if true, advance pos to the first non-white-space
130 * @return the index of the first non-white-space character at or
344 if (c == SPACE) {
  /external/proguard/build/
makefile 20 SPACE:=$(NOTHING) $(NOTHING)
21 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
  /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/icu/source/tools/genrb/
read.c 30 #define SPACE 0x0020
61 space. */
114 intervening space. Otherwise a single SPACE character is
150 ustr_ucat(token, SPACE, status);
211 ustr_ucat(token, SPACE, status);
  /external/chromium_org/v8/
Makefile 371 SPACE = $(EMPTY) $(EMPTY)
372 quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
  /external/icu/icu4c/source/tools/genrb/
read.c 31 #define SPACE 0x0020
62 space. */
116 intervening space. Otherwise a single SPACE character is
152 ustr_ucat(token, SPACE, status);
213 ustr_ucat(token, SPACE, status);
  /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);
  /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.
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /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.
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 479 SPACE := $(NULL) # one space after NULL is required
481 CHROME_PATH_ESCAPE := $(subst $(SPACE),\ ,$(CHROME_PATH))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 64 SPACE = 282,
102 #define SPACE 282
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 294 #define SPACE() \
484 SPACE();
525 SPACE();
544 SPACE();
547 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):
  /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;

Completed in 700 milliseconds

1 2 3 4 5