mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix comments
This commit is contained in:
parent
a0060119ab
commit
8dc640a6e2
23 changed files with 136 additions and 134 deletions
|
@ -50,7 +50,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.1 memchr ŠÖ<EFBFBD>”
|
||||
// 7.21.5.1 memchr function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log N)
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.4.1 memcmp ŠÖ<EFBFBD>”
|
||||
// 7.21.4.1 memcmp function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -63,7 +63,7 @@ namespace sprout {
|
|||
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.2 strchr ŠÖ<EFBFBD>”
|
||||
// 7.21.5.2 strchr function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log N)
|
||||
|
|
|
@ -76,7 +76,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.4.2 strcmp ŠÖ<EFBFBD>”
|
||||
// 7.21.4.2 strcmp function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
namespace sprout {
|
||||
|
||||
// 7.21.4.3 strcoll ŠÖ<EFBFBD>”
|
||||
// 7.21.4.3 strcoll function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -66,7 +66,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.3 strcspn ŠÖ<EFBFBD>”
|
||||
// 7.21.5.3 strcspn function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -64,7 +64,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.6.3 strlen ŠÖ<EFBFBD>”
|
||||
// 7.21.6.3 strlen function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log N)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
namespace sprout {
|
||||
|
||||
// 7.21.4.4 strncmp ŠÖ<EFBFBD>”
|
||||
// 7.21.4.4 strncmp function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -67,7 +67,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.4 strpbrk ŠÖ<EFBFBD>”
|
||||
// 7.21.5.4 strpbrk function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -74,7 +74,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.5 strrchr ŠÖ<EFBFBD>”
|
||||
// 7.21.5.5 strrchr function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log N)
|
||||
|
|
|
@ -66,7 +66,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.6 strspn ŠÖ<EFBFBD>”
|
||||
// 7.21.5.6 strspn function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
|
@ -128,7 +128,7 @@ namespace sprout {
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
// 7.21.5.7 strstr ŠÖ<EFBFBD>”
|
||||
// 7.21.5.7 strstr function
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log(N1+N2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue