OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsXmlSpace
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
presencepushtask.cc
39
IsXmlSpace
(int ch) {
48
bool boundary_before = (i == 0 ||
IsXmlSpace
(list[i - 1]));
49
bool boundary_after = (i == list.length() - token.length() ||
IsXmlSpace
(list[i + token.length()]));
/external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc
41
IsXmlSpace
(int ch) {
50
bool boundary_before = (i == 0 ||
IsXmlSpace
(list[i - 1]));
52
IsXmlSpace
(list[i + token.length()]));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc
41
IsXmlSpace
(int ch) {
50
bool boundary_before = (i == 0 ||
IsXmlSpace
(list[i - 1]));
52
IsXmlSpace
(list[i + token.length()]));
Completed in 152 milliseconds