OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNormIterator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
unorm_it.h
40
*
UNormIterator
*uni;
82
struct
UNormIterator
;
83
typedef struct
UNormIterator
UNormIterator
;
86
* Size of a stack buffer to hold a
UNormIterator
, see the stackMem parameter
98
* the
UNormIterator
if possible; can be NULL.
102
* @return an allocated and pre-initialized
UNormIterator
105
U_CAPI
UNormIterator
* U_EXPORT2
111
* @param uni
UNormIterator
from unorm_openIter()
115
unorm_closeIter(
UNormIterator
*uni)
[
all
...]
unorm_it.c
27
/*
UNormIterator
------------------------------------------------------------ */
33
struct
UNormIterator
{
68
initIndexes(
UNormIterator
*uni, UCharIterator *iter) {
90
reallocArrays(
UNormIterator
*uni, int32_t capacity, UBool addAtStart) {
165
destIndex=((
UNormIterator
*)api)->capacity;
190
readNext(
UNormIterator
*uni, UCharIterator *iter) {
260
readPrevious(
UNormIterator
*uni, UCharIterator *iter) {
350
UNormIterator
*uni=(
UNormIterator
*)api;
435
return api->index<api->limit || ((
UNormIterator
*)api)->hasNext
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
[
all
...]
Completed in 94 milliseconds