Lines Matching full:then
38 * locale and then ask it for individual resources.
202 * then ures_open() is called.
364 * If forceCopy==TRUE, then the string is always written to the dest buffer
367 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
369 * copied or transformed, then it may be placed into dest at an arbitrary offset.
371 * If the string is to be written to dest, then U_BUFFER_OVERFLOW_ERROR and
374 * If the string is transformed from UTF-16, then a conversion error may occur
375 * if an unpaired surrogate is encountered. If the function is successful, then
385 * @param forceCopy If TRUE, then the output string will always be written to
388 * If FALSE, then the dest buffer may or may not contain a
390 then the UErrorCode parameter
629 * If forceCopy==TRUE, then the string is always written to the dest buffer
632 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
634 * copied or transformed, then it may be placed into dest at an arbitrary offset.
636 * If the string is to be written to dest, then U_BUFFER_OVERFLOW_ERROR and
639 * If the string is transformed from UTF-16, then a conversion error may occur
640 * if an unpaired surrogate is encountered. If the function is successful, then
651 * @param forceCopy If TRUE, then the output string will always be written to
654 * If FALSE, then the dest buffer may or may not contain a
656 * If a copy needs to be written, then the UErrorCode parameter
722 * If forceCopy==TRUE, then the string is always written to the dest buffer
725 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
727 * copied or transformed, then it may be placed into dest at an arbitrary offset.
729 * If the string is to be written to dest, then U_BUFFER_OVERFLOW_ERROR and
732 * If the string is transformed from UTF-16, then a conversion error may occur
733 * if an unpaired surrogate is encountered. If the function is successful, then
744 * @param forceCopy If TRUE, then the output string will always be written to
747 * If FALSE, then the dest buffer may or may not contain a
749 * If a copy needs to be written, then the UErrorCode parameter