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

/external/chromium_org/v8/src/
H A Dstring.js167 function StringLocaleCompare(other) { function
172 return %StringLocaleCompare(TO_STRING_INLINE(this),
985 "localeCompare", StringLocaleCompare,
/external/v8/src/
H A Dstring.js170 function StringLocaleCompare(other) { function
176 return %StringLocaleCompare(TO_STRING_INLINE(this),
988 "localeCompare", StringLocaleCompare,

Completed in 39 milliseconds