Searched refs:UCharOffset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp693 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE); local
694 uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
708 UCharOffset++;
716 while(*UCharOffset != 0xFFFF) {
717 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
718 buffer[leftIndex] = *UCharOffset;
729 UCharOffset++;
736 while(*UCharOffset != 0xFFFF) {
737 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
738 buffer[rightIndex] = *UCharOffset;
[all...]
H A Ducol.cpp2423 UChar *UCharOffset; local
2452 UCharOffset = (UChar *)(tempconstart + 1); /* skip the backward offset*/
2455 while (schar > (tchar = *UCharOffset)) {
2456 UCharOffset++;
2472 (UCharOffset - coll->contractionIndex));
2703 const UChar *UCharOffset; local
2716 const UChar *ContractionStart = UCharOffset = (UChar *)coll->image+getContractOffset(CE);
2718 CE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
2724 while(schar > (tchar = *UCharOffset)) { /* since the contraction codepoints should be ordered, we skip all that are smaller */
2725 UCharOffset
2767 const UChar *UCharOffset; local
3332 UChar *UCharOffset = NULL; local
3358 const UChar *UCharOffset; local
6741 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE); local
7985 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE&0xFFF); local
[all...]
/external/icu4c/i18n/
H A Ducol_sit.cpp737 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE); local
738 uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
752 UCharOffset++;
760 while(*UCharOffset != 0xFFFF) {
761 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
762 buffer[leftIndex] = *UCharOffset;
773 UCharOffset++;
780 while(*UCharOffset != 0xFFFF) {
781 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
782 buffer[rightIndex] = *UCharOffset;
[all...]
H A Ducol.cpp2498 UChar *UCharOffset; local
2527 UCharOffset = (UChar *)(tempconstart + 1); /* skip the backward offset*/
2530 while (schar > (tchar = *UCharOffset)) {
2531 UCharOffset++;
2547 (UCharOffset - coll->contractionIndex));
2778 const UChar *UCharOffset; local
2791 const UChar *ContractionStart = UCharOffset = (UChar *)coll->image+getContractOffset(CE);
2793 CE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
2799 while(schar > (tchar = *UCharOffset)) { /* since the contraction codepoints should be ordered, we skip all that are smaller */
2800 UCharOffset
2842 const UChar *UCharOffset; local
3407 UChar *UCharOffset = NULL; local
3433 const UChar *UCharOffset; local
6349 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE); local
7688 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE&0xFFF); local
8096 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE&0xFFF); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 159 milliseconds