HomeSort by relevance Sort by last modified time
    Searched full:groupingpointer (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
trio.c 913 char *groupingPointer = internalGrouping;
917 if (*groupingPointer == CHAR_MAX)
922 else if (*groupingPointer == 0)
933 step = *groupingPointer++;
952 char *groupingPointer = internalGrouping;
959 if (*groupingPointer == CHAR_MAX)
964 else if (*groupingPointer != 0)
966 step = *groupingPointer++;
    [all...]

Completed in 19 milliseconds