HomeSort by relevance Sort by last modified time
    Searched full:srclength (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/webkit/Source/WebCore/icu/unicode/
uidna.h 86 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
131 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
186 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
216 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
232 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
262 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
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/
uidna.h 86 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
131 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
186 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
216 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
232 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
262 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
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/test/intltest/
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/
punycode.c 179 u_strToPunycode(const UChar *src, int32_t srcLength,
193 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
203 if(srcLength==-1) {
240 for(j=0; j<srcLength; ++j) {
260 } else if(UTF_IS_LEAD(c) && (j+1)<srcLength && UTF_IS_TRAIL(c2=src[j+1])) {
372 u_strFromPunycode(const UChar *src, int32_t srcLength,
385 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
390 if(srcLength==-1) {
391 srcLength=u_strlen(src);
402 for(j=srcLength; j>0;)
    [all...]
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_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...]
  /bionic/libc/netbsd/net/
base64.c 137 b64_ntop(src, srclength, target, targsize)
139 size_t srclength;
151 while (2 < srclength) {
155 srclength -= 3;
177 if (0 != srclength) {
180 for (i = 0; i < srclength; i++)
196 if (srclength == 1)
  /external/icu4c/common/unicode/
ustring.h     [all...]
usprep.h 236 * @param srcLength Number of characters in the source string
260 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,
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,
  /external/webkit/Source/JavaScriptCore/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/JavaScriptGlue/icu/unicode/
ustring.h     [all...]
  /external/icu4c/test/cintltst/
custrtrn.c     [all...]
cstrcase.c 71 buffer, -1, /* implicit srcLength */
218 log_err("error in u_strToUpper(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
322 log_err("error in u_strToTitle(UBRK_CHARACTERS srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
500 buffer, -1, /* implicit srcLength */
616 log_err("error in u_strFoldCase(exclude special i srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
819 /* srcLength<-1 */
824 log_err("ucasemap_utf8ToLower(srcLength<-1) failed\n");
    [all...]
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);
  /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;

Completed in 4080 milliseconds

12 3 4