Searched refs:mySource (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/samples/cal/
H A Duprint.c32 const UChar *mySource; local
41 mySource = s;
42 mySourceEnd = mySource + sourceLen;
59 &mySource, mySourceEnd, NULL,
/external/icu4c/samples/date/
H A Duprint.c33 const UChar *mySource; local
42 mySource = s;
43 mySourceEnd = mySource + sourceLen;
60 &mySource, mySourceEnd, NULL,
/external/icu4c/common/
H A Ducnv_u32.c47 const unsigned char *mySource = (unsigned char *) args->source; local
64 while (mySource < sourceLimit && myTarget < targetLimit) {
69 if (mySource < sourceLimit) {
70 ch = (ch << 8) | (uint8_t)(*mySource);
71 toUBytes[i++] = (char) *(mySource++);
113 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) {
119 args->source = (const char *) mySource;
126 const unsigned char *mySource = (unsigned char *) args->source; local
145 while (mySource < sourceLimit && myTarget < targetLimit) {
150 if (mySource < sourceLimi
213 const UChar *mySource = args->source; local
314 const UChar *mySource = args->source; local
421 const uint8_t *mySource; local
509 const unsigned char *mySource = (unsigned char *) args->source; local
594 const unsigned char *mySource = (unsigned char *) args->source; local
691 const UChar *mySource = args->source; local
800 const UChar *mySource = args->source; local
916 const uint8_t *mySource; local
[all...]
H A Ducnv_u8.c91 const unsigned char *mySource = (unsigned char *) args->source; local
113 while (mySource < sourceLimit && myTarget < targetLimit)
115 ch = *(mySource++);
130 if (mySource < sourceLimit)
132 toUBytes[i] = (char) (ch2 = *mySource);
138 ++mySource;
205 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
212 args->source = (const char *) mySource;
219 const unsigned char *mySource = (unsigned char *) args->source; local
242 while (mySource < sourceLimi
349 const UChar *mySource = args->source; local
463 const UChar *mySource = args->source; local
[all...]
H A Ducnvhz.c157 const char *mySource = ( char *) args->source; local
172 while(mySource< mySourceLimit){
176 mySourceChar= (unsigned char) *mySource++;
187 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 2);
203 args->source = mySource;
227 --mySource;
234 args->source = mySource;
274 --mySource;
298 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 1-(myData->isStateDBCS));
329 args->source = mySource;
336 const UChar *mySource = args->source; local
[all...]
H A Ducnv2022.c1035 const char* mySource = *source; local
1043 if (*mySource == ESC_2022){
1056 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022);
1058 value = getKey_2022(*(mySource+i), &key, &offset);
1060 if (value > 0 || *mySource==ESC_2022)
1061 return mySource;
1066 }while (++mySource < sourceLimit);
1070 while(mySource < sourceLimit && *mySource != ESC_2022) {
1071 ++mySource;
2050 const char *mySource = (char *) args->source; local
2643 const char *mySource = ( char *) args->source; local
3234 const char *mySource = (char *) args->source; local
[all...]
H A Dunistr_cnv.cpp375 const char *mySource = codepageData; local
376 const char *mySourceEnd = mySource + dataLength;
401 &mySource, mySourceEnd, 0, TRUE, &status);
416 arraySize = (int32_t)(length() + 2 * (mySourceEnd - mySource));
/external/icu4c/io/
H A Dustdio.c313 const UChar *mySource = chars; local
329 mySource = u_file_translit(f, chars, &count, flushTranslit);
340 u_strncpy(f->str.fPos, mySource, written);
345 mySourceEnd = mySource + count;
349 mySourceBegin = mySource; /* beginning location for this loop */
355 &mySource,
361 int32_t convertChars = (int32_t) (mySourceEnd - mySource);
366 u_UCharsToChars(mySource, myTarget, convertChars);
367 mySource += convertChars;
379 written += (int32_t) (mySource
403 const char *mySource; local
[all...]
/external/icu4c/extra/uconv/
H A Duwmsg.c43 const UChar *mySource; local
51 mySource = s;
52 mySourceEnd = mySource + sourceLen;
69 &mySource, mySourceEnd, NULL,

Completed in 476 milliseconds