Searched defs:isSourcePresent (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dtridpars.cpp540 * isSourcePresent. If the source is not present, ANY will be
541 * given as the source, and isSourcePresent will be NULL. Otherwise
542 * isSourcePresent will be non-NULL. The target may be empty if the
549 UBool& isSourcePresent) {
559 isSourcePresent = FALSE;
569 isSourcePresent = TRUE;
577 isSourcePresent = TRUE;
545 IDtoSTV(const UnicodeString& id, UnicodeString& source, UnicodeString& target, UnicodeString& variant, UBool& isSourcePresent) argument

Completed in 12 milliseconds