OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noopSingleton
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
normalizer2.cpp
420
STATIC_SIMPLE_SINGLETON(
noopSingleton
);
434
Norm2Singleton(
noopSingleton
).deleteInstance();
486
return Norm2Singleton(
noopSingleton
).getInstance(errorCode);
/external/icu4c/common/
normalizer2.cpp
490
STATIC_SIMPLE_SINGLETON(
noopSingleton
);
504
Norm2Singleton(
noopSingleton
).deleteInstance();
551
return Norm2Singleton(
noopSingleton
).getInstance(errorCode);
[
all
...]
Completed in 166 milliseconds