Home
last modified time | relevance | path

Searched refs:key_start (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValueDictionary.cpp239 const char *key_start = open_bracket + 1; in GetSubValue() local
244 ++key_start; in GetSubValue()
245 key_end = strchr(key_start, '\''); in GetSubValue()
266 ++key_start; in GetSubValue()
267 key_end = strchr(key_start, '"'); in GetSubValue()
287 key_end = strchr(key_start, ']'); in GetSubValue()
301 if (key_start && key_end) in GetSubValue()
303 key.SetCStringWithLength (key_start, key_end - key_start); in GetSubValue()
/external/libxml2/
Drngparser.c116 const xmlChar *key_start; member
231 (str == ctxt->key_start) || in xmlCRNGIsKeyword()
1100 if (token->token == ctxt->key_start) { in xmlParseCRNG_component()
1103 start = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_start); in xmlParseCRNG_component()
1214 if ((token->token == ctxt->key_start) || in xmlParseCRNG_topLevelBody()
1476 ctxt.key_start = xmlDictLookup(ctxt.dict, BAD_CAST "start", -1); in xmlConvertCRNG()