Searched refs:PROPSIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c51 #define PROPSIZE 9 // eight-letter + null terminator macro
272 *script = malloc(PROPSIZE);
281 *country = malloc(PROPSIZE);
283 LOCALE_SISO3166CTRYNAME, *country, PROPSIZE) == 0 &&
285 LOCALE_SISO3166CTRYNAME2, *country, PROPSIZE) == 0) {
290 *language = malloc(PROPSIZE);
292 LOCALE_SISO639LANGNAME, *language, PROPSIZE) == 0 &&
294 LOCALE_SISO639LANGNAME2, *language, PROPSIZE) == 0) {
301 *variant = malloc(PROPSIZE);

Completed in 368 milliseconds