Searched refs:sBuf (Results 1 – 5 of 5) sorted by relevance
/external/apache-http/src/org/apache/commons/codec/language/ |
D | RefinedSoundex.java | 165 StringBuffer sBuf = new StringBuffer(); in soundex() local 166 sBuf.append(str.charAt(0)); in soundex() 177 sBuf.append(current); in soundex() 184 return sBuf.toString(); in soundex()
|
/external/icu4c/test/intltest/ |
D | tscoll.cpp | 100 uint8_t sBuf[512], tBuf[512]; in compareUsingPartials() local 111 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials() 119 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
D | numrgts.cpp | 354 UnicodeString sBuf; in Test4088503() local 357 logln(df->format((int32_t)123, sBuf, fp)); in Test4088503()
|
/external/icu4c/test/cintltst/ |
D | callcoll.c | 235 uint8_t sBuf[16384], tBuf[16384]; in compareUsingPartials() local 247 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials() 255 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/external/icu4c/i18n/ |
D | ucol.cpp | 6935 UChar *sBuf = NULL; in ucol_checkIdent() local 6953 sBuf = sColl->string; in ucol_checkIdent() 6959 if (unorm_quickCheck(sBuf, sLen, UNORM_NFD, status) != UNORM_YES) { in ucol_checkIdent() 6961 sBuf, sLen, in ucol_checkIdent() 6975 sBuf, sLen, in ucol_checkIdent() 6980 uprv_free(sBuf); in ucol_checkIdent() 6983 sBuf = sColl->writableBuffer; in ucol_checkIdent() 6984 if (sBuf != sColl->stackWritableBuffer) { in ucol_checkIdent() 7022 comparison = u_strcmpCodePointOrder(sBuf, tBuf); in ucol_checkIdent() 7025 sLen = u_strlen(sBuf); in ucol_checkIdent() [all …]
|