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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp3534 #define LNG(wxlang, canonical, winlang, winsublang, layout, desc) \ macro
3547 LNG(wxLANGUAGE_ABKHAZIAN, "ab" , 0 , 0 , wxLayout_LeftToRight, "Abkhazian")
3548 LNG(wxLANGUAGE_AFAR, "aa" , 0 , 0 , wxLayout_LeftToRight, "Afar")
3549 LNG(wxLANGUAGE_AFRIKAANS, "af_ZA", LANG_AFRIKAANS , SUBLANG_DEFAULT , wxLayout_LeftToRight, "Afrikaans")
3550 LNG(wxLANGUAGE_ALBANIAN, "sq_AL", LANG_ALBANIAN , SUBLANG_DEFAULT , wxLayout_LeftToRight, "Albanian")
3551 LNG(wxLANGUAGE_AMHARIC, "am" , 0 , 0 , wxLayout_LeftToRight, "Amharic")
3552 LNG(wxLANGUAGE_ARABIC, "ar" , LANG_ARABIC , SUBLANG_DEFAULT , wxLayout_RightToLeft, "Arabic")
3553 LNG(wxLANGUAGE_ARABIC_ALGERIA, "ar_DZ", LANG_ARABIC , SUBLANG_ARABIC_ALGERIA , wxLayout_RightToLeft, "Arabic (Algeria)")
3554 LNG(wxLANGUAGE_ARABIC_BAHRAIN, "ar_BH", LANG_ARABIC , SUBLANG_ARABIC_BAHRAIN , wxLayout_RightToLeft, "Arabic (Bahrain)")
3555 LNG(wxLANGUAGE_ARABIC_EGYP
3780 #undef LNG macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h73 #define LNG 318 macro
H A Dsoapcpp2_lex.l234 install_int - convert digits to integer and return LNG token.
240 return LNG;
244 install_hex - convert hexadecimal digits to integer and return LNG
250 return LNG;
H A Dsoapcpp2_yacc.y169 %token <i> LNG
1284 | '=' LNG { $$ = Sabstract; }
1370 cint : LNG { $$ = $1; }
1371 | '+' LNG { $$ = $2; }
1372 | '-' LNG { $$ = -$2; }
1479 | LNG { $$.typ = mkint();
H A Dlex.soapcpp2_lex.c2075 install_int - convert digits to integer and return LNG token.
2081 return LNG;
2085 install_hex - convert hexadecimal digits to integer and return LNG
2091 return LNG;
H A Dsoapcpp2_yacc.tab.c68 #define LNG 318 macro
367 "null","NONE","ID","LAB","TYPE","LNG","DBL","CHR","STR","','","'='","PA","NA",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h73 #define LNG 318 macro
H A Dsoapcpp2_lex.l234 install_int - convert digits to integer and return LNG token.
240 return LNG;
244 install_hex - convert hexadecimal digits to integer and return LNG
250 return LNG;
H A Dsoapcpp2_yacc.y169 %token <i> LNG
1284 | '=' LNG { $$ = Sabstract; }
1370 cint : LNG { $$ = $1; }
1371 | '+' LNG { $$ = $2; }
1372 | '-' LNG { $$ = -$2; }
1479 | LNG { $$.typ = mkint();
H A Dlex.soapcpp2_lex.c2075 install_int - convert digits to integer and return LNG token.
2081 return LNG;
2085 install_hex - convert hexadecimal digits to integer and return LNG
2091 return LNG;
H A Dsoapcpp2_yacc.tab.c68 #define LNG 318 macro
367 "null","NONE","ID","LAB","TYPE","LNG","DBL","CHR","STR","','","'='","PA","NA",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2_lex.l234 install_int - convert digits to integer and return LNG token.
240 return LNG;
244 install_hex - convert hexadecimal digits to integer and return LNG
250 return LNG;
H A Dsoapcpp2_yacc.y169 %token <i> LNG
1284 | '=' LNG { $$ = Sabstract; }
1370 cint : LNG { $$ = $1; }
1371 | '+' LNG { $$ = $2; }
1372 | '-' LNG { $$ = -$2; }
1479 | LNG { $$.typ = mkint();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2_lex.l234 install_int - convert digits to integer and return LNG token.
240 return LNG;
244 install_hex - convert hexadecimal digits to integer and return LNG
250 return LNG;
H A Dsoapcpp2_yacc.y169 %token <i> LNG
1284 | '=' LNG { $$ = Sabstract; }
1370 cint : LNG { $$ = $1; }
1371 | '+' LNG { $$ = $2; }
1372 | '-' LNG { $$ = -$2; }
1479 | LNG { $$.typ = mkint();

Completed in 137 milliseconds