Searched refs:hasNumber (Results 1 – 8 of 8) sorted by relevance
109 boolean hasNumber = (suffixStart - prefixStart - prefixLen > 0); // could be empty string in applyCurrencySpacing()110 if (hasPrefix && hasNumber) { in applyCurrencySpacing()113 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
107 boolean hasNumber = (suffixStart - prefixStart - prefixLen > 0); // could be empty string in applyCurrencySpacing()108 if (hasPrefix && hasNumber) { in applyCurrencySpacing()111 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
414 bool hasNumber = (suffixStart - prefixStart - prefixLen > 0); // could be empty string in applyCurrencySpacing() local415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()418 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
408 bool hasNumber = (suffixStart - prefixStart - prefixLen > 0); // could be empty string in applyCurrencySpacing() local409 if (hasPrefix && hasNumber) { in applyCurrencySpacing()412 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
90 public function hasNumber() function in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
213 public function hasNumber() function in Google\\Protobuf\\Internal\\FieldDescriptorProto