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

  /external/icu4c/io/
uprntf_p.c 104 int32_t fArgPos; /* Position of data in arg list */
    [all...]
uscanf_p.c 102 int32_t fArgPos; /* Position of data in arg list */
121 spec->fArgPos = -1;
145 spec->fArgPos = (int) (*s++ - DIGIT_ZERO);
148 spec->fArgPos *= 10;
149 spec->fArgPos += (int) (*s++ - DIGIT_ZERO);
155 spec->fArgPos = -1;
    [all...]

Completed in 127 milliseconds