HomeSort by relevance Sort by last modified time
    Searched refs:validChars (Results 1 - 8 of 8) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
StyleEscapeFunction.java 66 private final boolean[] validChars;
75 validChars = UNQUOTED_VALID_CHARS;
77 validChars = VALID_CHARS;
83 if (c < MAX_CHARS && validChars[c]) {
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 216 const char validChars[] = "0123456789abcdefghijklmnopqrstuvwxyz";
218 tempFile[i] = validChars[tempFile[i] % (sizeof(validChars) - 1)];
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 213 const char validChars[] = "0123456789abcdefghijklmnopqrstuvwxyz";
215 tempFile[i] = validChars[tempFile[i] % (sizeof(validChars) - 1)];
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 294 static const char* const validChars = "[0-9a-zA-Z_\\-+~!$\\^{}|.%'`#&*]"; // per RFCs: 3023, 2045
295 DEFINE_STATIC_LOCAL(RegularExpression, xmlTypeRegExp, (String("^") + validChars + "+/" + validChars + "+\\+xml$", TextCaseSensitive));
  /frameworks/base/tools/aapt/
Resource.cpp 452 const char* ns, const char* attr, const char* validChars, bool required)
508 if (validChars) {
511 const char* p = validChars;
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 283 milliseconds