Searched refs:lastWord (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | thcoll.cpp | 98 UnicodeString lastWord, word; in TestNamesList() local 110 if (lastWord.length() > 0) { in TestNamesList() 111 Collator::EComparisonResult result = coll->compare(lastWord, word); in TestNamesList() 112 doTest(coll, lastWord, word, result); in TestNamesList() 114 lastWord = word; in TestNamesList() 145 UnicodeString lastWord, word; in TestDictionary() local 157 if (lastWord.length() > 0) { in TestDictionary() 158 int32_t result = coll->compare(lastWord, word); in TestDictionary() 167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary() 173 coll->getCollationKey(lastWord, k1, status); in TestDictionary() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThaiTest.java | 145 String lastWord = ""; in TestDictionary() local 162 if (lastWord.length() > 0) { in TestDictionary() 168 int result = coll.compare(lastWord, word); in TestDictionary() 174 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary() 176 k1 = coll.getCollationKey(lastWord); in TestDictionary() 183 lastWord = word; in TestDictionary()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThaiTest.java | 144 String lastWord = ""; in TestDictionary() local 161 if (lastWord.length() > 0) { in TestDictionary() 167 int result = coll.compare(lastWord, word); in TestDictionary() 173 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary() 175 k1 = coll.getCollationKey(lastWord); in TestDictionary() 182 lastWord = word; in TestDictionary()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpagefind.cpp | 178 CFX_WideString lastWord = m_csFindWhatArray[iWord - 1]; in FindNext() local 179 int lastChar = lastWord.GetAt(lastWord.GetLength() - 1); in FindNext()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | structs.h | 376 uint16_t lastWord; member
|
D | encode.c | 383 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index] = transcodingParam.lastWord; in WebRtcIsacfix_EncodeImpl()
|
D | entropy_coding.c | 1235 transcodingParam->lastWord = streamdata->stream[streamdata->stream_index]; in EstCodeLpcCoef()
|