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

12 3 4 5

  /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/icu/icu4c/source/i18n/
dtitv_impl.h 31 #define SPACE ((UChar)0x0020)
selfmtimpl.h 32 #define SPACE ((UChar)0x0020)
tmutfmt.cpp 25 #define SPACE ((UChar)0x0020)
67 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
68 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
69 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
70 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
71 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
72 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
73 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
dtptngen_impl.h 32 #define SPACE ((UChar)0x0020)
plurrule_impl.h 39 static const UChar SPACE = ((UChar)0x0020);
rbnf.cpp 287 SPACE = 0x0020
319 if (*list == SPACE && PatternProps::isWhiteSpace(c)) return TRUE;
348 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
    [all...]
  /external/lldb/test/pexpect-2.4/
screen.py 28 SPACE = chr(32) # Space or blank character.
60 self.w = [ [SPACE] * self.cols for c in range(self.rows)]
85 def fill (self, ch=SPACE):
89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 294 #define SPACE() \
484 SPACE();
525 SPACE();
544 SPACE();
547 SPACE();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
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);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 137 /** The space string constant. */
138 private static final String SPACE = " ";
539 utterance.append(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...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen_impl.h 32 #define SPACE ((UChar)0x0020)
plurrule_impl.h 36 #define SPACE ((UChar)0x0020)
rbnf.cpp 286 SPACE = 0x0020
318 if (*list == SPACE && uprv_isRuleWhiteSpace(c)) return TRUE;
345 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
    [all...]
tmutfmt.cpp 22 #define SPACE ((UChar)0x0020)
64 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
65 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
66 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
67 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
68 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
69 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
70 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 45 #define SPACE 0x0020
340 /* We allocate more space than actually required
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
478 /* We allocate more space than actually required
    [all...]
wrtxml.cpp 352 #define SPACE 0x0020
370 case SPACE:
1002 const char* fileStart = "<file xml:space = \"preserve\" source-language = \"";
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 62 #define SPACE 0x0020
359 /* We allocate more space than actually required
409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
497 /* We allocate more space than actually required
    [all...]
wrtxml.cpp 364 #define SPACE 0x0020
382 case SPACE:
1011 const char* fileStart = "<file xml:space = \"preserve\" source-language = \"";
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 46 /** A space character */
47 private static final char[] SPACE = {' '};
217 if (chars[0] == SPACE[0] || chars[0] == '\u0009') {
218 /* if the character is a space, commit the composing text */
223 /* if the character is a separator, remove an auto-inserted space and commit the composing text. */
681 insertCharToComposingText(SPACE);
880 * @param withSpace Append a space after the word if {@code true}.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/
scsi.h 44 #define SPACE 0x11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
scsi.h 44 #define SPACE 0x11
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c 85 #define SPACE 0x20
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 

Completed in 1120 milliseconds

12 3 4 5