HomeSort by relevance Sort by last modified time
    Searched full:langname (Results 1 - 9 of 9) sorted by null

  /development/scripts/app_engine_server/
memcache_zipserve.py 113 langName = 'en'
124 langName = self.request.cookies['android_developer_pref_lang']
127 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName)
128 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie)
133 name = self.PreprocessUrl(reqUri, langName)
147 if (urlLangName != langName) or (langName == 'en'):
159 if self.isCleanUrl(name, langName, isValidIntl, isStripped):
163 if not self.CreateResponse(name, langName, isValidIntl, resetLangCookie)
    [all...]
  /external/libxslt/libxslt/
xsltlocale.h 52 xsltLocale xsltNewLocale(const xmlChar *langName);
  /external/llvm/lib/CompilerDriver/
CompilationGraph.cpp 131 CompilationGraph::getToolsVector(const std::string& LangName) const
133 tools_map_type::const_iterator I = ToolsMap.find(LangName);
135 PrintError("No tool corresponding to the language " + LangName + " found");
  /external/icu4c/test/cintltst/
cldrtest.c 467 char langName[1024];
469 uloc_getLanguage(localeName, langName, sizeof(langName), &status);
472 if (strcmp(langName, langLCID) == 0) {
    [all...]
  /external/llvm/include/llvm/CompilerDriver/
CompilationGraph.h 171 const tools_vector_type* getToolsVector(const std::string& LangName) const;
  /external/libpng/
aclocal.m4 798 # _LT_LANG(LANGNAME)
    [all...]
  /external/pcre/
aclocal.m4 829 # _LT_LANG(LANGNAME)
    [all...]
  /external/protobuf/gtest/
aclocal.m4 798 # _LT_LANG(LANGNAME)
    [all...]
  /external/protobuf/m4/
libtool.m4 783 # _LT_LANG(LANGNAME)
    [all...]

Completed in 719 milliseconds