mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-4092 Add documentation that was found to be helpful while testing.
X-SVN-Rev: 16972
This commit is contained in:
parent
552e09eae6
commit
f31614d5bc
1 changed files with 4 additions and 0 deletions
|
@ -320,6 +320,10 @@ public:
|
|||
|
||||
int32_t push(int32_t i, UErrorCode &status);
|
||||
|
||||
/*
|
||||
If the object o occurs as an item in this stack,
|
||||
this method returns the 1-based distance from the top of the stack.
|
||||
*/
|
||||
int32_t search(void* obj) const;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue