Home | History | Annotate | Download | only in impl

Lines Matching refs:SPACES

195 			// Skip any leading spaces and separation characters. Always skip commas here.
241 break; // Have multiple spaces, or a space followed by a
827 * zero or more spaces. Any of the recognized semicolons or spaces are
850 throw new XMPException("Separator can have only spaces and one semicolon",
905 * Classifies the character into normal chars, spaces, semicola, quotes,
914 if (SPACES.indexOf(ch) >= 0 || (0x2000 <= ch && ch <= 0x200B))
1040 // Multiple spaces are a separator.
1131 private static final String SPACES = "\u0020\u3000\u303F";