OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HtmlUtils
(Results
1 - 12
of
12
) sorted by null
/external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java
111
if (
HtmlUtils
.isJavascriptWhitespace(input) &&
112
HtmlUtils
.isJavascriptWhitespace(getChar(-1))) {
196
if (
HtmlUtils
.isJavascriptWhitespace(getChar(-1))) {
200
for (position = end;
HtmlUtils
.isJavascriptIdentifier(getChar(position));
HtmlUtils.java
40
public final class
HtmlUtils
{
45
private
HtmlUtils
() {
51
* {@link
HtmlUtils
#parseContentAttributeForUrl(String)}.
368
* <p>We return {@link
HtmlUtils
.META_REDIRECT_TYPE} indicating whether the
400
* @return {@link
HtmlUtils
.META_REDIRECT_TYPE} indicating the presence
EntityResolver.java
204
if ((input == ';') || (
HtmlUtils
.isHtmlSpace(input))) {
/external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java
26
import com.google.streamhtmlparser.util.
HtmlUtils
;
242
if (
HtmlUtils
.isAttributeJavascript(attribute)) {
245
if (
HtmlUtils
.isAttributeUri(attribute)) {
248
if (
HtmlUtils
.isAttributeStyle(attribute)) {
254
HtmlUtils
.META_REDIRECT_TYPE redirectType =
255
HtmlUtils
.parseContentAttributeForUrl(getValue());
256
if (redirectType ==
HtmlUtils
.META_REDIRECT_TYPE.URL_START ||
257
redirectType ==
HtmlUtils
.META_REDIRECT_TYPE.URL)
320
return (
HtmlUtils
.parseContentAttributeForUrl(getValue()) ==
321
HtmlUtils
.META_REDIRECT_TYPE.URL_START)
[
all
...]
JavascriptParserImpl.java
22
import com.google.streamhtmlparser.util.
HtmlUtils
;
185
if (
HtmlUtils
.isJavascriptWhitespace(ccBuffer.getChar(position))) {
227
if (lastIdentifier != null &&
HtmlUtils
252
if (
HtmlUtils
.isJavascriptWhitespace(ccBuffer.getChar(-2))) {
GenericParser.java
23
import com.google.streamhtmlparser.util.
HtmlUtils
;
115
HtmlUtils
.encodeCharForAscii(input),
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java
41
public class
HtmlUtils
{
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
113
import com.android.mail.utils.
HtmlUtils
;
[
all
...]
/frameworks/opt/setupwizard/tools/docs/
jsilver.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
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
Completed in 775 milliseconds