Searched refs:lastWord (Results 1 – 8 of 8) 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 | 150 String lastWord = ""; in TestDictionary() local 167 if (lastWord.length() > 0) { in TestDictionary() 173 int result = coll.compare(lastWord, word); in TestDictionary() 179 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary() 181 k1 = coll.getCollationKey(lastWord); in TestDictionary() 188 lastWord = word; in TestDictionary()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThaiTest.java | 147 String lastWord = ""; in TestDictionary() local 164 if (lastWord.length() > 0) { in TestDictionary() 170 int result = coll.compare(lastWord, word); in TestDictionary() 176 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary() 178 k1 = coll.getCollationKey(lastWord); in TestDictionary() 185 lastWord = word; in TestDictionary()
|
/external/skqp/tools/bookmaker/ |
D | textParser.cpp | 111 const char* lastWord = nullptr; in typedefName() local 122 lastWord = fChar; in typedefName() 127 if (!lastWord) { in typedefName() 130 builder += string(lastWord, end - lastWord); in typedefName()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpagefind.cpp | 250 WideString lastWord = m_csFindWhatArray[iWord - 1]; in FindNext() local 251 int lastChar = lastWord.Back(); in FindNext()
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | structs.h | 340 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 | 1257 transcodingParam->lastWord = streamdata->stream[streamdata->stream_index]; in EstCodeLpcCoef()
|