HomeSort by relevance Sort by last modified time
    Searched refs:UCharIterator (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/common/unicode/
uiter.h 26 * @see UCharIterator
42 struct UCharIterator;
43 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.1 */
46 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
48 * @see UCharIterator
55 /** Constants for UCharIterator. @stable ICU 2.6 */
76 * Constant for UCharIterator getState() indicating an error o
    [all...]
unorm.h 327 * The input text is an instance of the C character iteration API UCharIterator.
387 unorm_next(UCharIterator *src,
420 unorm_previous(UCharIterator *src,
ustring.h 479 * as presented by UCharIterator objects.
498 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.h 22 * This file contains the declaration for a "lenient UTF-8" UCharIterator
33 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length);
uit_len8.c 22 * This file contains the implementation of the "lenient UTF-8" UCharIterator
24 * UTF-8-style macros are defined as well as the UCharIterator.
51 * but it is sufficient for a UCharIterator that returns only UChars anyway.
82 /* lenient-8 UCharIterator -------------------------------------------------- */
85 * This is a copy of the UTF-8 UCharIterator in uiter.cpp,
94 * Use UCharIterator fields as follows:
102 * Since UCharIterator delivers 16-bit code units, the iteration can be
116 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) {
208 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) {
381 lenient8IteratorHasNext(UCharIterator *iter)
    [all...]
uciter8.c 39 /* UCharIterator test ------------------------------------------------------- */
42 * The following code is a copy of the UCharIterator test code in
53 compareIterators(UCharIterator *iter1, const char *n1,
54 UCharIterator *iter2, const char *n2) {
224 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) {
315 UCharIterator iter1, iter2;
319 puts("test a UCharIterator for lenient 8-bit Unicode (accept single surrogates)");
  /external/icu/icu4c/source/test/intltest/
citrtest.h 42 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
tscoll.cpp 97 UCharIterator sIter, tIter;
154 UCharIterator sIter, tIter;
173 UCharIterator sIter, tIter;
  /external/icu/icu4c/source/common/
uiter.cpp 36 /* No-Op UCharIterator implementation for illegal input --------------------- */
39 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) {
44 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) {
49 noopHasNext(UCharIterator * /*iter*/) {
54 noopCurrent(UCharIterator * /*iter*/) {
59 noopGetState(const UCharIterator * /*iter*/) {
64 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) {
68 static const UCharIterator noopIterator={
82 /* UCharIterator implementation for simple strings -------------------------- */
88 * The UCharIterator.context field holds a pointer to the string
    [all...]
unorm.cpp 117 _iterate(UCharIterator *src, UBool forward,
177 unorm_iterate(UCharIterator *src, UBool forward,
197 unorm_previous(UCharIterator *src,
210 unorm_next(UCharIterator *src,
ustring.cpp 829 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) {
    [all...]
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 31 * UCharIterator-based collation element and character iterator.
37 UIterCollationIterator(const CollationData *d, UBool numeric, UCharIterator &ui)
59 UCharIterator &iter;
67 FCDUIterCollationIterator(const CollationData *data, UBool numeric, UCharIterator &ui, int32_t startIndex)
ucol.cpp 213 UCharIterator *iter,
412 UCharIterator *sIter,
413 UCharIterator *tIter,
coll.cpp 511 UCollationResult Collator::compare(UCharIterator &/*sIter*/,
512 UCharIterator &/*tIter*/,
527 UCharIterator sIter, tIter;
995 Collator::internalNextSortKeyPart(UCharIterator * /*iter*/, uint32_t /*state*/[2],
rulebasedcollator.cpp 912 UIterNFDIterator(UCharIterator &it) : iter(it) {}
918 UCharIterator &iter;
923 FCDUIterNFDIterator(const CollationData *data, UCharIterator &it, int32_t startIndex)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 451 * This version takes UCharIterator input.
458 virtual UCollationResult compare(UCharIterator &sIter,
459 UCharIterator &tIter,
    [all...]
tblcoll.h 319 * This version takes UCharIterator input.
326 virtual UCollationResult compare(UCharIterator &sIter,
327 UCharIterator &tIter,
726 UCharIterator *iter, uint32_t state[2],
    [all...]
ucol.h 664 UCharIterator *sIter,
665 UCharIterator *tIter,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java 227 class UCharIterator {
229 public UCharIterator(int[] src, int len, int index){
349 UCharIterator iter32 = new UCharIterator(expect, expect.length,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 224 class UCharIterator {
226 public UCharIterator(int[] src, int len, int index){
346 UCharIterator iter32 = new UCharIterator(expect, expect.length,
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 428 UCharIterator iter1, iter2;
    [all...]
cmsccoll.c     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /external/sqlite/android/
sqlite3_android.cpp 58 UCharIterator i1, i2;

Completed in 1211 milliseconds

1 2