HomeSort by relevance Sort by last modified time
    Searched full:charinfo (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/include/clang/Basic/
CharInfo.h 1 //===--- clang/Basic/CharInfo.h - Classifying ASCII Characters ------------===//
19 namespace charinfo { namespace in namespace:clang
40 } // end namespace charinfo
51 using namespace charinfo;
61 using namespace charinfo;
72 using namespace charinfo;
80 using namespace charinfo;
89 using namespace charinfo;
95 using namespace charinfo;
101 using namespace charinfo;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 19 * $Id: CharInfo.java 468654 2006-10-28 07:09:23Z minchau $
53 final class CharInfo
153 * making a mutable copy, {@link #mutableCopyOf(CharInfo)}.
156 private CharInfo()
173 private CharInfo(String entitiesResource, String method, boolean internal)
215 is = CharInfo.class.getResourceAsStream(entitiesResource);
459 private static CharInfo getCharInfoBasedOnPrivilege(
462 return (CharInfo) AccessController.doPrivileged(
465 return new CharInfo(entitiesFileName,
489 static CharInfo getCharInfo(String entitiesFileName, String method
    [all...]
XMLEntities.properties 22 # This file must be encoded in UTF-8; see CharInfo.java
ToStream.java 139 protected CharInfo m_charInfo;
603 m_charInfo = CharInfo.getCharInfo(entitiesFileName, method);
947 if (ch >= CharInfo.S_SPACE || (CharInfo.S_LINEFEED == ch ||
    [all...]
ToXMLStream.java 50 private CharInfo m_xmlcharInfo =
51 CharInfo.getCharInfo(CharInfo.XML_ENTITIES_RESOURCE, Method.XML);
HTMLEntities.properties 22 # This file must be encoded in UTF-8; see CharInfo.java
ToHTMLStream.java 57 private final CharInfo m_htmlcharInfo =
58 // new CharInfo(CharInfo.HTML_ENTITIES_RESOURCE);
59 CharInfo.getCharInfo(CharInfo.HTML_ENTITIES_RESOURCE, Method.HTML);
    [all...]
ToTextStream.java 282 final char S_LINEFEED = CharInfo.S_LINEFEED;
  /external/clang/lib/Basic/
CharInfo.cpp 1 //===--- CharInfo.cpp - Static Data for Classifying ASCII Characters ------===//
10 #include "clang/Basic/CharInfo.h"
12 using namespace clang::charinfo;
14 // Statically initialize CharInfo table based on ASCII character set
16 const uint16_t clang::charinfo::InfoTable[256] = {
CMakeLists.txt 5 CharInfo.cpp
Android.mk 25 CharInfo.cpp \
TargetInfo.cpp 16 #include "clang/Basic/CharInfo.h"
  /external/clang/unittests/Basic/
CharInfoTest.cpp 10 #include "clang/Basic/CharInfo.h"
16 // Check that the CharInfo table has been constructed reasonably.
18 using namespace charinfo;
  /external/clang/lib/Analysis/
CocoaConventions.cpp 18 #include "clang/Basic/CharInfo.h"
  /external/clang/include/clang/Lex/
LiteralSupport.h 18 #include "clang/Basic/CharInfo.h"
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 11 #include "clang/Basic/CharInfo.h"
  /external/clang/lib/Driver/
WindowsToolChain.cpp 11 #include "clang/Basic/CharInfo.h"
  /external/clang/lib/Edit/
EditedSource.cpp 11 #include "clang/Basic/CharInfo.h"
  /external/clang/lib/Lex/
HeaderMap.cpp 15 #include "clang/Basic/CharInfo.h"
TokenConcatenation.cpp 15 #include "clang/Basic/CharInfo.h"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 665 * CI_GET_CHAR_INFO_1D - return the charinfo struct for the indicated 8bit
690 * CI_GET_CHAR_INFO_2D - return the charinfo struct for the indicated row and
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 665 * CI_GET_CHAR_INFO_1D - return the charinfo struct for the indicated 8bit
690 * CI_GET_CHAR_INFO_2D - return the charinfo struct for the indicated row and
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 665 * CI_GET_CHAR_INFO_1D - return the charinfo struct for the indicated 8bit
690 * CI_GET_CHAR_INFO_2D - return the charinfo struct for the indicated row and
    [all...]
  /external/clang/lib/AST/
CommentLexer.cpp 3 #include "clang/Basic/CharInfo.h"
CommentParser.cpp 14 #include "clang/Basic/CharInfo.h"

Completed in 1584 milliseconds

1 2 3