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

  /external/icu/icu4c/source/common/
wintz.cpp 209 char tmpid[MAX_LENGTH_ID]; local
241 tmpid[0] = 0;
281 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
283 tmpid[index]='\0';
341 /* tmpid buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
342 * If none is found, tmpid buffer will contain a fallback ID (i.e. the time zone ID matching
345 if (idFound || tmpid[0] == 0)
351 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
353 tmpid[index]='\0';
369 if (tmpid[0] != 0)
    [all...]
  /system/extras/su/
su.cpp 37 uid_t tmpid = strtoul(tok, &end, 10); local
39 if (uid) *uid = tmpid;
40 if (gid) *gid = tmpid;

Completed in 66 milliseconds