OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:casemap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlstring.c
225
static const xmlChar
casemap
[256] = {
variable
278
tmp =
casemap
[*str1++] -
casemap
[*str2];
304
tmp =
casemap
[*str1++] -
casemap
[*str2];
378
if (
casemap
[*str] ==
casemap
[*val])
/external/libxml2/
xmlstring.c
225
static const xmlChar
casemap
[256] = {
variable
278
tmp =
casemap
[*str1++] -
casemap
[*str2];
304
tmp =
casemap
[*str1++] -
casemap
[*str2];
378
if (
casemap
[*str] ==
casemap
[*val])
Completed in 193 milliseconds