Lines Matching full:space
76 spaces are ignored. For printableString, there is only one space
83 view space as referring to only SPACE (U+0020), a second
84 implementation may view any character with the space separator (Zs)
85 property as a space, and another implementation may view any
86 character with the whitespace (WS) category as a space.
245 (U+000D), and NEXT LINE (NEL) (U+0085) are mapped to SPACE (U+0020).
253 ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
254 points with Separator (space, line, or paragraph) property (e.g., Zs,
255 Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete
315 2.6.1. Insignificant Space Handling
317 For the purposes of this section, a space is defined to be the SPACE
321 any code points in the separator class, other than SPACE
325 assertion values: If the input string contains no non-space
327 input string contains at least one non-space character), the string
328 is modified such that the string starts with exactly one space
329 character, ends with exactly one SPACE character, and any inner
330 (non-empty) sequence of space characters is replaced with exactly two
331 SPACE characters. For instance, the input strings
332 "foo<SPACE>bar<SPACE><SPACE>", result in the output
333 "<SPACE>foo<SPACE><SPACE>bar<SPACE>".
344 being prepared contains no non-space characters, then the output
345 string is exactly one SPACE. Otherwise, the following steps are
349 start with exactly one SPACE character;
352 one or more space characters, it is modified to end with exactly
353 one SPACE character;
356 one or more space characters, it is modified to start with exactly
357 one SPACE character; and
360 with exactly one SPACE character.
362 For instance, for the input string "foo<SPACE>bar<SPACE><SPACE>" as
364 "<SPACE>foo<SPACE><SPACE>bar<SPACE>". As an any or final substring,
365 the same input would result in "foo<SPACE>bar<SPACE>".
371 For the purposes of this section, a space is defined to be the SPACE
377 "<SPACE><SPACE>123<SPACE><SPACE>456<SPACE><SPACE>"
381 "<SPACE><SPACE><SPACE>"
399 no combining marks and a space is defined to be the SPACE (U+0020)
406 "<SPACE><HYPHEN>123<SPACE><SPACE>456<SPACE><HYPHEN>"
601 In the absence of substrings matching, the insignificant space
604 one or more spaces be replaced with one space and, if the string
605 contains non-space characters, removal of all leading spaces and
608 In the presence of substrings matching, this simplified space
631 The first case illustrates that this simplified space handling would
637 The second case illustrates that this simplified space handling would
643 In designing an appropriate approach for space handling for
662 attribute value "foo<SPACE><SPACE>bar" as the value can be
663 partitioned into the portions "foo<SPACE>" and "<SPACE>bar" meeting
684 that is not a space);
687 that is not a space);
690 to a single space character).
701 "foo<SPACE><SPACE><SPACE>bar" and "foo<SPACE>bar" as these values
702 only differ from "foo<SPACE><SPACE>bar" by the inclusion or removal
706 cases where the specified space handling does not ignore spaces that
708 (CN=\20*\20*\20) does not match "<SPACE><SPACE><SPACE>"