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 24 * @see UCharIterator
40 struct UCharIterator;
41 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.1 */
44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
46 * @see UCharIterator
53 /** Constants for UCharIterator. @stable ICU 2.6 */
74 * Constant for UCharIterator getState() indicating an error o
    [all...]
unorm.h 325 * The input text is an instance of the C character iteration API UCharIterator.
385 unorm_next(UCharIterator *src,
418 unorm_previous(UCharIterator *src,
ustring.h 477 * as presented by UCharIterator objects.
496 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.h 16 * This file contains the declaration for a "lenient UTF-8" UCharIterator
27 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length);
uit_len8.c 16 * This file contains the implementation of the "lenient UTF-8" UCharIterator
18 * UTF-8-style macros are defined as well as the UCharIterator.
45 * but it is sufficient for a UCharIterator that returns only UChars anyway.
76 /* lenient-8 UCharIterator -------------------------------------------------- */
79 * This is a copy of the UTF-8 UCharIterator in uiter.cpp,
88 * Use UCharIterator fields as follows:
96 * Since UCharIterator delivers 16-bit code units, the iteration can be
110 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) {
202 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) {
375 lenient8IteratorHasNext(UCharIterator *iter)
    [all...]
uciter8.c 29 /* UCharIterator test ------------------------------------------------------- */
32 * The following code is a copy of the UCharIterator test code in
43 compareIterators(UCharIterator *iter1, const char *n1,
44 UCharIterator *iter2, const char *n2) {
214 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) {
305 UCharIterator iter1, iter2;
309 puts("test a UCharIterator for lenient 8-bit Unicode (accept single surrogates)");
  /external/icu/icu4c/source/test/intltest/
citrtest.h 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
tscoll.cpp 95 UCharIterator sIter, tIter;
152 UCharIterator sIter, tIter;
171 UCharIterator sIter, tIter;
  /external/icu/icu4c/source/common/
uiter.cpp 34 /* No-Op UCharIterator implementation for illegal input --------------------- */
37 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) {
42 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) {
47 noopHasNext(UCharIterator * /*iter*/) {
52 noopCurrent(UCharIterator * /*iter*/) {
57 noopGetState(const UCharIterator * /*iter*/) {
62 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) {
66 static const UCharIterator noopIterator={
80 /* UCharIterator implementation for simple strings -------------------------- */
86 * The UCharIterator.context field holds a pointer to the string
    [all...]
unorm.cpp 115 _iterate(UCharIterator *src, UBool forward,
175 unorm_iterate(UCharIterator *src, UBool forward,
195 unorm_previous(UCharIterator *src,
208 unorm_next(UCharIterator *src,
ustring.cpp 826 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) {
    [all...]
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 28 * UCharIterator-based collation element and character iterator.
34 UIterCollationIterator(const CollationData *d, UBool numeric, UCharIterator &ui)
56 UCharIterator &iter;
64 FCDUIterCollationIterator(const CollationData *data, UBool numeric, UCharIterator &ui, int32_t startIndex)
ucol.cpp 211 UCharIterator *iter,
410 UCharIterator *sIter,
411 UCharIterator *tIter,
coll.cpp 507 UCollationResult Collator::compare(UCharIterator &/*sIter*/,
508 UCharIterator &/*tIter*/,
523 UCharIterator sIter, tIter;
991 Collator::internalNextSortKeyPart(UCharIterator * /*iter*/, uint32_t /*state*/[2],
rulebasedcollator.cpp 910 UIterNFDIterator(UCharIterator &it) : iter(it) {}
916 UCharIterator &iter;
921 FCDUIterNFDIterator(const CollationData *data, UCharIterator &it, int32_t startIndex)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 446 * This version takes UCharIterator input.
453 virtual UCollationResult compare(UCharIterator &sIter,
454 UCharIterator &tIter,
    [all...]
tblcoll.h 317 * This version takes UCharIterator input.
324 virtual UCollationResult compare(UCharIterator &sIter,
325 UCharIterator &tIter,
724 UCharIterator *iter, uint32_t state[2],
    [all...]
ucol.h 653 UCharIterator *sIter,
654 UCharIterator *tIter,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java 231 class UCharIterator {
233 public UCharIterator(int[] src, int len, int index){
352 UCharIterator iter32 = new UCharIterator(expect, expect.length,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 227 class UCharIterator {
229 public UCharIterator(int[] src, int len, int index){
348 UCharIterator iter32 = new UCharIterator(expect, expect.length,
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 426 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 55 UCharIterator i1, i2;

Completed in 1485 milliseconds

1 2