Searched refs:CHAR_SPACE (Results 1 - 12 of 12) 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::__anon935
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/clang/lib/Basic/
H A DCharInfo.cpp35 CHAR_SPACE , CHAR_RAWDEL , CHAR_RAWDEL , CHAR_RAWDEL ,
/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
H A Dpcre2_study.c1161 SET_BIT(CHAR_SPACE);
1300 SET_BIT(CHAR_SPACE);
/external/clang/unittests/Basic/
H A DCharInfoTest.cpp19 EXPECT_EQ((unsigned)CHAR_SPACE, InfoTable[(unsigned)' ']);
/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 274 milliseconds