OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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