/external/icu4c/test/intltest/ |
testidna.cpp | 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ 426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus); 430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus); 433 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, 0, prepOptions, &parseError, &prepStatus); 438 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, prepOutLength, prepOptions, &parseError, &prepStatus); 833 getNextSeperator(UChar *src,int32_t srcLength, 835 if(srcLength == -1){ 848 if(i==srcLength){ 849 *limit = src+srcLength; 854 for(i=0;i<srcLength;i++) [all...] |
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...] |
ustrtest.cpp | 431 // test that srcLength=-1 is handled in functions that 432 // take input const UChar */int32_t srcLength (j785) 438 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work"); 442 errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not work"); 446 errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work"); 450 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work"); 454 errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work"); 461 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work"); [all...] |
tstnorm.cpp | 623 BasicNormalizerTest::TestPreviousNext(const UChar *src, int32_t srcLength, 631 Normalizer iter(src, srcLength, mode); [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGFontFaceElement.cpp | 309 unsigned srcLength = srcList ? srcList->length() : 0; 310 for (unsigned i = 0; i < srcLength; i++) {
|
/dalvik/vm/ |
Misc.cpp | 586 size_t srcLength = strlen(src); 587 size_t copyLength = srcLength; 589 if (srcLength > (size - 1)) { 598 return srcLength;
|
/external/icu4c/common/ |
uset.cpp | 346 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength) { 352 if(src==NULL || srcLength<=0) { 361 if(srcLength<(2+length)) { 368 if(srcLength<(1+length)) {
|
ucnv.c | [all...] |
utext.cpp | [all...] |
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.cpp | 154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
|
/external/webkit/Source/WebCore/css/ |
CSSFontSelector.cpp | 232 int srcLength = srcList->length(); 236 for (int i = 0; i < srcLength; i++) {
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 688 * @param srcLength length of array 693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
|
ucnv.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 688 * @param srcLength length of array 693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
|
ucnv.h | [all...] |
/external/icu4c/test/cintltst/ |
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...] |
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...] |
ccapitst.c | [all...] |
cbiditst.c | 50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength, [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Imp.cpp | [all...] |
/external/icu4c/common/unicode/ |
ubidi.h | [all...] |
ucnv.h | [all...] |
uset.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | [all...] |
/external/llvm/lib/VMCore/ |
Instructions.cpp | [all...] |