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

  /external/icu4c/extra/scrptrun/
scrptrun.cpp 118 if (scriptEnd >= charLimit) {
124 for (scriptStart = scriptEnd; scriptEnd < charLimit; scriptEnd += 1) {
125 UChar high = charArray[scriptEnd];
130 if (high >= 0xD800 && high <= 0xDBFF && scriptEnd < charLimit - 1)
132 UChar low = charArray[scriptEnd + 1];
138 scriptEnd += 1;
193 scriptEnd -= 1;
scrptrun.h 79 int32_t scriptEnd;
122 return scriptEnd;
133 scriptEnd = charStart;
  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 98 static const char scriptEnd [] = "</script";
    [all...]

Completed in 494 milliseconds