Searched refs:LANG (Results 1 – 25 of 172) sorted by relevance
1234567
45 for LANG in $LANGUAGES; do47 ./configure DIST_LANG=$LANG49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz56 for LANG in $LANGUAGES; do58 ./configure DIST_LANG=$LANG60 mv $BASENAME.zip ../protobuf-$LANG-$VERSION.zip
21 foreach (LANG ${ENABLED_LANGUAGES})25 if (NOT GCOV_${CMAKE_${LANG}_COMPILER_ID}_BIN)26 get_filename_component(COMPILER_PATH "${CMAKE_${LANG}_COMPILER}" PATH)28 if ("${CMAKE_${LANG}_COMPILER_ID}" STREQUAL "GNU")33 "${CMAKE_${LANG}_COMPILER_VERSION}")38 elseif ("${CMAKE_${LANG}_COMPILER_ID}" STREQUAL "Clang")43 "${CMAKE_${LANG}_COMPILER_VERSION}")60 set(GCOV_${CMAKE_${LANG}_COMPILER_ID}_ENV63 mark_as_advanced(GCOV_${CMAKE_${LANG}_COMPILER_ID}_ENV)78 set(GCOV_${CMAKE_${LANG}_COMPILER_ID}_BIN "${GCOV_BIN}" CACHE STRING[all …]
76 foreach (LANG ${ENABLED_LANGUAGES})80 set(COMPILER ${CMAKE_${LANG}_COMPILER_ID})90 if (${LANG} STREQUAL "C")94 elseif (${LANG} STREQUAL "CXX")98 elseif (${LANG} STREQUAL "Fortran")141 foreach (LANG ${ENABLED_LANGUAGES})142 list(FIND CMAKE_${LANG}_SOURCE_FILE_EXTENSIONS "${FILE_EXT}" TEMP)144 set(${RETURN_VAR} "${LANG}" PARENT_SCOPE)198 codecov_lang_of_source(${FILE} LANG)199 if (LANG)[all …]
11 import static com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType.LANG;31 logln("language data: " + LocaleDisplayNamesImpl.haveData(LANG)); in validate()149 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLanguageDisplayNames()195 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleDisplayNameWithKeywords()226 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects()239 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords()
12 import static android.icu.impl.LocaleDisplayNamesImpl.DataTableType.LANG;34 logln("language data: " + LocaleDisplayNamesImpl.haveData(LANG)); in validate()152 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLanguageDisplayNames()198 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleDisplayNameWithKeywords()229 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects()242 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords()
7 #ifdef LANG11 #ifdef LANG33 #ifdef LANG in OnInit()
8 #ifdef LANG16 #ifdef LANG in OnInit()
20 #ifdef LANG99 #ifdef LANG in OnInit()
18 #ifdef LANG56 #ifdef LANG in OnInit()
90 Variable=LANG114 Variable=LANG138 Variable=LANG162 Variable=LANG186 Variable=LANG210 Variable=LANG234 Variable=LANG258 Variable=LANG282 Variable=LANG306 Variable=LANG[all …]
32 echo "Create '$LANG' test cases for gRPC release '${RELEASE:=master}'"81 if [ $LANG == "csharp" ]; then85 createtests $LANG
30 env LANG=C awk -f deflinejoiner.awk < orig/$f > purec/$f35 env LANG=C awk -f deflinejoiner.awk < orig/include/ft2build.h >> purec/include/ft2build.h37 env LANG=C diff -ur orig purec > ../purec.diff
24 RUN locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-825 ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
750 char *LANG = NULL; in main() local795 if ((LANG = getenv("LANG")) != NULL) { in main()796 if ((LANG = strdup(LANG)) == NULL) { in main()815 if (LANG) in main()816 rc |= setenv("LANG", LANG, 1); in main()853 free(LANG); in main()
5 dnl If SHOW-LOCALE-VARS is set to [true], print all LC_* and LANG*43 printenv | grep -E '^(LC_|LANG)'
252 TZdate=$(LANG=C TZ="$TZ_for_date" date)253 UTdate=$(LANG=C TZ=UTC0 date)
70 LANG=C71 export LANG
102 only have to set the `LANG' environment variable to the appropriate106 prompt, merely execute `setenv LANG de_DE' (in `csh'),107 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').127 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'128 for the purpose of message handling, but you still need to have `LANG'132 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.134 In the `LANGUAGE' environment variable, but not in the `LANG'
18 export LANG=en_US.UTF-8
24 ; Check the high end of the LANG range.45 ; Check the low end of the LANG range.
22 export LANG=en_US.UTF-8
7 export LANG=C