Searched defs:CHAR_SPACE (Results 1 - 9 of 9) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dargify.c44 #define CHAR_SPACE L' ' macro
69 while (buf[i] == CHAR_SPACE && buf[i] != CHAR_NULL && i < len) i++;
76 while (buf[i] != CHAR_SPACE && buf[i] != CHAR_NULL && i < len) i++;
/external/clang/include/clang/Basic/
H A DCharInfo.h25 CHAR_SPACE = 0x0004, // ' ' enumerator in enum:clang::charinfo::__anon887
73 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0;
90 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_VERT_WS|CHAR_SPACE)) != 0;
143 CHAR_DIGIT|CHAR_UNDER|CHAR_RAWDEL|CHAR_SPACE)) != 0;
/external/pcre/dist2/src/
H A Dpcre2_internal.h403 CHAR_HT, CHAR_SPACE, CHAR_NBSP, \
428 case CHAR_SPACE: \
456 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
460 case CHAR_SPACE: \
693 #define CHAR_SPACE ' ' macro
962 #define CHAR_SPACE '\040' macro
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 132 milliseconds