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

/openjdk9/jdk/src/java.base/windows/native/libjava/
H A Djava_props_md.c60 #define PROPSIZE 9 // eight-letter + null terminator macro
286 *script = malloc(PROPSIZE);
298 *country = malloc(PROPSIZE);
303 LOCALE_SISO3166CTRYNAME, *country, PROPSIZE) == 0 &&
305 LOCALE_SISO3166CTRYNAME2, *country, PROPSIZE) == 0) {
310 *language = malloc(PROPSIZE);
315 LOCALE_SISO639LANGNAME, *language, PROPSIZE) == 0 &&
317 LOCALE_SISO639LANGNAME2, *language, PROPSIZE) == 0) {
324 *variant = malloc(PROPSIZE);

Completed in 99 milliseconds