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

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 138 static bool IsAsciiLetter(char ch) {
161 if (IsAsciiLetter(ns[last])) {
165 if (!IsAsciiLetter(ns[first - 1]))
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 130 static bool IsAsciiLetter(char ch) {
153 if (IsAsciiLetter(ns[last])) {
157 if (!IsAsciiLetter(ns[first - 1]))

Completed in 5955 milliseconds