OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTrieEnumValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrie.h
453
UTrieEnumValue
(const void *context, uint32_t value);
458
* transformed by the
UTrieEnumValue
function.
474
* the
UTrieEnumValue
function.
489
UTrieEnumValue
*enumValue, UTrieEnumRange *enumRange, const void *context);
utrie.c
1046
/* default
UTrieEnumValue
() returns the input value itself */
1058
UTrieEnumValue
*enumValue, UTrieEnumRange *enumRange, const void *context) {
[
all
...]
/external/icu4c/common/
utrie.h
454
UTrieEnumValue
(const void *context, uint32_t value);
459
* transformed by the
UTrieEnumValue
function.
475
* the
UTrieEnumValue
function.
490
UTrieEnumValue
*enumValue, UTrieEnumRange *enumRange, const void *context);
utrie.cpp
1046
/* default
UTrieEnumValue
() returns the input value itself */
1058
UTrieEnumValue
*enumValue, UTrieEnumRange *enumRange, const void *context) {
[
all
...]
Completed in 217 milliseconds