Searched defs:mySource (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/cal/
H A Duprint.c32 const UChar *mySource; local
41 mySource = s;
42 mySourceEnd = mySource + sourceLen;
59 &mySource, mySourceEnd, NULL,
/external/chromium_org/third_party/icu/source/samples/date/
H A Duprint.c33 const UChar *mySource; local
42 mySource = s;
43 mySourceEnd = mySource + sourceLen;
60 &mySource, mySourceEnd, NULL,
/external/icu/icu4c/source/samples/cal/
H A Duprint.c32 const UChar *mySource; local
41 mySource = s;
42 mySourceEnd = mySource + sourceLen;
59 &mySource, mySourceEnd, NULL,
/external/icu/icu4c/source/samples/date/
H A Duprint.c33 const UChar *mySource; local
42 mySource = s;
43 mySourceEnd = mySource + sourceLen;
60 &mySource, mySourceEnd, NULL,
/external/chromium_org/third_party/icu/source/common/
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));
H A Ducnv_u32.c48 const unsigned char *mySource = (unsigned char *) args->source; local
65 while (mySource < sourceLimit && myTarget < targetLimit) {
70 if (mySource < sourceLimit) {
71 ch = (ch << 8) | (uint8_t)(*mySource);
72 toUBytes[i++] = (char) *(mySource++);
114 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) {
120 args->source = (const char *) mySource;
127 const unsigned char *mySource = (unsigned char *) args->source; local
146 while (mySource < sourceLimit && myTarget < targetLimit) {
151 if (mySource < sourceLimi
214 const UChar *mySource = args->source; local
315 const UChar *mySource = args->source; local
422 const uint8_t *mySource; local
510 const unsigned char *mySource = (unsigned char *) args->source; local
595 const unsigned char *mySource = (unsigned char *) args->source; local
692 const UChar *mySource = args->source; local
801 const UChar *mySource = args->source; local
917 const uint8_t *mySource; local
[all...]
H A Ducnv_u8.c103 const unsigned char *mySource = (unsigned char *) args->source; local
125 while (mySource < sourceLimit && myTarget < targetLimit)
127 ch = *(mySource++);
142 if (mySource < sourceLimit)
144 toUBytes[i] = (char) (ch2 = *mySource);
150 ++mySource;
217 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
224 args->source = (const char *) mySource;
231 const unsigned char *mySource = (unsigned char *) args->source; local
254 while (mySource < sourceLimi
361 const UChar *mySource = args->source; local
475 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 Ducnv_ct.c464 const char *mySource = (char *) args->source; local
489 while(mySource < mySourceLimit){
494 mySourceChar = (uint8_t)*mySource;
498 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err);
501 for (; mySource < mySourceLimit;) {
502 args->converter->toUBytes[args->converter->toULength++] = *mySource++;
508 mySource++; /* skip over the 0x1b byte */
520 mySource += sourceOffset;
526 while (mySource < mySourceLimit) {
527 if (*mySource
[all...]
H A Ducnv2022.cpp1042 const char* mySource = *source; local
1050 if (*mySource == ESC_2022){
1063 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022);
1065 value = getKey_2022(*(mySource+i), &key, &offset);
1067 if (value > 0 || *mySource==ESC_2022)
1068 return mySource;
1073 }while (++mySource < sourceLimit);
1077 while(mySource < sourceLimit && *mySource != ESC_2022) {
1078 ++mySource;
2057 const char *mySource = (char *) args->source; local
2650 const char *mySource = ( char *) args->source; local
3243 const char *mySource = (char *) args->source; local
[all...]
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duwmsg.c43 const UChar *mySource; local
51 mySource = s;
52 mySourceEnd = mySource + sourceLen;
69 &mySource, mySourceEnd, NULL,
/external/icu/icu4c/source/common/
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));
H A Ducnv_u32.c48 const unsigned char *mySource = (unsigned char *) args->source; local
65 while (mySource < sourceLimit && myTarget < targetLimit) {
70 if (mySource < sourceLimit) {
71 ch = (ch << 8) | (uint8_t)(*mySource);
72 toUBytes[i++] = (char) *(mySource++);
114 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) {
120 args->source = (const char *) mySource;
127 const unsigned char *mySource = (unsigned char *) args->source; local
146 while (mySource < sourceLimit && myTarget < targetLimit) {
151 if (mySource < sourceLimi
214 const UChar *mySource = args->source; local
315 const UChar *mySource = args->source; local
422 const uint8_t *mySource; local
510 const unsigned char *mySource = (unsigned char *) args->source; local
595 const unsigned char *mySource = (unsigned char *) args->source; local
692 const UChar *mySource = args->source; local
801 const UChar *mySource = args->source; local
917 const uint8_t *mySource; local
[all...]
H A Ducnv_u8.c94 const unsigned char *mySource = (unsigned char *) args->source; local
116 while (mySource < sourceLimit && myTarget < targetLimit)
118 ch = *(mySource++);
133 if (mySource < sourceLimit)
135 toUBytes[i] = (char) (ch2 = *mySource);
141 ++mySource;
208 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
215 args->source = (const char *) mySource;
222 const unsigned char *mySource = (unsigned char *) args->source; local
245 while (mySource < sourceLimi
352 const UChar *mySource = args->source; local
466 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 Ducnv_ct.c464 const char *mySource = (char *) args->source; local
489 while(mySource < mySourceLimit){
494 mySourceChar = (uint8_t)*mySource;
498 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err);
501 for (; mySource < mySourceLimit;) {
502 args->converter->toUBytes[args->converter->toULength++] = *mySource++;
508 mySource++; /* skip over the 0x1b byte */
520 mySource += sourceOffset;
526 while (mySource < mySourceLimit) {
527 if (*mySource
[all...]
H A Ducnv2022.cpp1047 const char* mySource = *source; local
1055 if (*mySource == ESC_2022){
1068 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022);
1070 value = getKey_2022(*(mySource+i), &key, &offset);
1072 if (value > 0 || *mySource==ESC_2022)
1073 return mySource;
1078 }while (++mySource < sourceLimit);
1082 while(mySource < sourceLimit && *mySource != ESC_2022) {
1083 ++mySource;
2062 const char *mySource = (char *) args->source; local
2655 const char *mySource = ( char *) args->source; local
3248 const char *mySource = (char *) args->source; local
[all...]
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c43 const UChar *mySource; local
51 mySource = s;
52 mySourceEnd = mySource + sourceLen;
69 &mySource, mySourceEnd, NULL,
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]

Completed in 7666 milliseconds