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

1 2

  /external/icu4c/i18n/
brktrans.cpp 31 static const UChar SPACE = 32; // ' '
40 fInsertion(SPACE) {
name2uni.cpp 32 static const UChar SPACE = 32; // ' '
120 ++maxLen; // allow for temporary trailing space
160 // to a single space. If closeDelimiter is found, exit
164 // Convert \s+ => SPACE. This assumes there are no
165 // runs of >1 space characters in names.
169 name.charAt(name.length()-1) != SPACE) {
170 name.append(SPACE);
172 // temporary trailing space, so use '>'.
183 // Delete trailing space, if any
185 name.charAt(len-1) == SPACE) {
    [all...]
dtitv_impl.h 31 #define SPACE ((UChar)0x0020)
selfmtimpl.h 32 #define SPACE ((UChar)0x0020)
plurrule_impl.h 33 #define SPACE ((UChar)0x0020)
dtptngen_impl.h 32 #define SPACE ((UChar)0x0020)
rbnf.cpp 286 SPACE = 0x0020
318 if (*list == SPACE && PatternProps::isWhiteSpace(c)) return TRUE;
345 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
    [all...]
tmutfmt.cpp 23 #define SPACE ((UChar)0x0020)
65 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
66 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
67 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
68 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
69 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
70 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
71 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
    [all...]
  /external/icu4c/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/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 74 private static byte SPACE = 32;
85 PRINTABLE_CHARS.set(SPACE);
  /external/icu4c/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);
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...]
  /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/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/mesa3d/src/glsl/glcpp/
glcpp-parse.h 62 SPACE = 279,
  /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/native/jni/src/
unigram_dictionary.cpp 313 static const char SPACE = ' ';
551 outputWord[tempOutputWordLength] = SPACE;
613 AKLOGI("Do missing space correction");
616 // Missing space
622 false /* missing space */, freqArray, wordLengthArray, outputWord, 0)
630 // Mistyped space
645 AKLOGI("Do mistyped space correction");
650 true /* mistyped space */, freqArray, wordLengthArray, outputWord, 0);
    [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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 58 public static final String SPACE = "Space"; //$NON-NLS-1$
160 /** The default prefix used for the {@link #ANDROID_URI} name space */
162 /** The default prefix used for the {@link #ANDROID_URI} name space including the colon */
249 /** The fully qualified class name of a Space */
250 public static final String FQCN_SPACE = "android.widget.Space"; //$NON-NLS-1$
251 public static final String FQCN_SPACE_V7 = "android.support.v7.widget.Space"; //$NON-NLS-1$
  /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 1308 milliseconds

1 2