HomeSort by relevance Sort by last modified time
    Searched refs:sBuf (Results 1 - 8 of 8) sorted by null

  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 165 StringBuffer sBuf = new StringBuffer();
166 sBuf.append(str.charAt(0));
177 sBuf.append(current);
184 return sBuf.toString();
  /external/icu4c/test/intltest/
tscoll.cpp 110 uint8_t sBuf[512], tBuf[512];
121 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
129 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
numrgts.cpp 371 UnicodeString sBuf;
374 logln(df->format((int32_t)123, sBuf, fp));
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 236 uint8_t sBuf[16384], tBuf[16384];
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
256 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 309 milliseconds