OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idChars
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java
147
char[]
idChars
= new char[entryCount * SIZEOF_TZNAME];
172
idChars
[idOffset++] = (char) (idBytes[j] & 0xFF);
180
String allIds = new String(
idChars
, 0, idOffset);
/external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp
197
const UChar*
idChars
= tzid.getBuffer();
199
u_UCharsToChars(
idChars
,id,len);
/external/icu4c/i18n/
zonemeta.cpp
272
const UChar*
idChars
= tzid.getBuffer();
274
u_UCharsToChars(
idChars
,id,len);
Completed in 148 milliseconds