OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needsinit
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/io/
locbund.c
51
UBool
needsInit
;
53
UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL,
needsInit
);
54
if (
needsInit
) {
/external/icu4c/common/
brkeng.cpp
140
UBool
needsInit
;
149
needsInit
= (UBool)(fEngines == NULL);
150
if (!
needsInit
) {
166
if (
needsInit
) {
brkiter.cpp
286
UBool
needsInit
;
287
UMTX_CHECK(NULL, (UBool)(gService == NULL),
needsInit
);
289
if (
needsInit
) {
rbbi.cpp
[
all
...]
/external/icu4c/i18n/
csdetect.cpp
74
UBool
needsInit
;
81
UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL),
needsInit
);
83
if (
needsInit
) {
timezone.cpp
323
UBool
needsInit
;
324
UMTX_CHECK(&LOCK, (_GMT == NULL),
needsInit
); /* This is here to prevent race conditions. */
328
if (
needsInit
) {
564
UBool
needsInit
;
565
UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL),
needsInit
);
566
if (
needsInit
) {
[
all
...]
ucol_res.cpp
112
UBool
needsInit
;
113
UMTX_CHECK(NULL, (_staticUCA == NULL),
needsInit
);
115
if(
needsInit
) {
[
all
...]
ucol_bld.cpp
[
all
...]
Completed in 238 milliseconds