• Home
  • Raw
  • Download

Lines Matching refs:lines

53                 if(lines[i].name[0]>=0x41) {  in DictionaryTriePerfTest()
56 int32_t len=lines[i].len; in DictionaryTriePerfTest()
58 while(len>0 && ((c=lines[i].name[len-1])==0xa || c==0xd)) { in DictionaryTriePerfTest()
61 lines[i].len=len; in DictionaryTriePerfTest()
72 const ULine *getCachedLines() const { return lines; } in getCachedLines()
348 const ULine *lines=perf.getCachedLines(); in CompactTrieDictLookup() local
352 if(lines[i].name[0]<0x41) { in CompactTrieDictLookup()
355 builder.addWord(lines[i].name, lines[i].len, errorCode); in CompactTrieDictLookup()
369 const ULine *lines=perf.getCachedLines(); in call() local
373 if(lines[i].name[0]<0x41) { in call()
376 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
378 ctd->matches(&text, lines[i].len, in call()
380 if(count==0 || lengths[count-1]!=lines[i].len) { in call()
460 const ULine *lines=perf.getCachedLines(); in UCharsTrieDictLookup() local
464 if(lines[i].name[0]<0x41) { in UCharsTrieDictLookup()
467 builder->add(UnicodeString(FALSE, lines[i].name, lines[i].len), 0, errorCode); in UCharsTrieDictLookup()
493 const ULine *lines=perf.getCachedLines(); in call() local
497 if(lines[i].name[0]<0x41) { in call()
500 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
502 ucharsTrieMatches(*trie, &text, lines[i].len, in call()
504 if(count==0 || lengths[count-1]!=lines[i].len) { in call()
517 const ULine *lines=perf.getCachedLines(); in call() local
521 if(lines[i].name[0]<0x41) { in call()
524 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) { in call()
563 const ULine *lines=perf.getCachedLines(); in BytesTrieDictLookup() local
567 if(lines[i].name[0]<0x41) { in BytesTrieDictLookup()
570 if(!thaiWordToBytes(lines[i].name, lines[i].len, str.clear(), errorCode)) { in BytesTrieDictLookup()
642 const ULine *lines=perf.getCachedLines(); in call() local
646 if(lines[i].name[0]<0x41) { in call()
649 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
651 bytesTrieMatches(*trie, &text, lines[i].len, in call()
653 if(count==0 || lengths[count-1]!=lines[i].len) { in call()
669 const ULine *lines=perf.getCachedLines(); in call() local
672 const UChar *line=lines[i].name; in call()
678 int32_t lineLength=lines[i].len; in call()