HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 51 - 75 of 3078) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/srec/tools/cmd/
pht_to_long.pl 36 my $language = lc($1);
38 $language =~ s/\-/\./g;
41 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
pht_to_short.pl 39 my $language = lc($1);
41 $language =~ s/\-/\./g;
44 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 12 language=Ruby;
31 language=Ruby;
50 language=Ruby;
69 language=Ruby;
88 language=Ruby;
108 language=Ruby;
128 language=Ruby;
148 language=Ruby;
168 language=Ruby;
188 language=Ruby
    [all...]
  /external/e2fsprogs/intl/
explodename.c 53 const char **language, const char **modifier,
71 look for the language. Termination symbols are `_' and `@' if
75 *language = cp = name;
76 cp = _nl_find_language (*language);
78 if (*language == cp)
79 /* This does not make sense: language has to be specified. Use
81 cp = strchr (*language, '\0');
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 15 options { language = Ruby; }
43 options { language = Ruby; }
67 options { language = Ruby; }
81 options { language = Ruby; }
102 language = Ruby;
125 language = Ruby;
138 language=Ruby;
162 language = Ruby;
175 language=Ruby;
199 options { language=Ruby;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 93 options {language=Ruby;} // line 2
116 options {language=Ruby;} // line 2
146 options { language=Ruby; }
183 options { language=Ruby; }
216 options { language=Ruby; }
287 options { language=Ruby; }
357 options { language=Ruby; }
394 options { language=Ruby; }
446 options { language=Ruby; }
492 options { language=Ruby;
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java 14 * See the License for the specific language governing permissions and
28 * {@code Locale} represents a language/country/variant combination. Locales are used to
32 * <p>The language codes are two-letter lowercase ISO language codes (such as "en") as defined by
38 * <p>Note that Java uses several deprecated two-letter codes. The Hebrew ("he") language
54 * any locales with the same language but different countries (such as en_GB or es_ES),
190 * Locale constant for the root locale. The root locale has an empty language,
229 String language = System.getProperty("user.language", "en"); typedefs
232 defaultLocale = new Locale(language, region, variant)
    [all...]
  /external/chromium/base/
file_version_info_win.cc 15 FileVersionInfoWin::FileVersionInfoWin(void* data, int language, int code_page)
16 : language_(language), code_page_(code_page) {
29 WORD language; member in struct:__anon2657
68 return new FileVersionInfoWin(data, translate->language,
145 // Use the language and codepage from the DLL.
148 // Use the default language and codepage from the DLL.
151 // Use the language from the DLL and Latin codepage (most common).
154 // Use the default language and Latin codepage (most common).
161 WORD language = lang_codepage[i++]; local
164 L"\\StringFileInfo\\%04x%04x\\%ls", language, code_page, name)
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TranslationDetector.java 13 * See the License for the specific language governing permissions and
74 "one language should also be translated in all other languages.\n" +
76 "By default this detector allows regions of a language to just provide a " +
77 "subset of the strings and fall back to the standard language strings. " +
89 "Checks for translations that appear to be unused (no default language string)",
90 "If a string appears in a specific language translation file, but there is " +
215 // Only one language - no problems.
229 // Look up the language for this folder.
230 String language = getLanguage(name); local
231 if (language == null)
249 String language = parentFolderToLanguage.get(file.getParentFile()); local
301 String language = languageRegion.substring(0, regionIndex); local
389 String language = null; local
423 String language = getLanguage(context.file.getParentFile().getName()); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 37 language = Ruby;
64 language = Ruby;
85 language=Ruby;
104 language=Ruby;
125 language=Ruby;
143 language=Ruby;
160 # language=Ruby;
188 language=Ruby;
209 language=Ruby;
233 language=Ruby
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 115 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
126 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
129 [spellChecker recordResponse:NSCorrectionResponseRejected toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
131 [spellChecker recordResponse:NSCorrectionResponseIgnored toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
136 [spellChecker recordResponse:NSCorrectionResponseReverted toCorrection:replaced forWord:acceptedReplacement language:nil inSpellDocumentWithTag:documentTag];
140 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 122 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
133 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
136 [spellChecker recordResponse:NSCorrectionResponseRejected toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
138 [spellChecker recordResponse:NSCorrectionResponseIgnored toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
143 [spellChecker recordResponse:NSCorrectionResponseReverted toCorrection:replaced forWord:acceptedReplacement language:nil inSpellDocumentWithTag:documentTag];
147 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 9 options { language = Ruby; }
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 11 language = Ruby;
40 language = Ruby;
70 options { language = Ruby; }
127 language = Ruby;
predicates.rb 11 language = Ruby;
74 language = Ruby;
  /external/chromium/base/i18n/
rtl.cc 23 // Extract language and country, ignore keywords, concatenate using dash.
25 const char* language = locale.getLanguage(); local
29 (language != NULL && *language != '\0') ? language : "und";
70 std::string language = locale.getLanguage(); local
72 if (LowerCaseEqualsASCII(language, "es") &&
74 language += '-';
75 language += country;
76 return language;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_api_linux.cc 20 const std::string& language,
  /external/chromium/chrome/browser/
spellcheck_host.h 28 // * Retrieving the language used by the spellchecker.
53 const std::string& language,
76 // returns the index of the current spell check language in the vector.
  /external/chromium/chrome/browser/translate/
translate_tab_helper.h 27 void OnLanguageDetermined(const std::string& language,
34 // Information about the language the page is in and has been translated to.
  /external/freetype/include/freetype/internal/services/
svttcmap.h 48 /* language :: */
49 /* The language ID used in Mac fonts. Definitions of values are in */
61 FT_ULong language; member in struct:TT_CMapInfo_
  /external/webkit/Source/WebCore/page/
SpeechInput.h 65 bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 61 bool startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin*);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 13 * License for the specific language governing permissions and limitations under
30 public void setLanguage(final String language) {
31 final int[] codes = sLanguageToCodesMap.get(language);
143 final String language = (String)LANGUAGE_AND_CODES[i]; typedefs
145 sLanguageToCodesMap.put(language, codes);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 37 language=CSharp3;
ProfileGrammar.g3 37 language=CSharp3;

Completed in 898 milliseconds

1 23 4 5 6 7 8 91011>>