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

  /dalvik/libdex/
DexFile.h 463 const u2* stringMap;
    [all...]
  /external/libxml2/
xmlregexp.c 281 xmlChar **stringMap;
452 xmlChar **stringMap;
480 stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *));
481 if (stringMap == NULL) {
490 xmlFree(stringMap);
500 if (xmlStrEqual(stringMap[j], value)) {
507 stringMap[nbatoms] = xmlStrdup(value);
508 if (stringMap[nbatoms] == NULL) {
510 xmlFree(stringMap[i]);
512 xmlFree(stringMap);
    [all...]

Completed in 2737 milliseconds