Home
last modified time | relevance | path

Searched refs:typestrval (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c179 } typestrval[] = { variable
194 #define NUM_PROPVAL (sizeof(typestrval) / sizeof(struct _typestrval))
212 if( strcmp(typestrval[i].name, property) == 0) { in wctype()
213 return typestrval[i].value; in wctype()