OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharNames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
unames.c
81
}
UCharNames
;
84
* Get the groups table from a
UCharNames
struct.
89
* @param names (const
UCharNames
*) pointer to the
UCharNames
indexes
102
static
UCharNames
*
uCharNames
=NULL;
166
if(
uCharNames
) {
167
uCharNames
= NULL;
190
/* load
UCharNames
from file if necessary */
194
UMTX_CHECK(NULL, (
uCharNames
!=NULL), isCached)
[
all
...]
/external/icu4c/common/
unames.cpp
83
}
UCharNames
;
86
* Get the groups table from a
UCharNames
struct.
91
* @param names (const
UCharNames
*) pointer to the
UCharNames
indexes
104
static
UCharNames
*
uCharNames
=NULL;
168
if(
uCharNames
) {
169
uCharNames
= NULL;
192
/* load
UCharNames
from file if necessary */
196
UMTX_CHECK(NULL, (
uCharNames
!=NULL), isCached)
[
all
...]
Completed in 1411 milliseconds