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

12 3

  /external/webkit/Source/WebCore/icu/unicode/
ustring.h     [all...]
unorm.h 256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
283 * @param srcLength Length of source to test, or -1 if NUL-terminated.
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
303 * @param srcLength Length of source to test, or -1 if NUL-terminated.
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h     [all...]
unorm.h 256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
283 * @param srcLength Length of source to test, or -1 if NUL-terminated.
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
303 * @param srcLength Length of source to test, or -1 if NUL-terminated.
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
  /external/icu4c/common/
unistr_cnv.cpp 85 UnicodeString::UnicodeString(const char *src, int32_t srcLength,
95 } else if(srcLength<-1) {
99 if(srcLength==-1) {
100 srcLength=(int32_t)uprv_strlen(src);
102 if(srcLength>0) {
106 doCodepageCreate(src, srcLength, cnv, errorCode);
110 doCodepageCreate(src, srcLength, cnv, errorCode);
usprep.cpp 518 const UChar* src, int32_t srcLength,
536 for(srcIndex=0;srcIndex<srcLength;){
539 U16_NEXT(src,srcIndex,srcLength,ch);
550 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
612 usprep_normalize( const UChar* src, int32_t srcLength,
616 src, srcLength,
667 const UChar* src, int32_t srcLength,
679 if(profile==NULL || src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
696 if(srcLength == -1){
697 srcLength = u_strlen(src)
    [all...]
uts46.cpp 316 int32_t srcLength=src.length();
317 if(srcLength==0) {
323 UChar *destArray=dest.getBuffer(srcLength);
333 if(i==srcLength) {
368 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
380 if(i==labelStart && i<(srcLength-1)) {
412 int32_t srcLength=src.length();
413 if(srcArray==NULL && srcLength!=0) {
419 if(srcLength==0) {
428 if(srcLength<=256) { // length of stackArray[
    [all...]
ucnv.c     [all...]
ucnv_ext.c 122 const char *src, int32_t srcLength,
147 srcLength=0;
149 if(srcLength>1) {
150 srcLength=1;
180 } else if(j<srcLength) {
503 * @param srcLength length of src, >=0
521 const UChar *src, int32_t srcLength,
595 } else if(j<srcLength) {
    [all...]
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)) {
  /external/icu4c/test/intltest/
nptrans.cpp 139 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength,
149 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
154 UnicodeString rsource(src,srcLength);
184 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength,
195 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
208 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
216 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
testidna.h 30 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
79 void debug(const UChar* src, int32_t srcLength, int32_t options);
tstnorm.h 55 TestPreviousNext(const UChar *src, int32_t srcLength,
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...]
  /external/icu4c/common/unicode/
unorm.h 242 * @param srcLength Length of source to test, or -1 if NUL-terminated.
254 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
269 * @param srcLength Length of source to test, or -1 if NUL-terminated.
280 unorm_isNormalized(const UChar *src, int32_t srcLength,
289 * @param srcLength Length of source to test, or -1 if NUL-terminated.
302 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
uidna.h 508 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
539 uidna_toASCII(const UChar* src, int32_t srcLength,
553 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
587 uidna_toUnicode(const UChar* src, int32_t srcLength,
607 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
638 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
654 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
685 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
usprep.h 236 * @param srcLength Number of characters in the source string
260 const UChar* src, int32_t srcLength,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
unorm.h 256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
283 * @param srcLength Length of source to test, or -1 if NUL-terminated.
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
303 * @param srcLength Length of source to test, or -1 if NUL-terminated.
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 123 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
126 int realLength = u_strFoldCase(result, resultLength, src, srcLength, U_FOLD_CASE_DEFAULT, &status);
131 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
134 int realLength = u_strToLower(result, resultLength, src, srcLength, "", &status);
149 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
152 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 162 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
164 const UChar *e = src + srcLength;
220 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
222 const UChar *e = src + srcLength;
283 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
287 if (resultLength < srcLength) {
289 return srcLength;
291 for (int i = 0; i < srcLength; ++i)
293 return srcLength;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 129 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
131 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
143 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
  /external/icu4c/test/cintltst/
spreptst.c 760 int32_t srcLength, resultLength, expectedLength;
780 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH;
784 srcLength = u_unescape(profile_test_case[i], src, srcLength);
787 resultLength = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &status);
custrtrn.c     [all...]
  /dalvik/vm/
Misc.cpp 591 size_t srcLength = strlen(src);
592 size_t copyLength = srcLength;
594 if (srcLength > (size - 1)) {
603 return srcLength;
  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 309 unsigned srcLength = srcList ? srcList->length() : 0;
310 for (unsigned i = 0; i < srcLength; i++) {

Completed in 1093 milliseconds

12 3