/external/stlport/stlport/stl/ |
_monetary.c | 155 case money_base::space: 156 if (!__c_type.is(ctype_base::space, *__s)) { 162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) 430 //No reason to add a space last if the money symbol do not have to be display 432 // if (__format.field[2] == (char) money_base::space) { 436 //space can only be second or third and only once (22.2.6.3-1): 437 if ((__format.field[1] == (char) money_base::space) || 438 (__format.field[2] == (char) money_base::space)) 455 case money_base::space:
|
/frameworks/base/core/java/com/android/internal/net/ |
DNParser.java | 77 // skip preceding space chars, they can present after 92 // accept any char except space and '=' 102 // skip trailing space chars between attribute type and '=' 116 // skip space chars between '=' and attribute value 160 // skip trailing space chars before comma or semicolon. 181 // looks for space and component separators 191 // skip trailing space chars before comma or semicolon. 243 // need to figure out whether space defines 288 //FIXME: escaping is allowed only for leading or trailing space char
|
/external/srec/make/asr/ |
Makefile.defs | 230 $(subst $(space),|,'Failed to select operating system with $$(ASR_OS) == "$(ASR_$(ASR_OS))"') 297 $(subst $(space),|,'Failed to select operating system with $$(ASR_HOST_OS) == "$(ASR_HOST_OS)"') 363 $(subst $(space),|,'Failed to select operating system with $$(ASR_TARGET_OS) == "$(ASR_TARGET_OS)"') 432 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"') 454 $(subst $(space),|,\ 475 $(subst $(space),|,\ 532 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"') 553 $(subst $(space),|,\ 573 $(subst $(space),|,\ 628 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"' [all...] |
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 114 * characters are replaced with either space or '_', depending upon 115 * whether space is a legal character or not. 122 * Allow space (' ') characters. 126 * Allow whitespace characters other than space. The 175 * Mask with both regular space and other whitespace OK 239 * <li>Allow space. 247 * <li>Allow space. 290 * <li>If neither spaces nor other white space is OK, then 291 * white space will be trimmed from the beginning and end of 292 * the URL. (Just the actual white space characters are trimmed, no [all...] |
/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);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-85721.js | 109 $space = '\040'; $tab = '\t'; 148 '[' + $space + $tab + ']*' + // # Nab whitespace. 149 '(?:' + $comment + '[' + $space + $tab + ']*)*'; // # If comment found, allow more spaces. 153 $atom_char = '[^(' + $space + '<>\@,;:\".' + $esc + $OpenBR + $CloseBR + $ctrl + $NonASCII + ']'; 226 //# Like atom-char, but without listing space, and uses phrase_ctrl. 227 //# Since the class is negated, this matches the same as atom-char plus space and tab
|
/external/webkit/WebCore/platform/graphics/chromium/ |
TransparencyWin.h | 113 // Drawing happens in an Untransformed space, and then that bitmap is 120 // the coordinate space, so the OS will just draw the form controls 153 // Returns the input bounds translated into the destination space. This is 201 // The rectangle we're drawing in the destination's coordinate space 213 // The rectangle we're drawing to in the draw context's coordinate space. 215 // where we create a new virtual coordinate space for the layer.
|
/frameworks/base/tests/CoreTests/android/core/ |
ClassTest.java | 241 // This space intentionally left blank. 245 // This space intentionally left blank. 266 // This space intentionally left blank. 296 // This space intentionally left blank. 319 // This space intentionally left blank. 336 // This space intentionally left blank.
|
/external/tinyxml/ |
xmltest.cpp | 656 XmlTest ( "Condense white space OFF.", "This is \ntext", 909 // [ 870502 ] White space issues 914 const char* doctype0 = "<element> This has leading and trailing space </element>"; 915 const char* doctype1 = "<element>This has internal space</element>"; 916 const char* doctype2 = "<element> This has leading, trailing, and internal space </element>"; 922 XmlTest( "White space kept.", " This has leading and trailing space ", text->Value() ); 927 XmlTest( "White space kept.", "This has internal space", text->Value() ); 932 XmlTest( "White space kept.", " This has leading, trailing, and internal space ", text->Value() ) [all...] |
/external/icu4c/common/unicode/ |
ushape.h | 167 * Shaping Mode: For each LAMALEF character found, expand LAMALEF using space at end. 168 * If there is no space at end, use spaces at beginning of the buffer. If there 169 * is no space at beginning of the buffer, use spaces at the near (i.e. the space 325 * Shaping mode: The SEEN family character will expand into two characters using space near 326 * the SEEN family character(i.e. the space after the character). 331 * replaced by one cell Seen and a space will replace the Tail. 342 * Shaping mode: The YEHHAMZA character will expand into two characters using space near it 343 * (i.e. the space after the character 348 * replaced by one cell YehHamza and space will replace the Hamza [all...] |
/external/webkit/WebCore/rendering/ |
RenderFrameSet.cpp | 215 // how much space these columns are going to require. 243 // Fixed columns/rows are our first priority. If there is not enough space to fit all fixed 257 // Percentage columns/rows are our second priority. Divide the remaining space proportionally 260 // and the available space is 300px, each column will become 100px in width. 273 // Relative columns/rows are our last priority. Divide the remaining space proportionally 287 // If we could not evenly distribute the available space of all of the relative 289 // For example: if we have a space of 100px and three columns (*,*,*), the remainder will 297 // If we still have some left over space we need to divide it over the already existing 301 // space is spread evenly, for example: if we have a space of 100px, the columns [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
HeaderItem.java | 43 // This space intentionally left blank. 92 // Leave space for the checksum and signature.
|
/dalvik/dx/src/com/android/dx/ssa/ |
BasicRegisterMapper.java | 24 * This class maps one register space into another, with 37 * @param countOldRegisters the number of registers in the old name space
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
UrlBase64.java | 15 * interpreted as a path delimiter; "+" is the encoded form of a space; and 59 * Decode the URL safe base 64 encoded input data - white space will be ignored.
|
/dalvik/vm/jdwp/ |
ExpandBuf.c | 83 * Ensure that the buffer has enough space to hold incoming data. If it 106 * Allocate some space in the buffer.
|
/development/samples/SkeletonApp/res/layout/ |
skeleton_activity.xml | 29 horizontal space, and stretch to fill whatever vertical space
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory.sgml | 73 Reallocates the memory pointed to by @mem, so that it now has space for 116 space for @n_structs elements of type @struct_type, and returns %NULL on 150 Reallocates the memory pointed to by @mem, so that it now has space for 232 - Allocation failure due to insufficient stack space is not indicated with a %NULL 234 way as out of stack space situations from infinite function recursion, i.e. 239 Stack space allocated with alloca() in the same scope as a variable sized array 248 @Returns: space for @size bytes, allocated on the stack 258 @Returns: Pointer to stack space for @n_structs chunks of type @struct_type
|
/external/clearsilver/util/ |
neo_str.h | 22 * space on the end with \0, and returns a pointer to the first 23 * non-white space character in the string
|
/external/freetype/include/freetype/internal/ |
ftgloadr.h | 116 /* check that there is enough space to add `n_points' and `n_contours' */ 141 /* check that there is enough space to add `n_subs' sub-glyphs to */
|
/external/icu4c/tools/toolutil/ |
uparse.h | 29 * Skip space ' ' and TAB '\t' characters. 32 * @return Pointer to first character at or after s that is not a space or TAB.
|
/external/iproute2/include/ |
ip6tables.h | 45 /* Prints out the match iff non-NULL: put space at end */ 94 /* Prints out the target iff non-NULL: put space at end */
|
iptables.h | 68 /* Prints out the match iff non-NULL: put space at end */ 120 /* Prints out the target iff non-NULL: put space at end */
|
/external/iproute2/include/linux/ |
if_link.h | 16 __u32 rx_dropped; /* no space in linux buffers */ 17 __u32 tx_dropped; /* no space available in linux */
|
/external/iptables/include/ |
ip6tables.h | 78 /* Prints out the match iff non-NULL: put space at end */ 127 /* Prints out the target iff non-NULL: put space at end */
|
/external/kernel-headers/original/asm-arm/ |
page.h | 35 * User Space Model 39 * page-based copying and clearing for user space for the particular
|