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

  /external/webrtc/src/system_wrappers/source/
file_impl.cc 128 FILE *tmpId = NULL;
143 tmpId = _wfopen(wideFileName, L"rt");
145 tmpId = _wfopen(wideFileName, L"wt");
150 tmpId = _wfopen(wideFileName, L"rb");
152 tmpId = _wfopen(wideFileName, L"wb");
160 tmpId = fopen(fileNameUTF8, "rt");
162 tmpId = fopen(fileNameUTF8, "wt");
167 tmpId = fopen(fileNameUTF8, "rb");
169 tmpId = fopen(fileNameUTF8, "wb");
174 if (tmpId != NULL
    [all...]
  /external/icu/icu4c/source/common/
wintz.c 279 char tmpid[MAX_LENGTH_ID]; local
312 tmpid[0] = 0;
349 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
351 tmpid[index]='\0';
400 /* tmpid buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
401 * If none is found, tmpid buffer will contain a fallback ID (i.e. the time zone ID matching
404 if (idFound || tmpid[0] == 0) {
408 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
410 tmpid[index]='\0';
425 if (tmpid[0] != 0)
    [all...]
  /system/extras/su/
su.c 38 uid_t tmpid = strtoul(tok, &end, 10); local
40 if (uid) *uid = tmpid;
41 if (gid) *gid = tmpid;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 378 String tmpID = TimeZone.getCanonicalID(jdkID);
379 if (tmpID != null) {
380 ids.add(tmpID);
    [all...]

Completed in 81 milliseconds