HomeSort by relevance Sort by last modified time
    Searched refs:srcLength (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/icu/source/common/
ustr_titlecase_brkiter.cpp 52 const UChar *src, int32_t srcLength,
59 ubrk_setText(csm.iter=titleIter, src, srcLength, pErrorCode);
61 csm.iter=ubrk_open(UBRK_WORD, csm.locale, src, srcLength, pErrorCode);
66 src, srcLength,
77 const UChar *src, int32_t srcLength,
80 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
82 csm->iter=ubrk_open(UBRK_WORD, csm->locale, src, srcLength, pErrorCode);
87 src, srcLength,
ustr_wcs.cpp 67 int32_t srcLength,
89 if(srcLength == -1){
90 srcLength = u_strlen(pSrc);
93 pSrcLimit = pSrc + srcLength;
108 int32_t newCapacity = 2 * srcLength;
190 nulVal = (nulLen < srcLength) ? 1 : 0;
234 int32_t srcLength,
242 if( (src==NULL && srcLength!=0) || srcLength < -1 ||
251 if(srcLength == -1)
    [all...]
ubidiwrt.c 62 doWriteForward(const UChar *src, int32_t srcLength,
70 int32_t length=srcLength;
73 return srcLength;
78 return srcLength;
85 if(destSize<srcLength) {
87 return srcLength;
90 U16_NEXT(src, i, srcLength, c);
93 } while(i<srcLength);
94 return srcLength;
107 while(--srcLength>0)
    [all...]
punycode.h 45 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
67 u_strToPunycode(const UChar *src, int32_t srcLength,
78 * @param srcLength Length of puny, or -1 if NUL-terminated
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
ucasemap_titlecase_brkiter.cpp 46 const char *src, int32_t srcLength,
49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
61 (const uint8_t *)src, srcLength,
uidna.cpp 57 startsWithPrefix(const UChar* src , int32_t srcLength){
60 if(srcLength < ACE_PREFIX_LENGTH){
145 getNextSeparator(UChar *src, int32_t srcLength,
147 if(srcLength == -1){
163 for(i=0;i<srcLength;i++){
170 // if(i==srcLength)
171 *limit = src+srcLength;
194 _internal_toASCII(const UChar* src, int32_t srcLength,
226 if(srcLength == -1){
227 srcLength = u_strlen(src)
    [all...]
ustrcase_locale.cpp 86 const UChar *src, int32_t srcLength,
94 src, srcLength,
100 const UChar *src, int32_t srcLength,
108 src, srcLength,
ucasemap.cpp 211 * context [0..srcLength[ into account.
260 const uint8_t *src, int32_t srcLength,
279 csc.limit=srcLength;
285 while(prev<srcLength) {
293 if(idx==UBRK_DONE || idx>srcLength) {
294 idx=srcLength;
392 const uint8_t *src, int32_t srcLength,
396 csc.limit=srcLength;
400 src, &csc, 0, srcLength,
407 const uint8_t *src, int32_t srcLength,
    [all...]
  /external/icu/icu4c/source/common/
ustr_titlecase_brkiter.cpp 52 const UChar *src, int32_t srcLength,
59 ubrk_setText(csm.iter=titleIter, src, srcLength, pErrorCode);
61 csm.iter=ubrk_open(UBRK_WORD, csm.locale, src, srcLength, pErrorCode);
66 src, srcLength,
77 const UChar *src, int32_t srcLength,
80 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
82 csm->iter=ubrk_open(UBRK_WORD, csm->locale, src, srcLength, pErrorCode);
87 src, srcLength,
ustr_wcs.cpp 67 int32_t srcLength,
89 if(srcLength == -1){
90 srcLength = u_strlen(pSrc);
93 pSrcLimit = pSrc + srcLength;
108 int32_t newCapacity = 2 * srcLength;
190 nulVal = (nulLen < srcLength) ? 1 : 0;
234 int32_t srcLength,
242 if( (src==NULL && srcLength!=0) || srcLength < -1 ||
251 if(srcLength == -1)
    [all...]
ubidiwrt.c 62 doWriteForward(const UChar *src, int32_t srcLength,
70 int32_t length=srcLength;
73 return srcLength;
78 return srcLength;
85 if(destSize<srcLength) {
87 return srcLength;
90 U16_NEXT(src, i, srcLength, c);
93 } while(i<srcLength);
94 return srcLength;
107 while(--srcLength>0)
    [all...]
punycode.h 45 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
67 u_strToPunycode(const UChar *src, int32_t srcLength,
78 * @param srcLength Length of puny, or -1 if NUL-terminated
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
ucasemap_titlecase_brkiter.cpp 46 const char *src, int32_t srcLength,
49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
61 (const uint8_t *)src, srcLength,
uidna.cpp 57 startsWithPrefix(const UChar* src , int32_t srcLength){
60 if(srcLength < ACE_PREFIX_LENGTH){
145 getNextSeparator(UChar *src, int32_t srcLength,
147 if(srcLength == -1){
163 for(i=0;i<srcLength;i++){
170 // if(i==srcLength)
171 *limit = src+srcLength;
194 _internal_toASCII(const UChar* src, int32_t srcLength,
226 if(srcLength == -1){
227 srcLength = u_strlen(src)
    [all...]
ustrcase_locale.cpp 86 const UChar *src, int32_t srcLength,
94 src, srcLength,
100 const UChar *src, int32_t srcLength,
108 src, srcLength,
  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.h 52 nfs4_prepare(const char* src, int32_t srcLength,
68 nfs4_mixed_prepare( const char* src, int32_t srcLength,
83 nfs4_cis_prepare( const char* src, int32_t srcLength,
98 nfs4_cs_prepare( const char* src, int32_t srcLength,
nfsprep.c 40 nfs4_prepare( const char* src, int32_t srcLength,
66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status);
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status);
174 getPrefixSuffix(const char *src, int32_t srcLength,
181 while(i<srcLength){
183 if((i+1) == srcLength){
196 *suffixLen = srcLength - i;
206 nfs4_mixed_prepare( const char* src, int32_t srcLength,
224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.h 52 nfs4_prepare(const char* src, int32_t srcLength,
68 nfs4_mixed_prepare( const char* src, int32_t srcLength,
83 nfs4_cis_prepare( const char* src, int32_t srcLength,
98 nfs4_cs_prepare( const char* src, int32_t srcLength,
nfsprep.c 40 nfs4_prepare( const char* src, int32_t srcLength,
66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status);
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status);
174 getPrefixSuffix(const char *src, int32_t srcLength,
181 while(i<srcLength){
183 if((i+1) == srcLength){
196 *suffixLen = srcLength - i;
206 nfs4_mixed_prepare( const char* src, int32_t srcLength,
224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0))
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 71 const UChar *src, int32_t srcLength,
361 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
366 * @param srcLength the number of characters in <TT>src</TT> to compare
378 int32_t srcLength) const;
382 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
384 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
393 int32_t srcLength) const;
417 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
422 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
434 int32_t srcLength) const
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 71 const UChar *src, int32_t srcLength,
361 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
366 * @param srcLength the number of characters in <TT>src</TT> to compare
378 int32_t srcLength) const;
382 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
384 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
393 int32_t srcLength) const;
417 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
422 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
434 int32_t srcLength) const
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.cpp 47 startsWithPrefix(const UChar* src , int32_t srcLength){
50 if(srcLength < ACE_PREFIX_LENGTH){
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength,
141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);
199 static int32_t convertFromPuny( const UChar* src, int32_t srcLength,
206 convertUCharsToASCII(src, b1,srcLength);
211 unsigned char* caseFlags = NULL; //(unsigned char*) uprv_malloc(srcLength * sizeof(unsigned char*));
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags)
    [all...]
idnaref.h 39 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
62 idnaref_toASCII(const UChar* src, int32_t srcLength,
77 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
100 idnaref_toUnicode(const UChar* src, int32_t srcLength,
120 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
159 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
182 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 47 startsWithPrefix(const UChar* src , int32_t srcLength){
50 if(srcLength < ACE_PREFIX_LENGTH){
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength,
141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);
199 static int32_t convertFromPuny( const UChar* src, int32_t srcLength,
206 convertUCharsToASCII(src, b1,srcLength);
211 unsigned char* caseFlags = NULL; //(unsigned char*) uprv_malloc(srcLength * sizeof(unsigned char*));
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags)
    [all...]
idnaref.h 39 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
62 idnaref_toASCII(const UChar* src, int32_t srcLength,
77 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
100 idnaref_toUnicode(const UChar* src, int32_t srcLength,
120 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
159 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
182 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,

Completed in 687 milliseconds

1 2 3 4 5