OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTrie
(Results
1 - 13
of
13
) sorted by null
/external/icu/icu4c/source/common/
utrie.h
8
* file name:
utrie
.h
132
* Runtime
UTrie
callback function.
151
struct
UTrie
{
173
typedef struct
UTrie
UTrie
;
261
/* Public
UTrie
API ---------------------------------------------------------*/
269
* @param trie (const
UTrie
*, in) a pointer to the runtime trie structure
280
* @param trie (const
UTrie
*, in) a pointer to the runtime trie structure
289
* @param trie (const
UTrie
*, in) a pointer to the runtime trie structure
299
* @param trie (const
UTrie
*, in) a pointer to the runtime trie structur
[
all
...]
sprpimpl.h
28
#include "
utrie
.h"
88
UTrie
sprepTrie;
rbbidata.h
53
#include "
utrie
.h"
182
UTrie
fTrie;
utrie2.h
13
* created on: 2008aug16 (starting from a copy of
utrie
.h)
26
struct
UTrie
; /* forward declaration */
28
typedef struct
UTrie
UTrie
;
39
* Compared with
UTrie
version 1:
44
* - The "folding" mechanism is removed. In
UTrie
version 1, this somewhat
329
* Get the
UTrie
version from 32-bit-aligned memory containing the serialized form
330
* of either a
UTrie
(version 1) or a UTrie2 (version 2).
333
* of a
UTrie
, version 1 or 2
338
* @return the
UTrie
version of the serialized form, or 0 if it is no
[
all
...]
usprep.cpp
228
UTrie
_sprepTrie={ 0,0,0,0,0,0,0 };
263
uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(
UTrie
));
858
/* swap the
UTrie
*/
utrie.cpp
8
* file name:
utrie
.cpp
27
#include "
utrie
.h"
855
utrie_unserialize(
UTrie
*trie, const void *data, int32_t length, UErrorCode *pErrorCode) {
930
utrie_unserializeDummy(
UTrie
*trie,
1057
utrie_enum(const
UTrie
*trie,
[
all
...]
utrie2_builder.cpp
34
#include "
utrie
.h" /* for utrie2_fromUTrie() and utrie_swap() */
345
utrie_printLengths(const
UTrie
*trie) {
406
/* Almost the same as utrie2_cloneAsThawed() but copies a
UTrie
and freezes the clone. */
408
utrie2_fromUTrie(const
UTrie
*trie1, uint32_t errorValue, UErrorCode *pErrorCode) {
[
all
...]
/external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp
15
* using a
UTrie
with 8-bit (byte) results per code point.
77
utrie_unserialize(&trie, trieData, length, &errorCode); // TODO: Implement for 8-bit
UTrie
!
109
UTrie
trie;
/external/icu/icu4c/source/common/unicode/
rbbi.h
33
struct
UTrie
;
/external/icu/icu4c/source/test/cintltst/
sprpdata.c
155
UTrie
trie = data->sprepTrie;
235
UTrie
trie = data->sprepTrie;
trietest.c
20
#include "
utrie
.h"
27
/* definitions from standalone
utrie
development */
142
const
UTrie
*trie,
263
UTrie
trie={ 0 };
457
UTrie
trie={ 0 };
511
* code coverage for
utrie
.c/defaultGetFoldedValue(),
512
* pick some combination of parameters for selecting the
UTrie
defaults
825
UTrie
trie;
trie2test.c
20
#include "
utrie
.h"
[
all
...]
/external/icu/icu4c/source/test/intltest/
testidn.cpp
37
#include "
utrie
.h"
67
static const
UTrie
*idnTrie = NULL;
Completed in 4009 milliseconds