Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c200 } transtrval[] = { variable
205 #define NUM_TRANSVAL (sizeof(transtrval) / sizeof(struct _transtrval))
229 if( strcmp(transtrval[i].name, property) == 0) { in wctrans()
230 return transtrval[i].function; in wctrans()