OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisVersion
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c
281
UVersionInfo
thisVersion
;
298
u_versionFromString(
thisVersion
, "3.2.0");
309
if( version[0] >
thisVersion
[0] ||
310
((version[0]==
thisVersion
[0]) && (version[1] >
thisVersion
[1]))
/external/icu4c/tools/gensprep/
gensprep.c
284
UVersionInfo
thisVersion
;
301
u_versionFromString(
thisVersion
, "3.2.0");
312
if( version[0] >
thisVersion
[0] ||
313
((version[0]==
thisVersion
[0]) && (version[1] >
thisVersion
[1]))
Completed in 445 milliseconds