Searched refs:word (Results 251 - 275 of 401) sorted by relevance

<<11121314151617

/external/icu4c/common/
H A Dtriedict.cpp51 uint16_t flags; // Flag word
61 kEndsWord = 0x0001 // This node marks the end of a valid word
85 // that starts a word that is midway in the list.
162 MutableTrieDictionary::addWord( const UChar *word, argument
174 fIter = utext_openUChars(fIter, word, length, &status);
210 const UChar *word;
211 while ((word = uenum_unext(words, &length, &status)) && U_SUCCESS(status)) {
212 addWord(word, length, status);
377 kParentEndsWord = 0x2000, // The node whose equal link points to this ends a word
478 // Check if the node we just exited ends a word
[all...]
H A Ducnv_ext.c36 uint32_t word0, word; local
51 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
55 * Shift byte once instead of each section word and add 0xffffff.
60 * so we need not mask off the lower 24 bits of each section word.
62 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
91 if(word<toUSection[i]) {
99 if(start<limit && byte==UCNV_EXT_TO_U_GET_BYTE(word=toUSection[start])) {
100 return UCNV_EXT_TO_U_GET_VALUE(word); /* never 0 */
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java67 /** Construct a bitset of size one word (64 bits) */
88 //System.out.println("word number is "+n);
203 long word = bits[i];
204 if (word != 0L) {
206 if ((word & (1L << bit)) != 0) {
415 return bits.length << LOG_BITS; // num words * bits per word
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py644 # spaces, the tabs and the next non white space (e.g. next word).
651 # - process tabs (changes either line or word, see below)
652 # - process word (first try to squeeze on line, then wrap or force wrap)
655 for spaces, current_tabs, word in line_regex.findall(text_line.rstrip()):
669 # if not all tab replacement is whitespace we prepend it to the word
670 word = tabs * len(current_tabs) + word
671 # Handle the case where word cannot be squeezed onto current last line
672 if len(line) + len(word) > length and len(indent) + len(word) <
[all...]
/external/openssl/crypto/bn/asm/
H A Darmv4-gf2m.s31 .word 0xe12fff1e
202 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
208 .word OPENSSL_armcap_P-(.Lpic+8)
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c154 .word vgabios_pci_data
210 .word 0x1013
211 .word 0x00b8 // CLGD5446
215 .word 0 // reserved
216 .word 0x18 // dlen
219 .word 0x300 // class,lo: vga display
220 .word 0x40 // bios size
221 .word 1 // revision
224 .word 0 // reserved
494 .word _video_param_tabl
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp422 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false) argument
436 //debug("add word loop, line[%d]:%c", i, line[i]);
441 *word++ = 'a' - 'A' + line[i];
443 *word++ = line[i];
447 *word = 0;
448 //debug("out, ret:%d, word:%s, word_size:%d, line start_pos:%d, line_size:%d",
449 // i, word, *word_size, start_pos, line_size);
/external/e2fsprogs/debian/attic/libs/
H A Drules20 COMERR_MAJOR = $(word 1,$(subst ., ,$(COMERR_VERSION)))
22 SS_MAJOR = $(word 1,$(subst ., ,$(SS_VERSION)))
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h85 // Return the bits that make up word Idx in our element.
86 BitWord word(unsigned Idx) const { function in struct:llvm::SparseBitVectorElement
323 // Current word number inside of our element.
342 Bits = Iter->word(WordNumber);
356 // See if we ran out of Bits in this word.
369 // Set up for next non zero word in bitmap.
374 Bits = Iter->word(WordNumber);
378 Bits = Iter->word(WordNumber);
/external/srec/srec/crec/
H A Dsrec_eosd.c140 if (ftoken->word != rec->context->beg_silence_word)
/external/srec/tools/grxmlcompile/
H A Dsub_phon.cpp37 std::string modelLabel, word; local
56 doc.findLabel(wordId, word );
57 if (IsSlot (word)) {
58 // std::cout << "Found slot "<< word <<std::endl;
73 pron.lookup( *(doc.getVocabulary()), word );
344 && arc[backwardList[rix]]->GetInput() >= 0) { // excludes word boundary
386 // Finally, special case for intra-word silence
/external/webkit/Source/WebCore/css/
H A DmediaControlsChromium.css121 word-spacing: normal;
150 word-spacing: normal;
H A DCSSPropertyNames.in159 word-break
160 word-spacing
161 word-wrap
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h112 virtual void getGuessesForWord(const WTF::String& word,
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h109 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h101 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
/external/chromium/chrome/browser/autofill/
H A Dcontact_info.cc186 // 1) it contains at least one word from the first name.
187 // 2) it contains at least one word from the last name.
188 // 3) all of the words in the field match a word in either the first,
263 bool NameInfo::IsWordInName(const string16& word, argument
268 if (StringToLowerASCII(word) == *iter)
/external/jpeg/
H A Darmv6_idct.S217 .word 0x6a0a3b21
218 .word 0xac61dd5d
/external/qemu/distrib/jpeg-6b/
H A Darmv6_idct.S217 .word 0x6a0a3b21
218 .word 0xac61dd5d
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.c385 # define CRC2(check, word) \
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
392 # define CRC4(check, word) \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
/external/srec/srec/Vocabulary/src/
H A DVocabulary.c95 ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len) argument
102 return self->getPronunciation(self, word, phoneme, len);
/external/zlib/src/
H A Dinflate.c440 # define CRC2(check, word) \
442 hbuf[0] = (unsigned char)(word); \
443 hbuf[1] = (unsigned char)((word) >> 8); \
447 # define CRC4(check, word) \
449 hbuf[0] = (unsigned char)(word); \
450 hbuf[1] = (unsigned char)((word) >> 8); \
451 hbuf[2] = (unsigned char)((word) >> 16); \
452 hbuf[3] = (unsigned char)((word) >> 24); \
/external/srec/srec_jni/
H A Dandroid_speech_srec_Recognizer.cpp353 (JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint weight, jstring tag) {
359 (wo = env->GetStringUTFChars(word, 0)) &&
366 if (wo) env->ReleaseStringUTFChars(word, wo);
455 (JNIEnv *env, jclass clazz, jint vocabulary, jstring word) {
458 const char* wo = env->GetStringUTFChars(word, 0);
460 env->ReleaseStringUTFChars(word, wo);
352 Java_android_speech_srec_Recognizer_SR_1GrammarAddWordToSlot(JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint weight, jstring tag) argument
454 Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation(JNIEnv *env, jclass clazz, jint vocabulary, jstring word) argument
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc335 // This invalidates the word cache.
439 // For each unique character in the word, in order of first appearance, get
453 // the sets from each word.
494 string16 word = iter.GetString(); local
496 TrimWhitespace(word, TRIM_ALL, &word);
497 if (!word.empty())
498 words.push_back(word);
545 // Add a new word to the word lis
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc1047 // To avoid false positives, we also require the word "true"
1275 for (const char* word = line.c_str(); *space; word = space+1) {
1278 space = strchr(word, ' ');
1280 space = word + strlen(word);
1281 const string glob(word, space - word);

Completed in 1499 milliseconds

<<11121314151617