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

12 3 4

  /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/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...]
  /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);
  /external/icu4c/i18n/
plurrule_impl.h 33 #define SPACE ((UChar)0x0020)
dtptngen_impl.h 32 #define SPACE ((UChar)0x0020)
rbnf.cpp 284 SPACE = 0x0020
316 if (*list == SPACE && PatternProps::isWhiteSpace(c)) return TRUE;
343 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
    [all...]
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};
    [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/icu4c/tools/genrb/
parse.cpp 43 #define SPACE 0x0020
337 /* We allocate more space than actually required
387 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
475 /* We allocate more space than actually required
    [all...]
wrtxml.cpp 354 #define SPACE 0x0020
372 case SPACE:
1001 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 44 #define SPACE 0x11
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 44 #define SPACE 0x11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 
  /external/icu4c/common/
ucnv2022.cpp 87 #define SPACE 0x20
    [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 37 infringing on user name space. This should be done even for local
41 USER NAME SPACE" below. */
276 SPACE = 282,
314 #define SPACE 282
393 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
405 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
448 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
452 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
458 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
486 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
3767 token_t *space; local
    [all...]

Completed in 631 milliseconds

12 3 4