OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRestrictionLevel
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
identifier_info.h
39
* <li>call
getRestrictionLevel
to see what the UTS36 restriction level is.
158
URestrictionLevel
getRestrictionLevel
(UErrorCode &status) const;
identifier_info.cpp
228
URestrictionLevel IdentifierInfo::
getRestrictionLevel
(UErrorCode &status) const {
uspoof.cpp
487
URestrictionLevel idRestrictionLevel = identifierInfo->
getRestrictionLevel
(*status);
/external/chromium_org/third_party/icu/source/i18n/
identifier_info.h
39
* <li>call
getRestrictionLevel
to see what the UTS36 restriction level is.
158
URestrictionLevel
getRestrictionLevel
(UErrorCode &status) const;
identifier_info.cpp
233
URestrictionLevel IdentifierInfo::
getRestrictionLevel
(UErrorCode &status) const {
uspoof.cpp
454
URestrictionLevel idRestrictionLevel = identifierInfo->
getRestrictionLevel
(*status);
/external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp
528
TEST_ASSERT_MSG(restrictionLevel == idInfo.
getRestrictionLevel
(status), testNumStr);
701
TEST_ASSERT_MSG(expectedLevel == idInfo.
getRestrictionLevel
(status), msgBuffer);
/external/icu/icu4c/source/test/intltest/
itspoof.cpp
528
TEST_ASSERT_MSG(restrictionLevel == idInfo.
getRestrictionLevel
(status), testNumStr);
702
TEST_ASSERT_MSG(expectedLevel == idInfo.
getRestrictionLevel
(status), msgBuffer);
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 236 milliseconds