Lines Matching refs:function
11 function StringConstructor(x) {
23 function StringToString() {
32 function StringValueOf() {
41 function StringCharAt(pos) {
53 function StringCharCodeAt(pos) {
65 function StringConcat(other /* and more */) { // length == 1
84 function StringIndexOfJS(pattern /* position */) { // length == 1
101 function StringLastIndexOfJS(pat /* position */) { // length == 1
130 // This function is implementation specific. For now, we do not
132 function StringLocaleCompareJS(other) {
141 function StringMatchJS(regexp) {
171 function StringNormalizeJS(form) {
194 function StringReplace(search, replace) {
208 // .... function replace
213 // ...... function replace
264 // Global regexp search, function replace.
267 // Non-global regexp search, function replace.
307 function ExpandReplacement(string, subject, matchInfo, result) {
389 function CaptureString(string, lastCaptureInfo, index) {
406 // Helper function for replacing regular expressions with the result of a
407 // function application in String.prototype.replace.
408 function StringReplaceGlobalRegExpWithFunction(subject, regexp, replace) {
413 // Inside a nested replace (replace called from the replacement function
415 // back due to an exception in a replacement function. Create a new
436 // function.
445 // RegExp.leftContext work during the callback function.
458 // back from the callback function.
473 // back from the callback function.
485 function StringReplaceNonGlobalRegExpWithFunction(subject, regexp, replace) {
495 // and subject for the replace function invocation.
517 // Can't use matchInfo any more from here, since the function could
524 function StringSearch(re) {
544 function StringSlice(start, end) {
586 function StringSplitJS(separator, limit) {
619 function StringSplitOnRegExp(subject, separator, limit, length) {
678 function StringSubstring(start, end) {
711 function StringSubstr(start, n) {
751 function StringToLowerCaseJS() {
759 function StringToLocaleLowerCase() {
767 function StringToUpperCaseJS() {
775 function StringToLocaleUpperCase() {
782 function StringTrimJS() {
788 function StringTrimLeft() {
794 function StringTrimRight() {
802 function StringFromCharCode(code) {
832 function HtmlEscape(str) {
838 function StringAnchor(name) {
845 function StringBig() {
852 function StringBlink() {
859 function StringBold() {
866 function StringFixed() {
873 function StringFontcolor(color) {
880 function StringFontsize(size) {
887 function StringItalics() {
894 function StringLink(s) {
901 function StringSmall() {
908 function StringStrike() {
915 function StringSub() {
922 function StringSup() {
929 function SetUpString() {
932 // Set the String function and constructor.