Searched refs:word (Results 1 – 11 of 11) sorted by relevance
95 private static capitalizeFirstCharIfAlpha(word: string): string {96 if (word.length === 0) {97 return word;100 if (!StringUtils.isAlpha(word[0])) {101 return word;103 return word[0].toUpperCase() + word.slice(1);
41 setContentView(R.layout.word); in onCreate()56 TextView word = (TextView) findViewById(R.id.word); in onCreate() local62 word.setText(cursor.getString(wIndex)); in onCreate()
228 public long addWord(String word, String definition) { in addWord() argument230 initialValues.put(KEY_WORD, word); in addWord()
106 int[] to = new int[] { R.id.word, in showResults()
115 word-wrap: break-word;
74 word-break: break-all;
211 JSONObject word = random.getJSONObject(0); in getRandomWord() local212 String foundWord = word.getString("title"); in getRandomWord()
150 private void startNavigating(String word, boolean pushHistory) { in startNavigating() argument157 new LookupTask().execute(word); in startNavigating()
637 String word = quotedWord.toString(); in commandLineSplit() local640 result.add(word.substring(1, word.length() - 1)); in commandLineSplit()
18309 "regex-automata/unicode-word-boundary",18617 "unicode-word-boundary",18641 "unicode-word-boundary": []21029 …"description": "Library for word wrapping, indenting, and dedenting strings. Has optional support …
8127 * The word 'cryptographic' can be left out if the rouines from the library11716 * The word 'cryptographic' can be left out if the rouines from the library