Searched refs:lastWord (Results 1 – 9 of 9) 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/pdfium/core/fpdftext/ |
D | cpdf_textpagefind.cpp | 176 WideString lastWord = m_csFindWhatArray[iWord - 1]; in FindNext() local 177 int lastChar = lastWord[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()
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 1318 const char* lastWord = nullptr; in typedefName() local 1323 lastWord = fChar; in typedefName() 1328 if (!lastWord) { in typedefName() 1331 builder += string(lastWord, end - lastWord); in typedefName()
|
/external/skia/tools/bookmaker/ |
D | bookmaker.cpp | 1416 const char* lastWord = nullptr; in typedefName() local 1421 lastWord = fChar; in typedefName() 1426 if (!lastWord) { in typedefName() 1429 builder += string(lastWord, end - lastWord); in typedefName()
|