OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpid
(Results
1 - 5
of
5
) 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
;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java
397
String
tmpID
= TimeZone.getCanonicalID(jdkID);
398
if (
tmpID
!= null) {
399
ids.add(
tmpID
);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java
394
String
tmpID
= TimeZone.getCanonicalID(jdkID);
395
if (
tmpID
!= null) {
396
ids.add(
tmpID
);
[
all
...]
/libcore/ojluni/src/main/java/sun/security/x509/
X509CRLImpl.java
[
all
...]
Completed in 832 milliseconds