/external/icu/icu4c/source/common/unicode/ |
D | uiter.h | 40 struct UCharIterator; 41 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef 105 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin); 142 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin); 157 UCharIteratorHasNext(UCharIterator *iter); 171 UCharIteratorHasPrevious(UCharIterator *iter); 186 UCharIteratorCurrent(UCharIterator *iter); 202 UCharIteratorNext(UCharIterator *iter); 218 UCharIteratorPrevious(UCharIterator *iter); 232 UCharIteratorReserved(UCharIterator *iter, int32_t something); [all …]
|
D | unorm.h | 380 unorm_next(UCharIterator *src, 413 unorm_previous(UCharIterator *src,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uiter.h | 40 struct UCharIterator; 41 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef 105 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin); 142 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin); 157 UCharIteratorHasNext(UCharIterator *iter); 171 UCharIteratorHasPrevious(UCharIterator *iter); 186 UCharIteratorCurrent(UCharIterator *iter); 202 UCharIteratorNext(UCharIterator *iter); 218 UCharIteratorPrevious(UCharIterator *iter); 232 UCharIteratorReserved(UCharIterator *iter, int32_t something); [all …]
|
D | unorm.h | 380 unorm_next(UCharIterator *src, 413 unorm_previous(UCharIterator *src,
|
/external/chromium_org/third_party/icu/source/common/ |
D | uiter.cpp | 37 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) { in noopGetIndex() argument 42 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) { in noopMove() argument 47 noopHasNext(UCharIterator * /*iter*/) { in noopHasNext() argument 52 noopCurrent(UCharIterator * /*iter*/) { in noopCurrent() argument 57 noopGetState(const UCharIterator * /*iter*/) { in noopGetState() argument 62 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { in noopSetState() argument 66 static const UCharIterator noopIterator={ 90 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in stringIteratorGetIndex() 110 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in stringIteratorMove() 143 stringIteratorHasNext(UCharIterator *iter) { in stringIteratorHasNext() [all …]
|
D | unorm_it.c | 34 UCharIterator api; 35 UCharIterator *iter; 68 initIndexes(UNormIterator *uni, UCharIterator *iter) { in initIndexes() 70 UCharIterator *api=&uni->api; in initIndexes() 92 UCharIterator *api=&uni->api; in reallocArrays() 133 moveContentsTowardStart(UCharIterator *api, UChar chars[], uint32_t states[], int32_t delta) { in moveContentsTowardStart() 160 moveContentsTowardEnd(UCharIterator *api, UChar chars[], uint32_t states[], int32_t delta) { in moveContentsTowardEnd() 190 readNext(UNormIterator *uni, UCharIterator *iter) { in readNext() 192 UCharIterator *api=&uni->api; in readNext() 260 readPrevious(UNormIterator *uni, UCharIterator *iter) { in readPrevious() [all …]
|
D | unorm_it.h | 143 U_CAPI UCharIterator * U_EXPORT2 144 unorm_setIter(UNormIterator *uni, UCharIterator *iter, UNormalizationMode mode, UErrorCode *pErrorC…
|
D | unorm.cpp | 117 _iterate(UCharIterator *src, UBool forward, in _iterate() 177 unorm_iterate(UCharIterator *src, UBool forward, in unorm_iterate() 197 unorm_previous(UCharIterator *src, in unorm_previous() 210 unorm_next(UCharIterator *src, in unorm_next()
|
/external/icu/icu4c/source/common/ |
D | uiter.cpp | 37 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) { in noopGetIndex() argument 42 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) { in noopMove() argument 47 noopHasNext(UCharIterator * /*iter*/) { in noopHasNext() argument 52 noopCurrent(UCharIterator * /*iter*/) { in noopCurrent() argument 57 noopGetState(const UCharIterator * /*iter*/) { in noopGetState() argument 62 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { in noopSetState() argument 66 static const UCharIterator noopIterator={ 90 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in stringIteratorGetIndex() 110 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in stringIteratorMove() 143 stringIteratorHasNext(UCharIterator *iter) { in stringIteratorHasNext() [all …]
|
D | unorm.cpp | 117 _iterate(UCharIterator *src, UBool forward, in _iterate() 177 unorm_iterate(UCharIterator *src, UBool forward, in unorm_iterate() 197 unorm_previous(UCharIterator *src, in unorm_previous() 210 unorm_next(UCharIterator *src, in unorm_next()
|
/external/icu/icu4c/source/samples/uciter8/ |
D | uit_len8.c | 110 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in lenient8IteratorGetIndex() 202 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in lenient8IteratorMove() 375 lenient8IteratorHasNext(UCharIterator *iter) { in lenient8IteratorHasNext() 380 lenient8IteratorHasPrevious(UCharIterator *iter) { in lenient8IteratorHasPrevious() 385 lenient8IteratorCurrent(UCharIterator *iter) { in lenient8IteratorCurrent() 407 lenient8IteratorNext(UCharIterator *iter) { in lenient8IteratorNext() 444 lenient8IteratorPrevious(UCharIterator *iter) { in lenient8IteratorPrevious() 480 lenient8IteratorGetState(const UCharIterator *iter) { in lenient8IteratorGetState() 489 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in lenient8IteratorSetState() 525 static const UCharIterator lenient8Iterator={ [all …]
|
D | readme.txt | 2 uciter8: Lenient reading of 8-bit Unicode with a UCharIterator 7 UTF-8-style macros are defined as well as a UCharIterator. 11 If you wish to use the lenient-UTF/CESU-8 UCharIterator in a context outside of 16 This UCharIterator reads an arbitrary mix of UTF-8 and CESU-8 text. 23 uit_len8.c Lenient-UTF/CESU-8 UCharIterator implementation 24 uit_len8.h Header file with the prototoype for the lenient-UTF/CESU-8 UCharIterator
|
D | uciter8.c | 45 compareIterators(UCharIterator *iter1, const char *n1, in compareIterators() 46 UCharIterator *iter2, const char *n2) { in compareIterators() 216 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) { in testIteratorState() 307 UCharIterator iter1, iter2; in TestLenient8Iterator()
|
D | uit_len8.h | 27 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length);
|
/external/chromium_org/third_party/icu/source/samples/uciter8/ |
D | uit_len8.c | 110 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in lenient8IteratorGetIndex() 202 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in lenient8IteratorMove() 375 lenient8IteratorHasNext(UCharIterator *iter) { in lenient8IteratorHasNext() 380 lenient8IteratorHasPrevious(UCharIterator *iter) { in lenient8IteratorHasPrevious() 385 lenient8IteratorCurrent(UCharIterator *iter) { in lenient8IteratorCurrent() 407 lenient8IteratorNext(UCharIterator *iter) { in lenient8IteratorNext() 444 lenient8IteratorPrevious(UCharIterator *iter) { in lenient8IteratorPrevious() 480 lenient8IteratorGetState(const UCharIterator *iter) { in lenient8IteratorGetState() 489 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in lenient8IteratorSetState() 525 static const UCharIterator lenient8Iterator={ [all …]
|
D | readme.txt | 2 uciter8: Lenient reading of 8-bit Unicode with a UCharIterator 7 UTF-8-style macros are defined as well as a UCharIterator. 11 If you wish to use the lenient-UTF/CESU-8 UCharIterator in a context outside of 16 This UCharIterator reads an arbitrary mix of UTF-8 and CESU-8 text. 23 uit_len8.c Lenient-UTF/CESU-8 UCharIterator implementation 24 uit_len8.h Header file with the prototoype for the lenient-UTF/CESU-8 UCharIterator
|
D | uciter8.c | 45 compareIterators(UCharIterator *iter1, const char *n1, in compareIterators() 46 UCharIterator *iter2, const char *n2) { in compareIterators() 216 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) { in testIteratorState() 307 UCharIterator iter1, iter2; in TestLenient8Iterator()
|
D | uit_len8.h | 27 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length);
|
/external/icu/icu4c/source/i18n/ |
D | uitercollationiterator.h | 34 UIterCollationIterator(const CollationData *d, UBool numeric, UCharIterator &ui) in UIterCollationIterator() 56 UCharIterator &iter; 64 …FCDUIterCollationIterator(const CollationData *data, UBool numeric, UCharIterator &ui, int32_t sta… in FCDUIterCollationIterator()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 323 virtual UCollationResult compare(UCharIterator &sIter, 324 UCharIterator &tIter, 710 UCharIterator *iter, uint32_t state[2],
|
D | coll.h | 461 virtual UCollationResult compare(UCharIterator &sIter, 462 UCharIterator &tIter, 1148 UCharIterator *iter, uint32_t state[2],
|
D | ucol.h | 652 UCharIterator *sIter, 653 UCharIterator *tIter, 1019 UCharIterator *iter,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | citrtest.h | 40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
|
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.h | 40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | ucol.h | 636 UCharIterator *sIter, 637 UCharIterator *tIter, 1003 UCharIterator *iter,
|