OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_negativePrefix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp
245
m_negativePrefix
= negativePrefix;
247
ASSERT(!m_positivePrefix.isEmpty() || !m_positiveSuffix.isEmpty() || !
m_negativePrefix
.isEmpty() || !m_negativeSuffix.isEmpty());
265
builder.append(
m_negativePrefix
);
314
if (
m_negativePrefix
.isEmpty() && m_negativeSuffix.isEmpty()) {
323
if (input.startsWith(
m_negativePrefix
) && input.endsWith(m_negativeSuffix)) {
325
startIndex =
m_negativePrefix
.length();
PlatformLocale.h
162
String
m_negativePrefix
;
Completed in 29 milliseconds