HomeSort by relevance Sort by last modified time
    Searched refs:srcLength (Results 51 - 73 of 73) sorted by null

1 23

  /external/icu4c/common/unicode/
ucnv.h     [all...]
ubidi.h     [all...]
uset.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h     [all...]
uset.h 688 * @param srcLength length of array
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h     [all...]
uset.h 688 * @param srcLength length of array
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
  /external/icu4c/test/intltest/
utxttest.cpp 305 int srcLength = 0; // a specific test.
322 case 1: srcLength = 1; break;
323 case 2: srcLength = 5; break;
324 case 3: srcLength = cpCount / 3;
330 case 3: srcIndex = cpCount - srcLength; break;
331 case 4: srcIndex = cpCount - srcLength - 1; break;
334 if (srcIndex < 0 || srcIndex + srcLength > cpCount) {
349 case 4: destIndex = srcIndex + srcLength + 1; break;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
363 u16Limit = u16Map[srcIndex+srcLength].nativeIdx
    [all...]
tstnorm.cpp 623 BasicNormalizerTest::TestPreviousNext(const UChar *src, int32_t srcLength,
631 Normalizer iter(src, srcLength, mode);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 232 int srcLength = srcList->length();
236 for (int i = 0; i < srcLength; i++) {
  /external/icu4c/common/
utext.cpp     [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 65 static int32_t ustrToAstr(const UChar* src, int32_t srcLength, char* dst, int32_t dstLength) {
70 if (srcLength < 0) {
75 srcLength = (int32_t)(s - src);
77 while (p < e && --srcLength >= 0) {
    [all...]
cbiditst.c 50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
    [all...]
ccapitst.c     [all...]
cnormtst.c 184 "preflight length/NUL %d!=%d preflight length/srcLength\n",
200 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
    [all...]
idnatest.c 46 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 487 milliseconds

1 23